Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx70 mnMaxRecSize( nMaxRecSize ), in XclExpStream()
80 if( mnMaxRecSize == 0 ) in XclExpStream()
81mnMaxRecSize = (mrRoot.GetBiff() <= EXC_BIFF5) ? EXC_MAXRECSIZE_BIFF5 : EXC_MAXRECSIZE_BIFF8; in XclExpStream()
82 mnMaxContSize = mnMaxRecSize; in XclExpStream()
94 mnMaxContSize = mnCurrMaxSize = mnMaxRecSize; in StartRecord()
/trunk/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx57 …inline sal_uInt16 getRecLeft() const { return static_cast< sal_uInt16 >( mnMaxRecSize - maData.s… in getRecLeft()
69 sal_uInt16 mnMaxRecSize; /// Maximum size of record contents. member in oox::xls::prv::BiffOutputRecordBuffer
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx103 inline sal_uInt16 GetMaxRecSize() const { return mnMaxRecSize; } in GetMaxRecSize()
199 sal_uInt16 mnMaxRecSize; /// Maximum size of record content. member in XclExpStream
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx35 mnMaxRecSize( nMaxRecSize ), in BiffOutputRecordBuffer()

Completed in 28 milliseconds