Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/helper/
H A Dbinaryoutputstream.cxx51 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()
H A Dbinaryinputstream.cxx154 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()
/aoo4110/main/oox/inc/oox/helper/
H A Dbinaryoutputstream.hxx136 bool mbAutoClose; /// True = automatically close stream on destruction. member in oox::BinaryXOutputStream
H A Dbinaryinputstream.hxx333 bool mbAutoClose; /// True = automatically close stream on destruction. member in oox::BinaryXInputStream

Completed in 37 milliseconds