Home
last modified time | relevance | path

Searched refs:mnRawRecLeft (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dxistream.cxx343 mnRawRecLeft( 0 ), in XclImpStreamPos()
358 mnRawRecLeft = nRawRecLeft; in Set()
372 rnRawRecLeft = mnRawRecLeft; in Get()
432 mnRawRecLeft( 0 ), in XclImpStream()
573 return mbValid ? (mnCurrRecSize - mnRawRecLeft) : EXC_REC_SEEK_TO_END; in GetRecPos()
621 --mnRawRecLeft; in operator >>()
634 --mnRawRecLeft; in operator >>()
651 mnRawRecLeft -= 2; in operator >>()
668 mnRawRecLeft -= 2; in operator >>()
685 mnRawRecLeft -= 4; in operator >>()
[all …]
/AOO41X/main/sc/source/filter/inc/
H A Dxistream.hxx196 …sal_uInt16 mnRawRecLeft; /// Bytes left in current raw record (without following CONTIN… member in XclImpStreamPos
529 …sal_uInt16 mnRawRecLeft; /// Bytes left in current raw record (without following CONTIN… member in XclImpStream