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.cxx326 aResubstPath.sPathName, in impl_storePath()
332 aResubstPath.sPathName, in impl_storePath()
344 if (xCfgOld->hasByName(aResubstPath.sPathName)) in impl_storePath()
347 xProps->setPropertyValue(aResubstPath.sPathName, css::uno::Any()); in impl_storePath()
401 aPath.sPathName = sPath; in impl_updatePath()
754 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor()
763 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHES; in impl_rebuildPropertyDescriptor()
771 pProp->Name = rPath.sPathName+POSTFIX_USER_PATHES; in impl_rebuildPropertyDescriptor()
780 pProp->Name = rPath.sPathName+POSTFIX_WRITE_PATH; in impl_rebuildPropertyDescriptor()
887 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.cxx263 OUString sPathName( rsURL.copy( nIndex ) ); in loadBitmap() local
265 if ( ::vcl::ImageRepository::loadImage( sPathName, aBitmap, false ) in loadBitmap()
/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()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx201 String sPathName( rResourceURL.copy( nIndex ) ); in implLoadRepositoryImage() local
203 if ( ::vcl::ImageRepository::loadImage( sPathName, aBitmap, false ) ) in implLoadRepositoryImage()