Home
last modified time | relevance | path

Searched refs:bCloseStream (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/oox/source/core/
H A Dfastparser.cxx51 … InputStreamCloseGuard( const Reference< XInputStream >& rxInStream, bool bCloseStream );
58 …oseGuard::InputStreamCloseGuard( const Reference< XInputStream >& rxInStream, bool bCloseStream ) : in InputStreamCloseGuard() argument
60 mbCloseStream( bCloseStream ) in InputStreamCloseGuard()
107 void FastParser::parseStream( const InputSource& rInputSource, bool bCloseStream ) throw( SAXExcept… in parseStream() argument
110 InputStreamCloseGuard aGuard( rInputSource.aInputStream, bCloseStream ); in parseStream()
116 …erence< XInputStream >& rxInStream, const OUString& rStreamName, bool bCloseStream ) throw( SAXExc… in parseStream() argument
121 parseStream( aInputSource, bCloseStream ); in parseStream()
124 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName, bool bCloseStream in parseStream() argument
126 parseStream( rStorage.openInputStream( rStreamName ), rStreamName, bCloseStream ); in parseStream()
/aoo42x/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx205 SvStream* UcbStreamHelper::CreateStream( Reference < XInputStream > xStream, sal_Bool bCloseStream ) in CreateStream() argument
211 if ( !bCloseStream ) in CreateStream()
222 SvStream* UcbStreamHelper::CreateStream( Reference < XStream > xStream, sal_Bool bCloseStream ) in CreateStream() argument
230 if ( !bCloseStream ) in CreateStream()
239 return CreateStream( xStream->getInputStream(), bCloseStream ); in CreateStream()
/aoo42x/main/oox/inc/oox/core/
H A Dfastparser.hxx63 …rseStream( const ::com::sun::star::xml::sax::InputSource& rInputSource, bool bCloseStream = false )
70 const ::rtl::OUString& rStreamName, bool bCloseStream = false )
75 …parseStream( StorageBase& rStorage, const ::rtl::OUString& rStreamName, bool bCloseStream = false )
/aoo42x/main/unotools/inc/unotools/
H A Ducbstreamhelper.hxx74 …tream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream, sal_Bool bCloseStream );
75 …c SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream, sal_Bool bCloseStream );

Completed in 25 milliseconds