summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-25unnecessary use of UniString::GetBufferCaolán McNamara
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara
2012-06-19reduce amount of static StringsCaolán McNamara
2012-06-19why on earth are these double null terminatedCaolán McNamara
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-30targeted string re-workNorbert Thiebaud
2012-05-24removed unused const char[]Takeshi Abe
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-05-16fdo#46074 fdo#49948 Ignore corrupted items in Recent DocumentsStephan Bergmann
2012-05-16Unwound unhelpful LogHelper::logItStephan Bergmann
2012-05-06nuke dead codeTakeshi Abe
2012-05-06removed unused definesTakeshi Abe
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-20fdo#46074 Ignore corrupted items in Recent DocumentsStephan Bergmann
2012-04-10add a getBuildVersion helperCaolán McNamara
2012-04-09s/pathes/paths/Tor Lillqvist
2012-04-09s/pathes/paths/Tor Lillqvist
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28fold historyoptions_const.hxx into historyoptions.cxxCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28fold useroptions_const.hxx into useroptions.cxxCaolán McNamara
2012-03-12callcatcher: remove some unused codeCaolán McNamara
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara
2012-03-06remove TransliterationWrapper::compareSubstringCaolán McNamara
2012-02-09utl: delete unused NodeValueAccessor::bind() methodGreg Kroah-Hartman
2012-02-08update unused listCaolán McNamara
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-27drop unnecessary includeCaolán McNamara
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann
2012-01-25Add configuration wrappers for groups, too (to add listeners etc.).Stephan Bergmann
2012-01-19Fix for fdo43460 Part XLII getLength() to isEmpty()Olivier Hallot
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-08catch exception by constant referenceTakeshi Abe