summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
AgeCommit message (Expand)Author
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-03-21use single-use attribute for SubstitutePathVariablesNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-08-08Fix typoAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-03framework, lok: It's okay to have valid non-existent user inst. pathPranav Kant
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-09-14improve redundantcast lopluginNoel Grandin
2017-09-01Replace list by vector in substitutepathvars (framework)Julien Nabet
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, frameworkStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann
2016-10-14tdf#88205 Adapt uses of css::uno::Sequence to use initialize_list ctorHieronymous
2016-09-28cleanup includesJochen Nitschke
2016-09-27tdf#102630: [API CHANGE] Remove SharePoints support from PathSubstitutionStephan Bergmann
2016-09-27Use FixedVariable::bAbsPath to check for special path varsStephan Bergmann
2016-09-27Remove redundant FixedVariable::nEnumValueStephan Bergmann
2016-09-27Remove unnecessary typedefsStephan Bergmann
2016-09-27Use range-based forStephan Bergmann
2016-09-27Reduce var scopeStephan Bergmann
2016-09-27Add noteStephan Bergmann
2016-09-27tdf#101898: Only re-substitute whole segments with $(username)Stephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-29handle failure to expand ~ in path elements.Michael Meeks
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt
2016-01-10Fix typosAndrea Gelmini