summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
AgeCommit message (Expand)Author
2015-12-27tdf#74608: Constructor function for OfficeInstallationDirectories singletonMatúš Kukan
2015-12-27tdf#74608: Constructor function for OfficeRestartManager singletonMatúš Kukan
2015-12-24OModule::onFirstClient is unusedNoel Grandin
2015-12-23loplugin:unusedfields in chart2Noel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-11-26That SB variable was a temporary debugging aidStephan Bergmann
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
2015-10-20Rename some "document name" params to "document URL"Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks
2015-10-08comphelper: add string::join()Miklos Vajna
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson
2015-09-21comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna
2015-09-14boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann
2015-08-19There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2015-08-19comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: nullPointerRedundantCheckCaolán McNamara
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-25tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-16loplugin:simplifyboolStephan Bergmann