Searched refs:rSourceFile (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/filter/source/xsltdialog/ |
H A D | xmlfilterjar.cxx | 142 …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 D | xmlfilterjar.hxx | 45 …::star::lang::XSingleServiceFactory > xFactory, const ::rtl::OUString& rSourceFile ) throw( com::s…
|
/aoo42x/main/tools/source/communi/ |
H A D | parser.cxx | 320 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()
|
/aoo42x/main/filter/source/placeware/ |
H A D | exporter.cxx | 118 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()
|
/aoo42x/main/tools/inc/tools/ |
H A D | iparser.hxx | 120 GenericInformationList *Execute( UniString &rSourceFile, 133 sal_Bool Save( const UniString &rSourceFile,
|
/aoo42x/main/l10ntools/source/ |
H A D | localize.cxx | 174 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()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | htmlex.hxx | 208 bool CopyFile( const String& rSourceFile, const String& rDestPath );
|
H A D | htmlex.cxx | 3113 bool HtmlExport::CopyFile( const String& rSourceFile, const String& rDestPath ) in CopyFile() argument 3115 DirEntry aSourceEntry( rSourceFile ); in CopyFile()
|
Completed in 56 milliseconds