Searched refs:mbAutoClose (Results 1 – 4 of 4) sorted by relevance
51 mbAutoClose( bAutoClose && rxOutStrm.is() ) in BinaryXOutputStream()63 OSL_ENSURE( !mbAutoClose || mxOutStrm.is(), "BinaryXOutputStream::close - invalid call" ); in close()67 if( mbAutoClose ) in close()75 mbAutoClose = false; in close()
154 mbAutoClose( bAutoClose && rxInStrm.is() ) in BinaryXInputStream()166 OSL_ENSURE( !mbAutoClose || mxInStrm.is(), "BinaryXInputStream::close - invalid call" ); in close()167 if( mbAutoClose && mxInStrm.is() ) try in close()176 mbAutoClose = false; in close()
136 bool mbAutoClose; /// True = automatically close stream on destruction. member in oox::BinaryXOutputStream
333 bool mbAutoClose; /// True = automatically close stream on destruction. member in oox::BinaryXInputStream
Completed in 27 milliseconds