Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx37 mbInRec( false ) in BiffOutputRecordBuffer()
45 OSL_ENSURE( !mbInRec, "BiffOutputRecordBuffer::startRecord - another record still open" ); in startRecord()
48 mbInRec = true; in startRecord()
53 OSL_ENSURE( mbInRec, "BiffOutputRecordBuffer::endRecord - no record open" ); in endRecord()
59 mbInRec = false; in endRecord()
64 OSL_ENSURE( mbInRec, "BiffOutputRecordBuffer::write - no record open" ); in write()
73 OSL_ENSURE( mbInRec, "BiffOutputRecordBuffer::write - no record open" ); in fill()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx78 mbInRec( false ) in XclExpStream()
96 mbInRec = true; in StartRecord()
108 mbInRec = false; in EndRecord()
202 if( mbInRec ) in Write()
240 if( mbInRec ) in WriteZeroBytes()
257 if (!mbInRec) in WriteZeroBytesToRecord()
326 if( mbInRec && (mnCurrSize + nCharLen > mnCurrMaxSize) ) in WriteUnicodeBuffer()
356 if( mbInRec && (nLeft <= nLenFieldSize) ) in WriteByteString()
395 return mbInRec ? 0 : mrStrm.Seek( nPos ); in SetSvStreamPos()
444 if( mbInRec ) in PrepareWrite()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx71 bool mbInRec; /// True = currently writing inside of a record. member in oox::xls::prv::BiffOutputRecordBuffer
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx210 bool mbInRec; /// true = currently writing inside of a record. member in XclExpStream

Completed in 21 milliseconds