summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-03-25new constantfunction lopluginNoel Grandin1-2/+1
2015-03-24loplugin:constantfunction: frameworkNoel Grandin1-2/+2
2015-03-11framework: reindent that tooMichael Stahl1-29/+29
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-3/+5
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl1-1/+3
2014-09-22Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann1-2/+1
2014-09-22Unwind one level of cluttering indirectionStephan Bergmann1-27/+27
2014-05-17Single line between methodsHussian Alamri1-1/+0
2014-05-14Removed redundant private methods commentsHussian Alamri1-1/+0
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-09Remove unused functionsStephan Bergmann1-28/+4
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-7/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-8/+8