Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dpathsettings.cxx328 aResubstPath.sPathName, in impl_storePath()
334 aResubstPath.sPathName, in impl_storePath()
346 if (xCfgOld->hasByName(aResubstPath.sPathName)) in impl_storePath()
349 xProps->setPropertyValue(aResubstPath.sPathName, css::uno::Any()); in impl_storePath()
403 aPath.sPathName = sPath; in impl_updatePath()
756 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor()
765 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHES; in impl_rebuildPropertyDescriptor()
773 pProp->Name = rPath.sPathName+POSTFIX_USER_PATHES; in impl_rebuildPropertyDescriptor()
782 pProp->Name = rPath.sPathName+POSTFIX_WRITE_PATH; in impl_rebuildPropertyDescriptor()
889 sMsg.append (aChangePath.sPathName); in impl_setPathValue()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx81 : sPathName () in PathInfo()
96 sPathName = rCopy.sPathName; in takeOver()
105 ::rtl::OUString sPathName;
/trunk/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx271 OUString sPathName( rsURL.copy( nIndex ) ); in loadBitmap() local
273 if ( ::vcl::ImageRepository::loadImage( sPathName, aBitmap, false ) in loadBitmap()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx206 String sPathName( rResourceURL.copy( nIndex ) ); in implLoadRepositoryImage() local
208 if ( ::vcl::ImageRepository::loadImage( sPathName, aBitmap, false ) ) in implLoadRepositoryImage()
/trunk/main/cui/source/options/
H A Doptpath.cxx586 String sPathName = pPathBox->GetEntryText( pEntry, 0 ); in IMPL_LINK() local
588 sNewTitle.SearchAndReplace( VAR_ONE, sPathName ); in IMPL_LINK()