Home
last modified time | relevance | path

Searched refs:rPath (Results 101 – 125 of 143) sorted by relevance

123456

/trunk/main/svx/inc/svx/
H A Dfmmodel.hxx57 FmFormModel(const XubString& rPath, SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Ddocumentsignaturehelper.hxx92 const ::rtl::OUString & rUri, const ::rtl::OUString & rPath);
/trunk/main/forms/source/component/
H A Dimgprod.cxx248 void ImageProducer::SetImage( const ::rtl::OUString& rPath ) in SetImage() argument
250 maURL = rPath; in SetImage()
H A Dimgprod.hxx77 void SetImage( const ::rtl::OUString& rPath );
/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.hxx87 void AppendPath (const ::rtl::OUString& rPath);
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx64 static ErrCode QueryDiskSpace( const String& rPath, sal_Int64& rFreeBytes );
/trunk/main/tools/inc/tools/
H A Dconfig.hxx60 static XubString GetConfigName( const XubString& rPath, const XubString& rBaseName );
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1741 void SwFldMgr::SetMacroPath(const String& rPath) in SetMacroPath() argument
1743 sMacroPath = rPath; in SetMacroPath()
1744 sMacroName = rPath; in SetMacroPath()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1178 const OUString& rPath ) in getConfigWriteAccess() argument
1231 if ( rPath.getLength() ) in getConfigWriteAccess()
1238 xNA->getByHierarchicalName( rPath ) >>= xInterface; in getConfigWriteAccess()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1939 rtl::OUString& rPath = *o_pExtensionPath; in implGetJarFromPackage() local
1940 sal_Int32 nLastSlashInPath = rPath.lastIndexOf( '/', rPath.getLength() - 1 ); in implGetJarFromPackage()
1943 *o_pExtensionRegistryPath += rPath.copy( nLastSlashInPath); in implGetJarFromPackage()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx208 int SwView::InsertGraphic( const String &rPath, const String &rFilter, in InsertGraphic() argument
222 nRes = GraphicFilter::LoadGraphic( rPath, rFilter, aGrf, pFlt /*, nFilter*/ ); in InsertGraphic()
237 bLink ? rPath : String(), in InsertGraphic()
253 aTemp, rPath, URIHelper::GetMaybeFileHdl() ); in InsertGraphic()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx1279 OUString &rPath, const sal_Char *value, sal_Int32 length) in setPath() argument
1285 rPath = OUString (value, length, RTL_TEXTENCODING_UTF8); in setPath()
H A Dftpdirp.hxx176 rtl::OUString& rPath,
/trunk/main/vcl/inc/vcl/
H A Dgfxlink.hxx145 GfxLink( const String& rPath, GfxLinkType nType );
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1692 void Application::SetFontPath( const String& rPath ) in SetFontPath() argument
1698 pSVData->maAppData.mpFontPath = new String( rPath ); in SetFontPath()
1700 *(pSVData->maAppData.mpFontPath) = rPath; in SetFontPath()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx774 ErrCode SfxContentHelper::QueryDiskSpace( const String& rPath, sal_Int64& rFreeBytes ) in QueryDiskSpace() argument
778 INetURLObject aObj( rPath ); in QueryDiskSpace()
/trunk/main/idl/inc/
H A Ddatabase.hxx166 sal_Bool ReadSvIdl( SvTokenStream &, sal_Bool bImported, const String & rPath );
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx524 void convertPath( OUStringBuffer& sTmp, const Any& rPath );
1435 void AnimationsExporterImpl::convertPath( OUStringBuffer& sTmp, const Any& rPath ) in convertPath() argument
1438 rPath >>= aStr; in convertPath()
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx159 void SetMacroPath(const String& rPath);
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx209 …bool CopyScript( const String& rPath, const String& rSource, const String& rDest, bool bUnix = fal…
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3183 static bool createWriteablePath( const ByteString& rPath ) in createWriteablePath() argument
3187 if( access( rPath.GetBuffer(), W_OK ) ) in createWriteablePath()
3189 int nPos = rPath.SearchBackward( '/' ); in createWriteablePath()
3191 while( nPos > 0 && rPath.GetChar( nPos ) == '/' ) in createWriteablePath()
3194 if( nPos != STRING_NOTFOUND && nPos != 0 && createWriteablePath( rPath.Copy( 0, nPos+1 ) ) ) in createWriteablePath()
3196 bSuccess = mkdir( rPath.GetBuffer(), 0777 ) ? false : true; in createWriteablePath()
/trunk/main/sfx2/inc/sfx2/
H A Dfiledlghelper.hxx225 void SetDisplayDirectory( const String& rPath );
/trunk/main/sd/source/core/
H A DTransitionPreset.cxx72 …plImportEffects( const Reference< XMultiServiceFactory >& xConfigProvider, const OUString& rPath );
/trunk/main/rsc/inc/
H A Drscinst.hxx143 void SetPath( const ByteString & rPath );
/trunk/main/sfx2/source/dialog/
H A Dfiledlgimpl.hxx209 void displayFolder( const ::rtl::OUString& rPath );

Completed in 283 milliseconds

123456