1. efeb928 convert Link<> to typed by Noel Grandin · 11 years ago
  2. 0554e83 convert Link<> to typed by Noel Grandin · 11 years ago
  3. a829ba5 convert Link<> to typed by Noel Grandin · 11 years ago
  4. 5645960 convert Link<> to typed by Noel Grandin · 11 years ago
  5. 599fab4 hide ScopedPtr::reset and add disposeAndClear by Caolán McNamara · 11 years ago
  6. 8315c4f convert Link<> to typed by Noel Grandin · 11 years ago
  7. 50b1184 convert Link<> to typed by Noel Grandin · 11 years ago
  8. a86bc66 convert Link<> to typed by Noel Grandin · 11 years ago
  9. 9de789e convert Link<> to typed by Noel Grandin · 11 years ago
  10. 1e2119fd convert Link<> to typed by Noel Grandin · 11 years ago
  11. f0c658e convert Link<> to typed by Noel Grandin · 11 years ago
  12. 11c4f58f convert Link<> to typed by Noel Grandin · 11 years ago
  13. 6781d85 Remove unnecessary cDelim vars by Stephan Bergmann · 11 years ago
  14. 2532dd7 loplugin:stringconstant by Stephan Bergmann · 11 years ago
  15. 2ba8a59 WaE: loplugin:stringconstant by Tor Lillqvist · 11 years ago
  16. 84e4d7d sal_uInt16 to sal_Int32 by Matteo Casalin · 11 years ago
  17. 356ba01 Use search position in getToken by Matteo Casalin · 11 years ago
  18. af6d9db Avoid getTokenCount in PathHdl_Impl link by Matteo Casalin · 11 years ago
  19. a3bbb7e sFullPath is empty for sure, here by Matteo Casalin · 11 years ago
  20. aef2aa2 Avoid getTokenCount in StandardHdl_Impl link (3) by Matteo Casalin · 11 years ago
  21. 57c0ca2 Avoid getTokenCount in StandardHdl_Impl link (2) by Matteo Casalin · 11 years ago
  22. 261471a Avoid getTokenCount in StandardHdl_Impl link (1) by Matteo Casalin · 11 years ago
  23. 02d1aaf Reduce OUString copies by Matteo Casalin · 11 years ago
  24. 9f32227 This was probably the original intent (wrong index in inner loop body) by Matteo Casalin · 11 years ago
  25. 83dd91fb Convert_Impl can be static by Matteo Casalin · 11 years ago
  26. bbdbdbc Avoid getTokenCount in Convert_Impl (optpath.cxx) by Matteo Casalin · 11 years ago
  27. 22b80ac boost->std by Caolán McNamara · 11 years ago
  28. 2a4ccc0 convert Link<> to typed by Noel Grandin · 11 years ago
  29. af433b6 Fix precedence error by Matteo Casalin · 11 years ago
  30. a37535e Avoid getTokenCount by Matteo Casalin · 11 years ago
  31. 3342993 Avoid getTokenCount in favor of getToken by Matteo Casalin · 11 years ago
  32. d76b979 Fix regression from ea2c80bdcd862f91dd7429184aea29d9a77f9774 by Matteo Casalin · 11 years ago
  33. 0edb6ea sal_uInt16 to sal_Int32, constify/reduce OUStrings by Matteo Casalin · 11 years ago
  34. 67e0d97 Simplify TakeThread::execute() by Matteo Casalin · 11 years ago
  35. b2e6bb7 Simplify by Matteo Casalin · 11 years ago
  36. c5909e2 Update many ListBox users to its sal_Int32 interface by Matteo Casalin · 11 years ago
  37. a212ef2 tdf#93901: apply handling in style/edit dialog improved by Oliver Specht · 11 years ago
  38. cf0c04a convert Link<> to typed by Noel Grandin · 11 years ago
  39. f4e951a convert Link<> to typed by Noel Grandin · 11 years ago
  40. 9004eea convert Link<> to typed by Noel Grandin · 11 years ago
  41. e126468 convert Link<> to typed by Noel Grandin · 11 years ago
  42. 8d927d3 convert Link<> to typed by Noel Grandin · 11 years ago
  43. 61623d5 convert Link<> to typed by Noel Grandin · 11 years ago
  44. 67a5fbe cui: prefix members of SvxLineTabPage by Miklos Vajna · 11 years ago
  45. 66a205d convert Link<> to typed by Noel Grandin · 11 years ago
  46. 6741a0f convert Link<> to typed by Noel Grandin · 11 years ago
  47. 4ea70f8 convert Link<> to typed by Noel Grandin · 11 years ago
  48. 055f76b tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled. by Michael Meeks · 11 years ago
  49. 7269959 remove KDE3 support, --enable-kde and --enable-kdeab by Michael Stahl · 11 years ago
  50. 37a6fdf loplugin:stringconstant also for cases using char const v[] = "..." by Stephan Bergmann · 11 years ago
  51. dfb8c37 cui: prefix members of SvxBitmapTabPage by Miklos Vajna · 11 years ago
  52. 5e7cf50 SetXXX(bool) with a default value of false are just wrong by Noel Grandin · 11 years ago
  53. 8002f0d WaE: loplugin:staticmethods in the non-Java case by Tor Lillqvist · 11 years ago
  54. 42ee163 convert Link<> to typed by Noel Grandin · 11 years ago
  55. 410c06b convert Link<> to typed by Noel Grandin · 11 years ago
  56. 68ddda0 convert Link<> to typed by Noel Grandin · 11 years ago
  57. 5670f4c cui: prefix members of SvxHatchTabPage by Miklos Vajna · 11 years ago
  58. bd8b93f make PostUserEvent Link<> typed by Noel Grandin · 11 years ago
  59. 9c8fd7d Clean up sEmpty by Stephan Bergmann · 11 years ago
  60. a6050c3 Clean up aEmpty by Stephan Bergmann · 11 years ago
  61. 43c00bc Clean up aEmptyStr by Stephan Bergmann · 11 years ago
  62. be88107 tdf#93620: show OpenGL status in Help->About by László Németh · 11 years ago
  63. 167bc62 Convert vcl Button Link<> click handler to typed Link<Button*,void> by Noel Grandin · 11 years ago
  64. fab18ef parameter names are useless in DECL_LINK declarations by Noel Grandin · 11 years ago
  65. 373e71e tdf#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  66. 81a49f6 tdf#93547 - add basic lock-down support for OpenGL settings. by Michael Meeks · 11 years ago
  67. 236714e Clean up remaining utl::LocalFileHelper::Convert... by Stephan Bergmann · 11 years ago
  68. f1b0e36 cui: prefix members of SvxGradientTabPage by Miklos Vajna · 11 years ago
  69. 7f52727 replace hideous SfxSaveTabPage define by Noel Grandin · 11 years ago
  70. 28f3464 ConvertSystemPathToURL->getFileURLFromSystemPath by Caolán McNamara · 11 years ago
  71. 58d68a1 ConvertURLToSystemPath->getSystemPathFromFileURL by Caolán McNamara · 11 years ago
  72. bdc3053 rBaseURL argument now unused by Caolán McNamara · 11 years ago
  73. 9549433 Get rid of obsolete LocalFileHelper::IsFileContent by Stephan Bergmann · 11 years ago
  74. d74271b cui: prefix members of SvxShadowTabPage by Miklos Vajna · 11 years ago
  75. 23fbcf7 make Link<> typed by Noel Grandin · 11 years ago
  76. 5050704 cui: prefix members of SvxAreaTabPage by Miklos Vajna · 11 years ago
  77. 6917ebc sal_uLong to sal_uInt32 by Matteo Casalin · 11 years ago
  78. 4c6d1a2 loplugin: defaultparams by Noel Grandin · 11 years ago
  79. 200e336 make Link<> instances typed by Noel Grandin · 11 years ago
  80. 94fb1a3 these are include start-end range pairs by Caolán McNamara · 11 years ago
  81. d86b3e6 loplugin:constantfunction by Noel Grandin · 11 years ago
  82. 0b0fb87 Delete unnecessary global options from Options dialog by Mihály Palenik · 11 years ago
  83. 52be3fc cppcheck: badBitmaskCheck by Caolán McNamara · 11 years ago
  84. d6b7644 -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  85. 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
  86. 3ff2e30 cui,connectivity: inline some use-once typedefs by Noel Grandin · 11 years ago
  87. 4a847bb tdf#93079: "resize shape to fit text" state can't be disabled by Julien Nabet · 11 years ago
  88. 44cd9ef sal_uInt16 to sal_Int32, constify, minor optimizations by Matteo Casalin · 11 years ago
  89. 7669cbf sal_uInt16 to sal_Int32 by Matteo Casalin · 11 years ago
  90. 288f494 sal_uInt16 to sal_uInt32 by Matteo Casalin · 11 years ago
  91. 0db37d7 tdf#44399 Do not display 0 decimal for General format by Laurent Balland-Poirier · 11 years ago
  92. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  93. 0c5f72b com::sun::star->css in cui by Noel Grandin · 11 years ago
  94. bf84823 convert SFX_CFG* constants to scoped enum by Noel Grandin · 11 years ago
  95. 7d6d18e convert INPUTMODE_ constants to scoped enum by Noel Grandin · 11 years ago
  96. af162f1 Fix alternating rows in SvTreeListBox by Mihály Palenik · 11 years ago
  97. 28bc82d -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  98. cd74d49 svtools: replace boost::ptr_vector with std::vector<std::unique_ptr> by Michael Stahl · 11 years ago
  99. 1fc105c svtools: change these SvTreeListEntry functions to unique_ptr by Michael Stahl · 11 years ago
  100. 43e5679 Add and replace Help buttons in 2 dialogs by Olivier Hallot · 11 years ago