Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dpathsettings.cxx323 PathInfo aResubstPath(aPath); in impl_storePath() local
324 impl_subst(aResubstPath, sal_True); in impl_storePath()
327 if (! aResubstPath.bIsSinglePath) in impl_storePath()
330 aResubstPath.sPathName, in impl_storePath()
332 … css::uno::makeAny(aResubstPath.lUserPaths.getAsConstList())); in impl_storePath()
336 aResubstPath.sPathName, in impl_storePath()
338 css::uno::makeAny(aResubstPath.sWritePath)); in impl_storePath()
348 if (xCfgOld->hasByName(aResubstPath.sPathName)) in impl_storePath()
351 xProps->setPropertyValue(aResubstPath.sPathName, css::uno::Any()); in impl_storePath()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/
H A DPathSubstitutionTest.java100 String aResubstPath = xPathSubstService.reSubstituteVariables( aPath ); in workWithPathVariables() local
101 System.out.println( "Resubstituted path="+aResubstPath ); in workWithPathVariables()

Completed in 33 milliseconds