summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Generalize CONFIGURATION_LAYERS "winreg:" notationStephan Bergmann1-10/+11
2015-08-31tdf#93546 -Add HKEY_CURRENT_USER registry integration.Michael Meeks3-6/+11
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann3-0/+3
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-0/+13
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-59/+56
2015-02-16incomplete type error under some compilersCaolán McNamara2-4/+4
2015-02-16restore dependenciesCaolán McNamara2-0/+3
2015-02-16boost::noncopyable->'= delete'Caolán McNamara16-44/+67
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara10-19/+18
2015-02-12coverity#1269597 Uncaught exceptionCaolán McNamara1-4/+4
2015-02-11loplugin:unreffunStephan Bergmann1-178/+184
2015-02-11tdf#46723 - enable configmgr unit testsRadu Ioan2-49/+41
2015-02-10cppcheck: assertWithSideEffectCaolán McNamara1-2/+3
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage4-22/+21
2014-12-16configmgr: Use appropriate OUString functions on string constantsStephan Bergmann3-6/+6
2014-12-05Revert "Log parsing time of each xcd file"Stephan Bergmann2-4/+3
2014-12-04Log parsing time of each xcd fileTor Lillqvist2-3/+4
2014-12-04SAL_INFO how long parseXcsXcuLayer() and parseResLayer() tookTor Lillqvist1-0/+4
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-04line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky1-0/+5
2014-10-24Use xmlreader::XmlReader::getUrlStephan Bergmann2-4/+3
2014-10-24Beware gb_CppunitTest_use_library_files plus gb_CppunitTest_use_componentStephan Bergmann1-1/+2
2014-10-23Log parsing time of each xcd fileTor Lillqvist2-1/+5
2014-10-22Bin unused version.map fileTor Lillqvist1-25/+0
2014-10-22WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-8/+8
2014-10-22WaE: Unreferenced function definitionTor Lillqvist1-28/+0
2014-10-20Revert "fdo#75757: remove inheritance to std::map"Stephan Bergmann5-9/+12
2014-10-20fdo#75757: remove inheritance to std::mapDaniel Sikeler5-12/+9
2014-10-17SID_TOGGLE_MENUBAR (aka slot:6661, .uno:MenuBarVisible) is deadStephan Bergmann1-5/+0
2014-10-02coverity#707682 Uninitialized scalar fieldCaolán McNamara1-1/+1
2014-08-18remove dead ToolBox RID_HELPBARThomas Arnhold1-5/+0
2014-08-13update_pchThomas Arnhold1-1/+0
2014-07-21fdo#80536 UI: Menu entry for 'Edit File' -> 'Edit Mode'Joren De Cuyper1-1/+1
2014-07-08configmgr: fix node cache clearing.Michael Meeks1-2/+2
2014-07-08WaE: Unreachable codeTor Lillqvist1-2/+2
2014-07-02Make configmgr loplugin:salbool-cleanStephan Bergmann1-0/+2
2014-06-30configmgr: faster / simpler compare for keys.Michael Meeks5-10/+45
2014-06-28configmgr: accelerate getPropertyValue.Michael Meeks1-4/+4
2014-06-28configmgr: accelerate simple config key fetches.Michael Meeks4-29/+92
2014-06-28configmgr: implement a single item cache for node lookup.Michael Meeks2-18/+29
2014-06-28configmgr: re-factor findNode and clone into NodeMap.Michael Meeks10-27/+28
2014-06-28configmgr: hide NodeMap implementation.Michael Meeks3-8/+30
2014-06-28configmgr: avoid constructing duplicating and freeing Any'sMichael Meeks5-36/+57
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin10-24/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin14-44/+11
2014-06-05various: remove SAL_THROW macroNoel Grandin6-15/+3
2014-05-28update_pchThomas Arnhold1-11/+11