summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)AuthorFilesLines
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-10Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-08tdf#74608 comphelper: Constructor feature for InstanceLockerYeliz Taneroğlu4-36/+7
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin5-17/+9
2016-03-01OSingletonRegistration is dead nowMatúš Kukan1-14/+0
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin1-3/+3
2016-02-24convert TokenTypes to scoped enumNoel Grandin1-25/+25
2016-02-24remove unused exc_handling enumNoel Grandin1-21/+12
2016-02-24convert PropertyDescription::LocationType to scoped enumNoel Grandin1-13/+13
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-2/+2
2016-02-24convert PropertyOrigin to scoped enumNoel Grandin1-5/+5
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-10/+10
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-8/+8
2016-02-24convert ComponentMethodGuard::MethodType to scoped enumNoel Grandin1-1/+1
2016-02-24tdf#74608: Constructor function for SimpleLogRing singletonyeliztaneroglu4-45/+25
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+1
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-21/+0
2016-02-09sequence->vector in OFOPXMLHelper_ImplNoel Grandin1-19/+15
2016-02-09sequence->vector in OPropertyChangeMultiplexerNoel Grandin1-5/+3
2016-02-09Remove excess newlinesChris Sherlock31-96/+0
2016-02-09sequence->vector in OPropertyArrayAggregationHelperNoel Grandin1-98/+23
2016-02-09sequence->vector in PropertyMapImplNoel Grandin1-16/+16
2016-02-08loplugin:unusedmethodsNoel Grandin1-69/+0
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan1-6/+8
2016-02-01tdf#74608 comphelper: Constructor feature for AnyCompareFactorykripton3-28/+6
2016-01-31tdf#74608 comphelper: Constructor feature for NamedPropertyValuesContainerkripton3-29/+6
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2-7/+2
2016-01-30tdf#74608 comphelper: Constructor feature for IndexedPropertyValuesContainerkripton3-30/+6
2016-01-29sequence->vector in OInteractionRequestNoel Grandin1-5/+3
2016-01-29sequence->vector in OSimpleLogRingNoel Grandin2-5/+6
2016-01-29sequence->vector in AttachedObject_ImplNoel Grandin1-15/+9
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin7-21/+326
2016-01-13tdf#97108: SwDocShell of clipboard document has no base URLMichael Stahl1-1/+2
2016-01-11loplugin:unusedmethods unused return value in comphelperNoel Grandin2-5/+3
2016-01-09crashtesting: fdo85994-1.doc assert on reexport to docCaolán McNamara1-5/+11
2016-01-07Fix typosAndrea Gelmini4-6/+6
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-12-27tdf#74608: Constructor function for OfficeInstallationDirectories singletonMatúš Kukan4-62/+31
2015-12-27tdf#74608: Constructor function for OfficeRestartManager singletonMatúš Kukan4-44/+27
2015-12-24crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara1-2/+7
2015-12-24OModule::onFirstClient is unusedNoel Grandin1-9/+4
2015-12-23loplugin:unusedfields in chart2Noel Grandin3-9/+5
2015-12-21loplugin:unusedmethodsNoel Grandin7-64/+0
2015-12-15sw: set a BaseURL when copying embedded objectsMichael Stahl1-1/+2
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-6/+18
2015-11-26That SB variable was a temporary debugging aidStephan Bergmann1-2/+4
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-5/+2