summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin3-5/+5
2016-04-05loplugin:constantparam in comphelperNoel Grandin4-15/+5
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-4/+4
2016-03-11...and now it got included twiceStephan Bergmann1-1/+0
2016-03-11Missing includeStephan Bergmann1-0/+4
2016-03-11include memoryCaolán McNamara1-1/+1
2016-03-11Resolves: tdf#98418 AttributeList must support XCloneableCaolán McNamara1-2/+8
2016-03-10Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-10Avoid reserved identifierStephan Bergmann1-1/+1
2016-03-10Avoid reserved identifierStephan Bergmann1-1/+1
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