1. 525311b Fix typos by Andrea Gelmini · 9 years ago
  2. 5a5731c loplugin:expandablemethodds in include/basic..comphelper by Noel Grandin · 9 years ago
  3. f019ee7 loplugin:expandablemethodds in basctl..chart2 by Noel Grandin · 9 years ago
  4. d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  5. 7596535 Simplify some dynamic/static_casts by Stephan Bergmann · 9 years ago
  6. 398d641 tdf#89307: Removed T* SvRef::opeartor &() by Jacek Fraczek · 9 years ago
  7. 9ac8a57 replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  8. 233e5d5 clang-cl loplugin: basic by Stephan Bergmann · 9 years ago
  9. 01dc6d0 tdf#96099 Reduce no. of useless typedefs for trivial containers. by Hieronymous · 9 years ago
  10. 6956e33 Improve UNO error reporting. Make exceptions more descriptive. by Hieronymous · 9 years ago
  11. f004aa9 tdf#89307: Removed SvRef::operator T*() by Jacek Fraczek · 10 years ago
  12. 3e993a5 loplugin:staticmethods: basic by Stephan Bergmann · 10 years ago
  13. f1a8c31 Replace DdeData conversion operators with proper functions by Stephan Bergmann · 10 years ago
  14. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  15. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  16. 8f9af8d Fix typos by Andrea Gelmini · 10 years ago
  17. db29cdc tdf#102872 TAB function is missing its argument by Laurent Balland-Poirier · 10 years ago
  18. 4d87443 loplugin:constantparam by Noel Grandin · 10 years ago
  19. 7d8196e perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related by Eike Rathke · 10 years ago
  20. e27a0ec Related cid#1371289: Improve code to not depend on missing move assignment by Stephan Bergmann · 10 years ago
  21. a2b77b4 loplugin:singlevalfields in basic..idl by Noel Grandin · 10 years ago
  22. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  23. 20a9e10 loplugin:constantparam by Noel Grandin · 10 years ago
  24. 0761f97 loplugin:constantparam in accessibility to basic by Noel Grandin · 10 years ago
  25. f101819 tdf#88205 use list ctor for uno::Sequence a11y to canvas by Jochen Nitschke · 10 years ago
  26. a53808c loplugin:dllprivate by Stephan Bergmann · 10 years ago
  27. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  28. f352ee1 boost::intrusive_ptr->tools::SvRef by Caolán McNamara · 10 years ago
  29. c53912e cppcheck:assertWithSideEffect by Jochen Nitschke · 10 years ago
  30. 1bab5c7 loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic) by Stephan Bergmann · 10 years ago
  31. 301279e BASIC : Remove useless SbxBase::GetCreator by Arnaud Versini · 10 years ago
  32. a8c5edc BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode final by Arnaud Versini · 10 years ago
  33. 33b3808 put StreamMode masks in scope of enum class by Jochen Nitschke · 10 years ago
  34. b8064bd new loplugin: countusersofdefaultparams by Noel Grandin · 10 years ago
  35. 057ae1c tdf#96505 get rid of "long" integer literals 'L' by Asela Dasanayaka · 10 years ago
  36. c0ee134 Avoid OUString::operator[] out-of-bounds assertion when line ends with "&" by Stephan Bergmann · 10 years ago
  37. 4a647a0 Resolves: tdf#88953 byref args incorrectly passed in basic->c++ by Caolán McNamara · 10 years ago
  38. 8f30da6 Some clang-tidy misc-move-constructor-init by Stephan Bergmann · 10 years ago
  39. 93de766 basic: Simplify SbxArray by Arnaud Versini · 10 years ago
  40. 3093732 basic: SbxBase should be abstract by Arnaud Versini · 10 years ago
  41. cb3a005 BASIC: Use more often std::unique_ptr by Arnaud Versini · 10 years ago
  42. a22328e BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxx by Arnaud Versini · 10 years ago
  43. 31186a1 BASIC: Remove useless BasicManagerImpl streams. by Arnaud Versini · 10 years ago
  44. f5615df BASIC: Move SbiParser's destructor to cpp file. by Arnaud Versini · 10 years ago
  45. c85a3ac tdf#100726: Improve readability of OUString concatenation by nadith · 10 years ago
  46. e5e7475 loplugin:countusersofdefaultparams in basctl..basic by Noel Grandin · 10 years ago
  47. 8b03ea6 BASIC: Remove completly useless osl/thread include by Arnaud Versini · 10 years ago
  48. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  49. a860df2 masses of MessBoxes not being disposed promptly by Caolán McNamara · 10 years ago
  50. 4e6d0f6 basic: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  51. 2aed0d4 Resolves: tdf#98778 fix parsing of exponents by Caolán McNamara · 10 years ago
  52. ee2ad51 BASIC: Remove useless overrides by Arnaud Versini · 10 years ago
  53. 054cf21 tdf#100726: Improve readability of OUString concatenation in basic module by nadith · 10 years ago
  54. 38ae35d tdf#84635 - Slow layout of large tables by Noel Grandin · 10 years ago
  55. 9b09954 BASIC : Remove useless 16bits Remove function from SbxArray by Arnaud Versini · 10 years ago
  56. 6d4f2dc Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar by Eike Rathke · 10 years ago
  57. 7fdbdc5 loplugin:redundantcast: redundant static_casts in basic by Stephan Bergmann · 10 years ago
  58. 0b424c2 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  59. d5784e9 Improve readability of OUString concatanation in LibPage by Muhammet Kara · 10 years ago
  60. e4b3323 tdf#96505 Get rid of cargo cult long integer literals by apurvapriyadarshi · 10 years ago
  61. cea4c1a loplugin:singlevalfields in basic and fix leak by Noel Grandin · 10 years ago
  62. 136a2fd compilerplugins: add OWeakObject::release() override check by Michael Stahl · 10 years ago
  63. 9b9e5cf tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  64. fafb309 prefer OUStringBuffer to concatenating OUString in a loop by Muhammet Kara · 10 years ago
  65. 9f0997e Resolves: tdf#59222 Crash in Basic with an array of values... by Caolán McNamara · 10 years ago
  66. 4e596d1 drop dramatic distracting comment by Caolán McNamara · 10 years ago
  67. 9c6a58f Clean up uses of Any::getValue() in basic by Stephan Bergmann · 10 years ago
  68. 272a8af convert more DBG_ASSERT(false to SAL_WARN by Noel Grandin · 10 years ago
  69. c0d7dfa BASIC : Add SbModule::FindMethod by Arnaud Versini · 10 years ago
  70. 4d49c96 Let loplugin:passstuffbyref also look at fn defn not preceded by any decl by Stephan Bergmann · 10 years ago
  71. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  72. 0216b8d tdf#89329: use unique_ptr for pImpl in sbxvar by Xisco Fauli · 10 years ago
  73. f3c1d24 loplugin:constantparams by Noel Grandin · 10 years ago
  74. 9a0fd9c Resolves: tdf#93386 crash when closing a Database with macro editor open by Caolán McNamara · 10 years ago
  75. 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
  76. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  77. d2a44e6 tdf#99696 fix build error for 64bit Windows in unit tests using ADODB by Tomofumi Yagi · 10 years ago
  78. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  79. 132f7b2 tdf#89329: use unique_ptr for pImpl in basmgr by Xisco Fauli · 10 years ago
  80. 2af018e Fix typos by Andrea Gelmini · 10 years ago
  81. fef6bb7 Resolves: tdf#93474 crash on importing a macro library by Caolán McNamara · 10 years ago
  82. f107d45 Convert SbxClassType to scoped enum by Noel Grandin · 10 years ago
  83. d4d2fc2 clang-tidy modernize-make-unique by Noel Grandin · 10 years ago
  84. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  85. a9ff36a Fix typos by Andrea Gelmini · 10 years ago
  86. bdacf96 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
  87. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  88. 26d314d tdf#99589 tolower / toupper - dangerous to Turks ... by Krishna Keshav · 10 years ago
  89. e97a8f3 BASIC : Remove an useless static_cast and use make_unique by Arnaud Versini · 10 years ago
  90. 464348e BASIC: SbiParser Remove useless static_cast and indent the code correctly. by Arnaud Versini · 10 years ago
  91. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  92. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  93. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  94. b0388ef Fix typo in code by Andrea Gelmini · 10 years ago
  95. d15163e Fix typos by Andrea Gelmini · 10 years ago
  96. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  97. 8762aa9 clang-tidy modernize-loop-convert in b* by Noel Grandin · 10 years ago
  98. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  99. da50c79 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  100. a7e23e7 BASIC : Partially revert SbxArray simplification. by Arnaud Versini · 10 years ago