Searched refs:xInStrm (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/oox/source/core/ |
H A D | filterdetect.cxx | 337 … Reference< XInputStream > xInStrm( rMediaDesc[ MediaDescriptor::PROP_INPUTSTREAM() ], UNO_QUERY ); in extractUnencryptedPackage() local 338 if( !xInStrm.is() || lclIsZipPackage( mxContext, xInStrm ) ) in extractUnencryptedPackage() 339 return xInStrm; in extractUnencryptedPackage() 351 ::oox::ole::OleStorage aOleStorage( mxContext, xInStrm, false ); in extractUnencryptedPackage() 454 Reference< XInputStream > xInStrm( extractUnencryptedPackage( aMediaDesc ), UNO_SET_THROW ); in detect() local 457 ZipStorage aZipStorage( mxContext, xInStrm ); in detect()
|
H A D | xmlfilterbase.cxx | 177 Reference< XInputStream > xInStrm( openInputStream( aFragmentPath ), UNO_SET_THROW ); in importFragment() local 185 aSource.mxInStream.reset( new BinaryXInputStream( xInStrm, true ) ); in importFragment() 208 Reference< XInputStream > xInStrm = rxHandler->openFragmentStream(); in importFragment() local 211 if( xInStrm.is() ) try in importFragment() 214 mxImpl->maFastParser.parseStream( xInStrm, aFragmentPath ); in importFragment()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 58 xInStrm = OpenStream( EXC_STREAM_REVLOG ); in XclImpChangeTrack() 59 if( xInStrm.Is() ) in XclImpChangeTrack() 61 xInStrm->Seek( STREAM_SEEK_TO_END ); in XclImpChangeTrack() 62 sal_uLong nStreamLen = xInStrm->Tell(); in XclImpChangeTrack() 63 if( (xInStrm->GetErrorCode() == ERRCODE_NONE) && (nStreamLen != STREAM_SEEK_TO_END) ) in XclImpChangeTrack() 65 xInStrm->Seek( STREAM_SEEK_TO_BEGIN ); in XclImpChangeTrack() 66 pStrm = new XclImpStream( *xInStrm, GetRoot() ); in XclImpChangeTrack()
|
/aoo42x/main/oox/source/ole/ |
H A D | olestorage.cxx | 228 Reference< XInputStream > xInStrm = rxInStream; in initStorage() local 229 if( !Reference< XSeekable >( xInStrm, UNO_QUERY ).is() ) try in initStorage() 239 BinaryXInputStream aInStrm( xInStrm, false ); in initStorage() 242 xInStrm = xTempFile->getInputStream(); in initStorage() 250 if( xInStrm.is() ) try in initStorage() 254 aArgs[ 0 ] <<= xInStrm; in initStorage()
|
/aoo42x/main/oox/source/helper/ |
H A D | storagebase.cxx | 218 Reference< XInputStream > xInStrm = openInputStream( rElementName ); in copyToStorage() local 219 if( xInStrm.is() ) in copyToStorage() 224 BinaryXInputStream aInStrm( xInStrm, true ); in copyToStorage()
|
H A D | graphichelper.cxx | 289 Reference< XInputStream > xInStrm( new ::comphelper::SequenceInputStream( rGraphicData ) ); in importGraphic() local 290 xGraphic = importGraphic( xInStrm ); in importGraphic()
|
/aoo42x/main/oox/source/xls/ |
H A D | biffdetector.cxx | 206 …Reference< XInputStream > xInStrm( aDescriptor[ MediaDescriptor::PROP_INPUTSTREAM() ], UNO_QUERY_T… in detect() local 207 StorageRef xStorage( new ::oox::ole::OleStorage( mxContext, xInStrm, true ) ); in detect()
|
H A D | workbookfragment.cxx | 304 Reference< XInputStream > xInStrm = getBaseFilter().openInputStream( aVbaFragmentPath ); in finalizeImport() local 305 if( xInStrm.is() ) in finalizeImport() 306 …torageRef( new ::oox::ole::OleStorage( getBaseFilter().getComponentContext(), xInStrm, false ) ) ); in finalizeImport()
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 113 Reference< XInputStream > xInStrm; in openInputStream() local 118 xInStrm = xFileAccess->openFileRead( rFileName ); in openInputStream() 123 return xInStrm; in openInputStream() 1601 … Reference< XInputStream > xInStrm = InputOutputHelper::openInputStream( mxContext, rFileUrl ); in readConfigFile() local 1602 TextInputStream aTxtStrm( mxContext, xInStrm, RTL_TEXTENCODING_UTF8 ); in readConfigFile() 2214 BinaryInputStreamRef xInStrm( new BinaryXInputStream( xBaseStrm, false ) ); in implDump() local 2215 xInStrm->seekToStart(); in implDump() 2216 implDumpBaseStream( xInStrm, aSysOutPath ); in implDump()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | uof2storage.cxx | 218 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInStrm = openInputStream(r… in copyToStorage() 219 if(xInStrm.get()) in copyToStorage()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | XclImpChangeTrack.hxx | 66 SotStorageStreamRef xInStrm; // input stream member in XclImpChangeTrack
|
Completed in 81 milliseconds