summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-033-3/+3
* Resolves: tdf#96251 address wizard crash when run from start centerCaolán McNamara2016-06-171-1/+2
* Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara2016-06-141-1/+4
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-075-10/+12
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-256-13/+4
* Fix typosAndrea Gelmini2016-05-251-1/+1
* Revert "remove some manual ref-counting"Noel Grandin2016-05-242-11/+13
* remove some manual ref-countingNoel Grandin2016-05-242-13/+11
* tdf#97221 restore original message for failed check of updateStanislav Horacek2016-05-211-1/+1
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-192-2/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-183-7/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* Fix typosAndrea Gelmini2016-05-161-1/+1
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-122-4/+4
* sd: remove pointless micro-optimizationMichael Stahl2016-05-111-1/+0
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-107-9/+9
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-091-1/+1
* Better fix for Windows-only codeStephan Bergmann2016-05-041-1/+1
* Fix Windows-only code, part 3Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 2Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only codeStephan Bergmann2016-05-041-2/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+2
* NULL -> nullptrStephan Bergmann2016-05-031-1/+1
* NULL -> nullptrStephan Bergmann2016-05-031-4/+4
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-3/+1
* use Any constructor for bool values, instead of temporary varsNoel Grandin2016-05-031-3/+1
* Typo: OAddessBookSourcePilot->OAddressBookSourcePilotJulien Nabet2016-05-0115-53/+53
* Fix typosAndrea Gelmini2016-04-301-1/+1
* tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2016-04-281-1/+2
* -Werror,-WvarargsStephan Bergmann2016-04-271-12/+8
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* clang-tidy modernize-loop-convert in e*Noel Grandin2016-04-2613-76/+60
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-4/+4
* Avoid reserved identifiersStephan Bergmann2016-04-228-34/+34
* Fix typosAndrea Gelmini2016-04-211-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2027-97/+97
* Avoid reserved identifierStephan Bergmann2016-04-181-6/+6
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-183-3/+3
* Fix unconditional seek in sanedlgRohan Kumar2016-04-181-0/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-185-18/+13
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1815-36/+0
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-146-6/+6
* loplugin:passstuffbyref in variousNoel Grandin2016-04-146-7/+7
* Avoid reserved identifiersStephan Bergmann2016-04-124-12/+12
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-123-39/+16
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-129-12/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-117-19/+21
* loplugin:constantparamNoel Grandin2016-04-056-16/+11
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-1/+1
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1