summaryrefslogtreecommitdiff
path: root/configmgr/source
AgeCommit message (Expand)Author
2015-08-31Generalize CONFIGURATION_LAYERS "winreg:" notationStephan Bergmann
2015-08-31tdf#93546 -Add HKEY_CURRENT_USER registry integration.Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-16incomplete type error under some compilersCaolán McNamara
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-10cppcheck: assertWithSideEffectCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-12-16configmgr: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-05Revert "Log parsing time of each xcd file"Stephan Bergmann
2014-12-04Log parsing time of each xcd fileTor Lillqvist
2014-12-04SAL_INFO how long parseXcsXcuLayer() and parseResLayer() tookTor Lillqvist
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-24Use xmlreader::XmlReader::getUrlStephan Bergmann
2014-10-23Log parsing time of each xcd fileTor Lillqvist
2014-10-20Revert "fdo#75757: remove inheritance to std::map"Stephan Bergmann
2014-10-20fdo#75757: remove inheritance to std::mapDaniel Sikeler
2014-10-02coverity#707682 Uninitialized scalar fieldCaolán McNamara
2014-07-08configmgr: fix node cache clearing.Michael Meeks
2014-07-08WaE: Unreachable codeTor Lillqvist
2014-07-02Make configmgr loplugin:salbool-cleanStephan Bergmann
2014-06-30configmgr: faster / simpler compare for keys.Michael Meeks
2014-06-28configmgr: accelerate getPropertyValue.Michael Meeks
2014-06-28configmgr: accelerate simple config key fetches.Michael Meeks
2014-06-28configmgr: implement a single item cache for node lookup.Michael Meeks
2014-06-28configmgr: re-factor findNode and clone into NodeMap.Michael Meeks
2014-06-28configmgr: hide NodeMap implementation.Michael Meeks
2014-06-28configmgr: avoid constructing duplicating and freeing Any'sMichael Meeks
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-28fix-includes.pl: configmgrThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-09There is no css::uno::Sequence<bool>Stephan Bergmann
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-06Avoid using incomplete types with std containersStephan Bergmann
2014-04-09Missing includeStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-14Drop unused #includeTakeshi Abe
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
2014-02-03fix winreg exampleAndras Timar
2014-01-27coverity#707684 Uninitialized scalar fieldCaolán McNamara