summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
AgeCommit message (Expand)AuthorFilesLines
2016-04-13loplugin:passstuffbyref in comphelperNoel Grandin2-4/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-4/+0
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin2-4/+4
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke1-3/+4
2016-04-05tdf#74608 Constructor function for SequenceOutputStreamServiceYeliz Taneroğlu1-1/+0
2016-04-05loplugin:constantparam in comphelperNoel Grandin1-6/+3
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke4-6/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-03-29tdf#74608 Constructor function for SequenceInputStreamServiceSteven Guo1-1/+0
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-08tdf#74608 comphelper: Constructor feature for InstanceLockerYeliz Taneroğlu3-35/+7
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin4-15/+7
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 DocPasswordRequestType to scoped enumNoel Grandin1-2/+2
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-10/+10
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-8/+8
2016-02-24tdf#74608: Constructor function for SimpleLogRing singletonyeliztaneroglu3-44/+25
2016-02-23new loplugin: commaoperatorNoel Grandin1-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-09Remove excess newlinesChris Sherlock16-72/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-69/+0
2016-02-01tdf#74608 comphelper: Constructor feature for AnyCompareFactorykripton1-1/+0
2016-01-31tdf#74608 comphelper: Constructor feature for NamedPropertyValuesContainerkripton1-1/+0
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 IndexedPropertyValuesContainerkripton1-1/+0
2016-01-29sequence->vector in OInteractionRequestNoel Grandin1-5/+3
2016-01-29sequence->vector in OSimpleLogRingNoel Grandin2-5/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin4-16/+13
2016-01-11loplugin:unusedmethods unused return value in comphelperNoel Grandin2-5/+3
2016-01-07Fix typosAndrea Gelmini3-5/+5
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-12-27tdf#74608: Constructor function for OfficeInstallationDirectories singletonMatúš Kukan1-1/+0
2015-12-27tdf#74608: Constructor function for OfficeRestartManager singletonMatúš Kukan3-43/+27
2015-12-24OModule::onFirstClient is unusedNoel Grandin1-9/+4
2015-12-23loplugin:unusedfields in chart2Noel Grandin2-7/+5
2015-12-21loplugin:unusedmethodsNoel Grandin5-55/+0
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
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin1-1/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-0/+14
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-3/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-55/+55
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-04yyyyyNoel Grandin2-4/+2