Searched refs:xSubst (Results 1 – 5 of 5) sorted by relevance
635 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() local1101 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 …]
250 uno::Reference< util::XStringSubstitution > xSubst( in Reset() local253 if ( xSubst.is() ) in Reset()254 sPath = xSubst->substituteVariables( sPath, sal_False ); in Reset()
160 …css::uno::Reference< css::util::XStringSubstitution > xSubst ( xSMGR->createInstance(SE… in impl_substituteCommandVariables() local162 …const ::rtl::OUString sCompleteCommand = xSubst->substituteVariables(sCommand, bSubstRequ… in impl_substituteCommandVariables()
223 const css::uno::Reference< css::util::XStringSubstitution >& xSubst ,
550 …uno::Reference < util::XStringSubstitution > xSubst( ::comphelper::getProcessServiceFactory()->cre… in findInstallation() local
Completed in 53 milliseconds