Searched refs:OStreamSection (Results 1 – 9 of 9) sorted by relevance
33 OStreamSection::OStreamSection(const staruno::Reference< stario::XDataInputStream >& _rxInput) in OStreamSection() function in comphelper::OStreamSection48 OStreamSection::OStreamSection(const staruno::Reference< stario::XDataOutputStream >& _rxOutput, sa… in OStreamSection() function in comphelper::OStreamSection69 OStreamSection::~OStreamSection() in ~OStreamSection()101 sal_Int32 OStreamSection::available() in available()
45 class OStreamSection class59 OStreamSection(const staruno::Reference< stario::XDataInputStream >& _rxInput);69 …OStreamSection(const staruno::Reference< stario::XDataOutputStream >& _rxOutput, sal_Int32 _nPresu…74 ~OStreamSection();
46 class COMPHELPER_DLLPUBLIC OStreamSection class60 OStreamSection(const staruno::Reference< stario::XDataInputStream >& _rxInput);70 …OStreamSection(const staruno::Reference< stario::XDataOutputStream >& _rxOutput, sal_Int32 _nPresu…75 ~OStreamSection();
235 OStreamSection aEnsureBlockCompat( xDataOut ); in write()241 OStreamSection aEnsureCompat( xDataOut ); in write()279 OStreamSection aEnsureCompat( xDataOut ); in write()307 OStreamSection aEnsureBlockCompat( xDataIn ); in read()313 OStreamSection aEnsureCompat( xDataIn ); in read()340 OStreamSection aEnsureCompat( xDataIn ); in read()
215 OStreamSection aSection( Reference< XDataOutputStream >( _rxOutStream, UNO_QUERY ) ); in write()233 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read()
882 OStreamSection aDownCompat(xOut); in write()895 OStreamSection aDownCompat2(xOut); in write()958 OStreamSection aDownCompat(xIn); in read()966 OStreamSection aDownCompat2(xIn); in read()
259 OStreamSection aSection( Reference< XDataOutputStream >( _rxOutStream, UNO_QUERY ) ); in write()277 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read()
157 OStreamSection aSection( _rxOutStream.get() ); in write()199 OStreamSection aSection( _rxInStream.get() ); in read()
686 OStreamSection aSection(_rxOut.get()); in Save()692 OStreamSection aSection(_rxIn.get()); in Load()
Completed in 37 milliseconds