summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2016-03-07tdf#97499 Remove some Default arguments in unordered containerJaskaran1-3/+1
2016-03-03ucb: replace boost::bind with C++11 lambdasMichael Stahl1-12/+0
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin5-13/+5
2016-03-01OSingletonRegistration is dead nowMatúš Kukan1-38/+0
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin1-3/+3
2016-02-24convert TokenTypes to scoped enumNoel Grandin1-15/+15
2016-02-24remove unused exc_handling enumNoel Grandin2-10/+5
2016-02-24convert PropertyDescription::LocationType to scoped enumNoel Grandin1-5/+5
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-3/+3
2016-02-24convert PropertyOrigin to scoped enumNoel Grandin1-4/+4
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-4/+4
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin2-22/+27
2016-02-24convert ComponentMethodGuard::MethodType to scoped enumNoel Grandin1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-9/+0
2016-02-09sequence->vector in OPropertyChangeMultiplexerNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock38-64/+0
2016-02-09sequence->vector in OPropertyArrayAggregationHelperNoel Grandin1-1/+2
2016-02-08loplugin:unusedmethodsNoel Grandin3-42/+0
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan1-5/+4
2016-01-29sequence->vector in OInteractionRequestNoel Grandin1-4/+5
2016-01-28comphelper: replace boost::hash with std::hashMichael Stahl1-4/+5
2016-01-25fix DLLPUBLIC annotations in OInterfaceContainer2Noel Grandin1-3/+3
2016-01-25loplugin:nullptrStephan Bergmann1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-4/+308
2016-01-14fix the MSVC 2013 --enable-lto buildMichael Stahl2-2/+8
2016-01-12comphelper: initial SfxFilterFlags::SUPPORTSSIGNINGMiklos Vajna1-1/+2
2016-01-10Fix typosAndrea Gelmini7-7/+7
2016-01-09crashtesting: fdo85994-1.doc assert on reexport to docCaolán McNamara1-2/+4
2015-12-24crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara1-1/+1
2015-12-24OModule::onFirstClient is unusedNoel Grandin1-5/+0
2015-12-21loplugin:unusedmethodsNoel Grandin1-32/+0
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-2/+4
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann4-10/+10
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin3-12/+0
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-27/+4
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-0/+25
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann15-45/+45
2015-11-06comphelper: add a generic implementation of std container operator==Michael Stahl1-0/+23
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky1-1/+4
2015-10-30loplugin:unusedmethodsNoel Grandin3-19/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-13/+0
2015-10-20Rename some "document name" params to "document URL"Stephan Bergmann2-4/+4
2015-10-20com::sun::star->css in include/comphelperNoel Grandin78-1137/+1130
2015-10-17coverity#1327458 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann43-288/+288
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann15-62/+62
2015-10-09Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks1-0/+1