Home
last modified time | relevance | path

Searched refs:rFileName (Results 76 – 100 of 146) sorted by last modified time

123456

/trunk/main/svx/source/inc/
H A Dxmlxtexp.hxx45 const rtl::OUString& rFileName,
/trunk/main/svx/inc/svx/
H A Dxmlgrhlp.hxx85 …SVX_DLLPRIVATE String ImplGetGraphicMimeType( const String& rFileName ) const;
H A Dxoutbmp.hxx66 static sal_uInt16 WriteGraphic( const Graphic& rGraphic, String& rFileName,
H A Dsvdograf.hxx161 void SetGraphicLink(const String& rFileName, const String& rFilterName);
165 void SetFileName(const String& rFileName);
H A Dgallery1.hxx162 sal_Bool CreateImportTheme( const INetURLObject& rURL, const String& rFileName );
/trunk/main/sot/source/sdstor/
H A Dstg.cxx349 sal_Bool Storage::IsStorageFile( const String & rFileName ) in IsStorageFile() argument
352 if( aIo.Open( rFileName, STREAM_STD_READ ) ) in IsStorageFile()
H A Dstorage.cxx895 sal_Bool SotStorage::IsStorageFile( const String & rFileName ) in IsStorageFile() argument
897 String aName( rFileName ); in IsStorageFile()
1443 sal_Bool SotStorage::IsOLEStorage( const String & rFileName ) in IsOLEStorage() argument
1445 return Storage::IsStorageFile( rFileName ); in IsOLEStorage()
/trunk/main/sot/inc/sot/
H A Dstg.hxx209 static sal_Bool IsStorageFile( const String & rFileName );
H A Dstorage.hxx155 static sal_Bool IsStorageFile( const String & rFileName );
243 static sal_Bool IsOLEStorage( const String & rFileName );
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx84 _FileListEntry( const String& rFileName,
111 _FileListEntry::_FileListEntry( const String& rFileName, in _FileListEntry() argument
114 aFileName ( rFileName ), in _FileListEntry()
125 INetURLObject aObj( rFileName, INET_PROT_FILE ); in _FileListEntry()
718 sal_Bool SfxOrganizeMgr::InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName ) in InsertFile() argument
738 _FileListEntry* pEntry = new _FileListEntry( rFileName, pCollator ); in InsertFile()
/trunk/main/sfx2/source/inc/
H A Dtplcomp.hxx173 const String& rFileName,
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx1097 void SfxObjectShell::ResetFromTemplate( const String& rTemplateName, const String& rFileName ) in ResetFromTemplate() argument
1111 if( ::utl::LocalFileHelper::IsLocalFile( rFileName ) ) in ResetFromTemplate()
1116 INetURLObject aObj( rFileName ); in ResetFromTemplate()
H A Dobjstor.cxx2915 const String& rFileName, in PreDoSaveAs_Impl() argument
2959 …SfxMedium *pNewFile = new SfxMedium( rFileName, STREAM_READWRITE | STREAM_SHARE_DENYWRITE | STREAM… in PreDoSaveAs_Impl()
H A Ddoctempl.cxx848 const String& rFileName // Dateiname der neuen Vorlage in NewTemplate() argument
880 if ( xTemplates->addTemplate( pRegion->GetTitle(), rLongName, rFileName ) ) in NewTemplate()
881 pRegion->AddEntry( rLongName, rFileName ); in NewTemplate()
H A Ddocvor.cxx169 String GetPath_Impl( sal_Bool bOpen, const String& rFileName );
171 GetPaths_Impl( const String& rFileName );
1607 if ( aLastDir.Len() || rFileName.Len() ) in GetPath_Impl()
1613 if ( rFileName.Len() ) in GetPath_Impl()
1614 aObj.insertName( rFileName ); in GetPath_Impl()
1617 aObj.SetURL( rFileName ); in GetPath_Impl()
1638 SfxOrganizeDlg_Impl::GetPaths_Impl( const String& rFileName ) in GetPaths_Impl() argument
1703 if ( aLastDir.Len() || rFileName.Len() ) in GetPaths_Impl()
1709 if ( rFileName.Len() ) in GetPaths_Impl()
1710 aObj.insertName( rFileName ); in GetPaths_Impl()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Ddoctempl.hxx97 const String &rFileName);
H A Dapp.hxx205 … LoadTemplate( SfxObjectShellLock& xDoc, const String& rFileName, sal_Bool bCopy=…
H A Ddinfdlg.hxx84 SfxDocumentInfoItem( const String &rFileName,
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx85 sal_Bool InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName );
/trunk/main/sd/source/ui/inc/
H A Dinspagob.hxx58 const String& rFileName );
H A Dnavigatr.hxx113 sal_Bool InsertFile(const String& rFileName);
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.cxx456 …lg( ::Window* pParent, const SdDrawDocument* pDoc, SfxMedium* pSfxMedium, const String& rFileName ) in CreateSdInsertPagesObjsDlg() argument
458 …tractSdInsertPagesObjsDlg_Impl( new SdInsertPagesObjsDlg( pParent, pDoc, pSfxMedium, rFileName ) ); in CreateSdInsertPagesObjsDlg()
H A Dsddlgfact.hxx267 …g( ::Window* pParent, const SdDrawDocument* pDoc, SfxMedium* pSfxMedium, const String& rFileName );
H A Dinspagob.cxx53 const String& rFileName ) in SdInsertPagesObjsDlg() argument
63 rName ( rFileName ) in SdInsertPagesObjsDlg()
H A Dnavigatr.cxx628 sal_Bool SdNavigatorWin::InsertFile(const String& rFileName) in InsertFile() argument
630 INetURLObject aURL( rFileName ); in InsertFile()
636 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( rFileName, aURLStr ); in InsertFile()

Completed in 146 milliseconds

123456