Home
last modified time | relevance | path

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

/trunk/main/oox/source/helper/
H A Dbinaryoutputstream.cxx51 mbAutoClose( bAutoClose && rxOutStrm.is() ) in BinaryXOutputStream()
75 OSL_ENSURE( !mbAutoClose || mxOutStrm.is(), "BinaryXOutputStream::close - invalid call" ); in close()
79 if( mbAutoClose ) in close()
87 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()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryoutputstream.hxx139 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 29 milliseconds