summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt3-0/+108
2016-09-09it is possible that Sources is emptyMarkus Mohrhard1-0/+6
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara3-3/+3
2016-06-17Resolves: tdf#96251 address wizard crash when run from start centerCaolán McNamara1-1/+2
2016-06-14Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara1-1/+4
2016-06-07tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl5-10/+12
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara6-13/+4
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-24Revert "remove some manual ref-counting"Noel Grandin2-11/+13
2016-05-24remove some manual ref-countingNoel Grandin2-13/+11
2016-05-21tdf#97221 restore original message for failed check of updateStanislav Horacek1-1/+1
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin2-2/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin3-7/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin2-4/+4
2016-05-11sd: remove pointless micro-optimizationMichael Stahl1-1/+0
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann7-9/+9
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-04Better fix for Windows-only codeStephan Bergmann1-1/+1
2016-05-04Fix Windows-only code, part 3Stephan Bergmann1-2/+1
2016-05-04Fix Windows-only code, part 2Stephan Bergmann1-1/+1
2016-05-04Fix Windows-only codeStephan Bergmann1-2/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+2
2016-05-03NULL -> nullptrStephan Bergmann1-1/+1
2016-05-03NULL -> nullptrStephan Bergmann1-4/+4
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-3/+1
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-3/+1
2016-05-01Typo: OAddessBookSourcePilot->OAddressBookSourcePilotJulien Nabet15-53/+53
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+2
2016-04-27-Werror,-WvarargsStephan Bergmann1-12/+8
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin13-76/+60
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-4/+4
2016-04-22Avoid reserved identifiersStephan Bergmann8-34/+34
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann27-97/+97
2016-04-18Avoid reserved identifierStephan Bergmann1-6/+6
2016-04-18cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2016-04-18Fix unconditional seek in sanedlgRohan Kumar1-0/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin5-18/+13
2016-04-18clean-up: unused using declarations and includesJochen Nitschke15-36/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin6-6/+6
2016-04-14loplugin:passstuffbyref in variousNoel Grandin6-7/+7
2016-04-12Avoid reserved identifiersStephan Bergmann4-12/+12
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-39/+16
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke9-12/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke7-19/+21
2016-04-05loplugin:constantparamNoel Grandin6-16/+11