Home
last modified time | relevance | path

Searched refs:rFile (Results 51 – 75 of 76) sorted by relevance

1234

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx388 sal_Bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue >& rFilterData ) in Export() argument
390 INetURLObject aURL( rFile ); in Export()
400 if( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( rFile, aTmp ) ) in Export()
H A Dpdfexport.hxx127 …sal_Bool Export( const OUString& rFile, const Sequence< PropertyValue >& rFilterDat…
/trunk/main/autodoc/source/display/html/
H A Dpm_class.cxx195 rFile = Env().Gate().Locations().Find_File( Me().Location() ); in Write_DocuArea() local
201 << rFile.LocalName(); in Write_DocuArea()
/trunk/main/extensions/source/update/check/
H A Ddownload.hxx60 …bool start(const rtl::OUString& rURL, const rtl::OUString& rFile, const rtl::OUString& rDestinatio…
H A Dupdatecheck.hxx111 virtual bool checkDownloadDestination( const rtl::OUString& rFile );
/trunk/main/vcl/inc/
H A Dfontcache.hxx73 …bool getFontCacheFile( int nDirID, const rtl::OString& rFile, std::list< PrintFontManager::PrintFo…
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx69 static sal_Bool Find( const String& rFolder, const String& rName, String& rFile );
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx985 const String& rFile, in ApplyGraphicToObject() argument
997 pNewGrafObj->SetGraphicLink( rFile, rFilter ); in ApplyGraphicToObject()
H A Dviewfun4.cxx624 sal_Bool ScViewFunc::PasteFile( const Point& rPos, const String& rFile, sal_Bool bLink ) in PasteFile() argument
627 aURL.SetSmartURL( rFile ); in PasteFile()
H A Dviewfun2.cxx2313 void ScViewFunc::InsertAreaLink( const String& rFile, in InsertAreaLink() argument
2323 …pDocSh->GetDocFunc().InsertAreaLink( rFile, rFilter, rOptions, rSource, aPos, nRefresh, sal_False,… in InsertAreaLink()
2329 void ScViewFunc::InsertTableLink( const String& rFile, in InsertTableLink() argument
2335 ScDocumentLoader aLoader( rFile, aFilterName, aOpt ); in InsertTableLink()
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx175 const String& rFile,
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx169 const String& rFile,
H A Ddocfunc.hxx177 sal_Bool InsertAreaLink( const String& rFile, const String& rFilter,
/trunk/main/sot/source/sdstor/
H A Dstg.cxx381 Storage::Storage( const String& rFile, StreamMode m, sal_Bool bDirect ) in Storage() argument
382 : OLEStorageBase( new StgIo, NULL, m_nMode ), aName( rFile ), bIsRoot( sal_False ) in Storage()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx861 sal_Bool SfxContentHelper::Find( const String& rFolder, const String& rName, String& rFile ) in Find() argument
868 rFile = aFile; in Find()
/trunk/main/sw/inc/
H A Ddocstyle.hxx126 virtual sal_uLong GetHelpId( String& rFile );
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx655 bool FontCache::getFontCacheFile( int nDirID, const OString& rFile, list< PrintFontManager::PrintFo… in getFontCacheFile() argument
662 FontDirMap::const_iterator entry = dir->second.m_aEntries.find( rFile ); in getFontCacheFile()
H A Dfontmanager.cxx3439 const OString& rFile, in getImportableFontProperties() argument
3444 int nIndex = rFile.lastIndexOf( '/' ); in getImportableFontProperties()
3445 OString aDir, aFile( rFile.copy( nIndex+1 ) ); in getImportableFontProperties()
3447 aDir = rFile.copy( 0, nIndex ); in getImportableFontProperties()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx442 void AbstractScLinkedAreaDlg_Impl::InitFromOldLink( const String& rFile, const String& rFilter, in InitFromOldLink() argument
446 pDlg->InitFromOldLink( rFile, rFilter, rOptions, rSource, nRefresh); in InitFromOldLink()
H A Dscdlgfact.hxx233 virtual void InitFromOldLink( const String& rFile, const String& rFilter,
/trunk/main/svl/inc/svl/
H A Dstyle.hxx142 virtual sal_uLong GetHelpId( String& rFile );
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx165 String SearchFileInPaths( const String &rFile, const ::com::sun::star::uno::Sequence< ::rtl::OU…
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2010 sal_uLong SwDocStyleSheet::GetHelpId( String& rFile ) in GetHelpId() argument
2018 rFile = sTemplateHelpFile; in GetHelpId()
2097 rFile = *pTemplate; in GetHelpId()
/trunk/main/sc/inc/
H A Dscabstdlg.hxx181 virtual void InitFromOldLink( const String& rFile, const String& rFilter,
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4799 sal_Bool ScDocFunc::InsertAreaLink( const String& rFile, const String& rFilter, in InsertAreaLink() argument
4850 ScDocumentLoader::GetFilterName( rFile, aFilterName, aNewOptions, sal_True, !bApi ); in InsertAreaLink()
4856 ScAreaLink* pLink = new ScAreaLink( &rDocShell, rFile, aFilterName, in InsertAreaLink()
4858 pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, rFile, &aFilterName, &rSource ); in InsertAreaLink()
4865 rFile, aFilterName, aNewOptions, in InsertAreaLink()

Completed in 159 milliseconds

1234