Searched refs:rFilePath (Results 1 – 9 of 9) sorted by relevance
767 PPTDocument( const rtl::OUString& rFilePath );773 void Load( const rtl::OUString& rFilePath );782 PPTDocument::PPTDocument(const rtl::OUString& rFilePath) in PPTDocument() argument785 Load( rFilePath ); in PPTDocument()794 void PPTDocument::Load( const rtl::OUString& rFilePath ) in Load() argument796 maStorage = new SotStorage( rFilePath, STREAM_STD_READ ); in Load()
217 void DropTargetListener::implts_OpenFile( const String& rFilePath ) in implts_OpenFile() argument220 if ( !::utl::LocalFileHelper::ConvertPhysicalNameToURL( rFilePath, aFileURL ) ) in implts_OpenFile()221 aFileURL = rFilePath; in implts_OpenFile()
503 const ByteString &rFilePath ) in XRMResExport() argument508 sPath( rFilePath ) in XRMResExport()
625 const ByteString &rFilePath in CfgExport() argument630 sPath( rFilePath ) in CfgExport()
254 void UpdateHandler::setDownloadFile( const rtl::OUString& rFilePath ) in setDownloadFile() argument256 sal_Int32 nLast = rFilePath.lastIndexOf( '/' ); in setDownloadFile()259 msDownloadFile = rFilePath.copy( nLast+1 ); in setDownloadFile()260 const rtl::OUString aDownloadURL = rFilePath.copy( 0, nLast ); in setDownloadFile()
98 …void implts_OpenFile ( const String& rFilePath …
119 const ByteString &rFilePath
164 const ByteString &rFilePath
626 string GetFileDirectory( const string& rFilePath ) in GetFileDirectory() argument628 string aDir = rFilePath; in GetFileDirectory()641 string GetFileName( const string& rFilePath ) in GetFileName() argument643 string aName = rFilePath; in GetFileName()
Completed in 62 milliseconds