Home
last modified time | relevance | path

Searched refs:aPathVal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/services/
H A Dpathsettings.cxx243 OUStringList aPathVal; in impl_readOldFormat() local
254 aPathVal.push_back(sStringVal); in impl_readOldFormat()
258 aPathVal << lStringListVal; in impl_readOldFormat()
262 return aPathVal; in impl_readOldFormat()
275 PathSettings::PathInfo aPathVal; in impl_readNewFormat() local
280 aPathVal.lInternalPaths << xIPath->getElementNames(); in impl_readNewFormat()
283 aPathVal.lUserPaths << xPath->getByName(CFGPROP_USERPATHES); in impl_readNewFormat()
286 xPath->getByName(CFGPROP_WRITEPATH) >>= aPathVal.sWritePath; in impl_readNewFormat()
289 xPath->getByName(CFGPROP_ISSINGLEPATH) >>= aPathVal.bIsSinglePath; in impl_readNewFormat()
292 aPathVal.bIsReadonly = sal_False; in impl_readNewFormat()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx115 …rtl::OUString aPathVal(UNISTRING("${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":buildid}")… in getBuildId() local
116 rtl::Bootstrap::expandMacros(aPathVal); in getBuildId()
117 return aPathVal; in getBuildId()
123 …rtl::OUString aPathVal(UNISTRING("${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("bootstrap") ":BaseInst… in getBaseInstallation() local
124 rtl::Bootstrap::expandMacros(aPathVal); in getBaseInstallation()
125 return aPathVal; in getBaseInstallation()