summaryrefslogtreecommitdiff
path: root/unotools/source/config/configitem.cxx
AgeCommit message (Expand)Author
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-28coverity#704086 Unchecked return valueCaolán McNamara
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-19WaE: -Wunused-variableThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-11fix-includes.pl: unotoolsThomas Arnhold
2014-04-18Typo: s/shure/sureTor Lillqvist
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2013-11-20Elide utl::ConfigItem_ImplStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-04Remove more unused methodsMarcos Paulo de Souza
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-23OSL_FAIL -> SAL_WARNStephan Bergmann
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Werror=unused-macrosStephan Bergmann
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2012-12-28Get rid of C2U in unotools.Jan Holesovsky
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-04-09s/pathes/paths/Tor Lillqvist
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-19Fix for fdo43460 Part XLII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of och header from unotoolsNorbert Thiebaud
2011-11-14ReleaseConfigMgr not called by anythingCaolán McNamara
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-08-08catch by const referenceCaolán McNamara
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-05-20this can be passed by reference, like the name suggestsCaolán McNamara
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-02-21Drop a few apparently pointless assertionsTor Lillqvist
2011-01-27Do potentially pointless assertions only if dbglevel > 1Tor Lillqvist
2010-12-22RTL_CONSTASCII_USTRINGPARAMserval
2010-11-28Remove dated commentJ. Graeme Lingard