Home
last modified time | relevance | path

Searched refs:xSubst (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/framework/source/services/
H A Dpathsettings.cxx635 sNew = xSubst->reSubstituteVariables(sOld); in impl_subst()
637 sNew = xSubst->substituteVariables(sOld, sal_False); in impl_subst()
649 impl_subst(aPath.lInternalPaths, xSubst, bReSubst); in impl_subst()
650 impl_subst(aPath.lUserPaths , xSubst, bReSubst); in impl_subst()
652 aPath.sWritePath = xSubst->reSubstituteVariables(aPath.sWritePath); in impl_subst()
654 aPath.sWritePath = xSubst->substituteVariables(aPath.sWritePath, sal_False); in impl_subst()
1097 css::uno::Reference< css::util::XStringSubstitution > xSubst = m_xSubstitution; in fa_getSubstitution() local
1101 if (! xSubst.is()) in fa_getSubstitution()
1107 xSubst = css::uno::Reference< css::util::XStringSubstitution >( in fa_getSubstitution()
1113 m_xSubstitution = xSubst; in fa_getSubstitution()
[all …]
/aoo41x/main/cui/source/options/
H A Doptimprove2.cxx250 uno::Reference< util::XStringSubstitution > xSubst( in Reset() local
253 if ( xSubst.is() ) in Reset()
254 sPath = xSubst->substituteVariables( sPath, sal_False ); in Reset()
/aoo41x/main/framework/source/jobs/
H A Dshelljob.cxx160 …css::uno::Reference< css::util::XStringSubstitution > xSubst ( xSMGR->createInstance(SE… in impl_substituteCommandVariables() local
162 …const ::rtl::OUString sCompleteCommand = xSubst->substituteVariables(sCommand, bSubstRequ… in impl_substituteCommandVariables()
/aoo41x/main/framework/inc/services/
H A Dpathsettings.hxx223 const css::uno::Reference< css::util::XStringSubstitution >& xSubst ,
/aoo41x/main/desktop/source/migration/
H A Dmigration.cxx550 …uno::Reference < util::XStringSubstitution > xSubst( ::comphelper::getProcessServiceFactory()->cre… in findInstallation() local

Completed in 44 milliseconds