summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
AgeCommit message (Expand)Author
2015-08-19Remove redundant checkStephan Bergmann
2015-08-19Remove ConvertOSLtoUCBURLStephan Bergmann
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-24loplugin:constantfunction: frameworkNoel Grandin
2015-03-11framework: reindent that tooMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl
2014-09-22Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann
2014-09-22Unwind one level of cluttering indirectionStephan Bergmann
2014-05-17Single line between methodsHussian Alamri
2014-05-14Removed redundant private methods commentsHussian Alamri
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-09Remove unused functionsStephan Bergmann
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan 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-02-10coverity#1169812 condition appears the wrong way aroundCaolán McNamara
2014-02-08coverity#1169879 Uninitialized scalar fieldCaolán McNamara
2014-02-04remove lang path substitutionCaolán McNamara
2014-02-04nPrio is always 0Caolán McNamara
2014-02-04fdo#74425 Remove deprecated static function ResMgr::GetLang()Chris Sherlock
2014-01-30fwk: Constructor feature for single-instance SubstitutePathVariables.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2013-12-10Some clean-upStephan Bergmann
2013-12-10Get rid of $(share_subdir_name) againStephan Bergmann
2013-12-09Bin pointless micro-optimisationTor Lillqvist
2013-12-09fdo#72394 Don't endlessly expand $(share_subdir_name) into itselfStephan Bergmann
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist
2013-09-05Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time par...Michael Stahl
2013-09-05fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-07fdo#46037: remove 1 comphelper/configurationhelper in frameworkJulien Nabet
2013-08-04Mark as const/staticTakeshi Abe