Home
last modified time | relevance | path

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

1234

/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx175 const String& rFile,
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx422 void MakeLnkName( String& rName, const String* pType, const String& rFile, in MakeLnkName() argument
430 ((rName += rFile).EraseLeadingChars().EraseTrailingChars() += in MakeLnkName()
/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/sfx2/source/dialog/
H A Ddinfdlg.cxx238 SfxDocumentInfoItem::SfxDocumentInfoItem( const String& rFile, in SfxDocumentInfoItem() argument
241 : SfxStringItem( SID_DOCINFO, rFile ) in SfxDocumentInfoItem()
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx69 static sal_Bool Find( const String& rFolder, const String& rName, String& rFile );
/trunk/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx91 if ( rFile != "" ) { in ElfError()
92 m_sMessage = rFile; in ElfError()
138 throw ElfError(rFile, "elf_begin() failed"); in adjustVisibility()
164 throw ElfError(rFile, "too many symbols"); in adjustVisibility()
214 throw ElfError(rFile, "elf_update() failed"); in adjustVisibility()
230 if ((fd = open(rFile.c_str(), O_RDWR)) == -1) { in processObject()
232 sMessage += rFile; in processObject()
241 sMessage += rFile; in processObject()
248 adjustVisibility(rFile, fd, bVerbose); in processObject()
254 if ( utime(rFile.c_str(), &aUtimBuf) == -1 ) { in processObject()
[all …]
/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/store/source/
H A Dlockbyte.cxx277 void operator()(FileHandle & rFile) const in operator ()()
280 closeFile (rFile.m_handle); in operator ()()
281 rFile.m_handle = 0; in operator ()()
322 explicit FileLockBytes (FileHandle & rFile);
337 FileLockBytes::FileLockBytes (FileHandle & rFile) in FileLockBytes() argument
338 : m_hFile (rFile.m_handle), m_nSize (SAL_MAX_UINT32), m_xAllocator() in FileLockBytes()
/trunk/main/store/workben/
H A Dt_page.cxx964 void operator()(FileHandle & rFile) const in operator ()()
966 if (rFile.m_handle != 0) in operator ()()
969 (void) osl_closeFile (rFile.m_handle); in operator ()()
970 rFile.m_handle = 0; in operator ()()
H A Dt_store.cxx145 const file& rFile,
160 const file& rFile, in DirectoryTraveller() argument
165 : m_aFile (rFile), in DirectoryTraveller()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx142 virtual sal_uLong GetHelpId( String& rFile );
/trunk/main/svl/source/items/
H A Dstyle.cxx330 sal_uLong SfxStyleSheetBase::GetHelpId( String& rFile ) in GetHelpId() argument
332 rFile = aHelpFile; in GetHelpId()
336 void SfxStyleSheetBase::SetHelpId( const String& rFile, sal_uLong nId ) in SetHelpId() argument
338 aHelpFile = rFile; in SetHelpId()
/trunk/main/sw/inc/
H A Ddocstyle.hxx126 virtual sal_uLong GetHelpId( String& rFile );
/trunk/main/sw/source/core/inc/
H A DSwXMLTextBlocks.hxx57 SwXMLTextBlocks( const String& rFile );
58 …( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const String& rFile );
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx68 SwXMLTextBlocks::SwXMLTextBlocks( const String& rFile ) in SwXMLTextBlocks() argument
69 : SwImpBlocks( rFile ), bAutocorrBlock( sal_False ), nFlags ( 0 ) in SwXMLTextBlocks()
85 … refStg = comphelper::OStorageHelper::GetStorageFromURL( rFile, embed::ElementModes::READWRITE ); in SwXMLTextBlocks()
96 refStg = comphelper::OStorageHelper::GetStorageFromURL( rFile, embed::ElementModes::READ ); in SwXMLTextBlocks()
H A Dswblocks.cxx93 short SwImpBlocks::GetFileType( const String& rFile ) in GetFileType() argument
95 if( !FStatHelper::IsDocument( rFile ) ) in GetFileType()
97 if( SwXMLTextBlocks::IsFileUCBStorage( rFile ) ) in GetFileType()
99 if( SvStorage::IsStorageFile( rFile ) ) in GetFileType()
106 SwImpBlocks::SwImpBlocks( const String& rFile, sal_Bool ) in SwImpBlocks() argument
107 : aFile( rFile ), pDoc( 0 ), nCur( (sal_uInt16)-1 ), in SwImpBlocks()
110 FStatHelper::GetModifiedDateTimeOfFile( rFile, in SwImpBlocks()
112 INetURLObject aObj(rFile); in SwImpBlocks()
258 SwTextBlocks::SwTextBlocks( const String& rFile ) in SwTextBlocks() argument
261 INetURLObject aObj(rFile); in SwTextBlocks()
[all …]
/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/sw/source/ui/dialog/
H A Duiregionsw.cxx203 void SetFile(String const& rFile);
243 void SectRepr::SetFile( const String& rFile ) in SetFile() argument
245 String sNewFile( INetURLObject::decode( rFile, INET_HEX_ESCAPE, in SetFile()
251 if( rFile.Len() || sSub.Len() ) in SetFile()
254 if( rFile.Len() ) // Filter nur mit FileName in SetFile()
263 if( rFile.Len() || sSub.Len() ) in SetFile()
/trunk/main/unotools/inc/unotools/
H A Ducbhelper.hxx76 … FindInPath( const String& rPath, const String& rName, String& rFile, char cDelim = ';'…
77 …static sal_Bool Find( const String& rFolder, const String& rName, String& rFile, sal_B…
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx678 sal_Bool UCBContentHelper::Find( const String& rFolder, const String& rName, String& rFile, sal_Boo… in Find() argument
698 rFile = aFileObject.GetMainURL( INetURLObject::NO_DECODE ); in Find()
758 sal_Bool UCBContentHelper::FindInPath( const String& rPath, const String& rName, String& rFile, cha… in FindInPath() argument
765 if ( Find( aPath, rName, rFile, bAllowWildCards ) ) in FindInPath()
/trunk/main/vcl/inc/
H A Dfontcache.hxx73 …bool getFontCacheFile( int nDirID, const rtl::OString& rFile, std::list< PrintFontManager::PrintFo…
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx411 fontID findFontFileID( int nDirID, const rtl::OString& rFile ) const;
667 virtual void progress( const rtl::OUString& rFile ) = 0;
668 virtual bool queryOverwriteFile( const rtl::OUString& rFile ) = 0;
669 virtual void importFontFailed( const rtl::OUString& rFile, FailCondition ) = 0;
685 …bool getImportableFontProperties( const rtl::OString& rFile, std::list< FastPrintFontInfo >& rFont…
H A Dppdparser.hxx185 PPDParser( const String& rFile );
197 static String getPPDFile( const String& rFile );
199 static const PPDParser* getParser( const String& rFile );
200 static String getPPDPrinterName( const 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()

Completed in 336 milliseconds

1234