summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#74608: Constructor function for OfficeInstallationDirectories singletonMatúš Kukan2015-12-275-63/+33
* tdf#74608: Constructor function for OfficeRestartManager singletonMatúš Kukan2015-12-275-45/+29
* crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara2015-12-241-2/+7
* OModule::onFirstClient is unusedNoel Grandin2015-12-241-9/+4
* loplugin:unusedfields in chart2Noel Grandin2015-12-233-9/+5
* loplugin:unusedmethodsNoel Grandin2015-12-217-64/+0
* sw: set a BaseURL when copying embedded objectsMichael Stahl2015-12-151-1/+2
* fix missing BaseURL when loading embedded objectsMichael Stahl2015-12-151-6/+18
* That SB variable was a temporary debugging aidStephan Bergmann2015-11-261-2/+4
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-5/+2
* loplugin:unusedfields in include/comphelper,include/editengNoel Grandin2015-11-241-1/+1
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-202-50/+14
* loplugin:unusedfields in comphelperNoel Grandin2015-11-201-3/+0
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-204-33/+7
* use comphelper::containerToSequenceNoel Grandin2015-11-191-3/+2
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-177/+118
* use initialiser for Sequence<OUString>Noel Grandin2015-11-155-10/+5
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* Namespace cleanup and disambiguationAshod Nakashian2015-11-122-51/+50
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1033-118/+118
* new loplugin: oncevarNoel Grandin2015-11-091-12/+6
* Cleanup two unused boost/bind includes in comphelper.Mario J. Rugiero2015-11-092-2/+0
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-7/+7
* java: make inner classes static where possibleNoel Grandin2015-11-051-2/+2
* yyyyyNoel Grandin2015-11-044-11/+7
* lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2015-11-031-2/+7
* Assume this shall be conditional on DBG_UTILStephan Bergmann2015-11-021-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3010-31/+27
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-5/+5
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-291-13/+11
* loplugin:unusedmethodsNoel Grandin2015-10-271-14/+0
* remove extra spaces around ::Noel Grandin2015-10-261-1/+1
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-2/+1
* Remove obsolete version map filesStephan Bergmann2015-10-231-24/+0
* Rename some "document name" params to "document URL"Stephan Bergmann2015-10-202-5/+5
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1221-232/+232
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks2015-10-091-0/+7
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-3/+22
* Create a wrapper to make listening for configmgr changes easy.Michael Meeks2015-10-091-0/+51
* comphelper: add string::join()Miklos Vajna2015-10-081-0/+11
* loplugin:mergeclassesNoel Grandin2015-10-071-37/+18
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-10-063-0/+268
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-2/+1
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* comphelper: replace for_each with range-based forDaniel Robertson2015-09-248-240/+137