Home
last modified time | relevance | path

Searched refs:rSourceFile (Results 1 – 8 of 8) sorted by relevance

/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx142 …otFolder, Reference< XSingleServiceFactory > xFactory, const OUString& rSourceFile ) throw( Except… in addFile() argument
144 if( rSourceFile.getLength() && in addFile()
145 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("http:") ) != 0) && in addFile()
146 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("shttp:") ) != 0) && in addFile()
147 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("jar:") ) != 0) && in addFile()
148 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("ftp:") ) != 0)) in addFile()
150 OUString aFileURL( rSourceFile ); in addFile()
H A Dxmlfilterjar.hxx45 …::star::lang::XSingleServiceFactory > xFactory, const ::rtl::OUString& rSourceFile ) throw( com::s…
/trunk/main/tools/source/communi/
H A Dparser.cxx320 GenericInformationList *InformationParser::Execute( UniString &rSourceFile, in Execute() argument
324 DirEntry aDirEntry( rSourceFile ); in Execute()
340 aActStream.Open( rSourceFile, STREAM_READ ); in Execute()
422 sal_Bool InformationParser::Save( const UniString &rSourceFile, in Save() argument
426 SvFileStream *pOutFile = new SvFileStream( rSourceFile, STREAM_STD_WRITE | STREAM_TRUNC ); in Save()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx118 static void encodeFile( osl::File& rSourceFile, Reference< XOutputStream >& xOutputStream ) throw( … in encodeFile() argument
124 osl::File::RC nRC = rSourceFile.setPos( osl_Pos_End, 0 ); in encodeFile()
127 nRC = rSourceFile.getPos( nTemp ); in encodeFile()
130 nRC = rSourceFile.setPos( osl_Pos_Absolut, 0 ); in encodeFile()
147 nRC = rSourceFile.read( pInBuffer, aInBuffer.getLength(), nTemp ); in encodeFile()
/trunk/main/tools/inc/tools/
H A Diparser.hxx120 GenericInformationList *Execute( UniString &rSourceFile,
133 sal_Bool Save( const UniString &rSourceFile,
/trunk/main/l10ntools/source/
H A Dlocalize.cxx174 sal_Bool Merge( const ByteString &rSourceFile , const ByteString &rOutput );
741 sal_Bool SourceTreeLocalizer::Merge( const ByteString &rSourceFile , const ByteString &rOutput ) in Merge() argument
746 aSDF.Open( String( rSourceFile, RTL_TEXTENCODING_ASCII_US ), in Merge()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx208 bool CopyFile( const String& rSourceFile, const String& rDestPath );
H A Dhtmlex.cxx3113 bool HtmlExport::CopyFile( const String& rSourceFile, const String& rDestPath ) in CopyFile() argument
3115 DirEntry aSourceEntry( rSourceFile ); in CopyFile()

Completed in 45 milliseconds