summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-03framework, lok: It's okay to have valid non-existent user inst. pathPranav Kant1-1/+5
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-4/+2
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-6/+3
2017-09-14improve redundantcast lopluginNoel Grandin1-2/+2
2017-09-01Replace list by vector in substitutepathvars (framework)Julien Nabet1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+1
2017-07-31loplugin:oncevarNoel Grandin1-2/+1
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-4/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-24/+9
2017-01-19New loplugin:dynexcspec: Add @throws documentation, frameworkStephan Bergmann1-0/+5
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-3/+3
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann1-5/+0
2016-10-14tdf#88205 Adapt uses of css::uno::Sequence to use initialize_list ctorHieronymous1-2/+1
2016-09-28cleanup includesJochen Nitschke1-16/+2
2016-09-27tdf#102630: [API CHANGE] Remove SharePoints support from PathSubstitutionStephan Bergmann1-560/+0
2016-09-27Use FixedVariable::bAbsPath to check for special path varsStephan Bergmann1-3/+1
2016-09-27Remove redundant FixedVariable::nEnumValueStephan Bergmann1-34/+36
2016-09-27Remove unnecessary typedefsStephan Bergmann1-4/+2
2016-09-27Use range-based forStephan Bergmann1-16/+11
2016-09-27Reduce var scopeStephan Bergmann1-4/+2
2016-09-27Add noteStephan Bergmann1-0/+7
2016-09-27tdf#101898: Only re-substitute whole segments with $(username)Stephan Bergmann1-1/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin1-0/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-29handle failure to expand ~ in path elements.Michael Meeks1-4/+4
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt1-0/+8
2016-01-10Fix typosAndrea Gelmini1-4/+4
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-20new loplugin:unusedfieldsNoel Grandin1-20/+19
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-19Remove redundant checkStephan Bergmann1-7/+2
2015-08-19Remove ConvertOSLtoUCBURLStephan Bergmann1-21/+4
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+1
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-17/+2