Searched refs:mnMaxRecSize (Results 1 – 4 of 4) sorted by relevance
70 mnMaxRecSize( nMaxRecSize ), in XclExpStream()80 if( mnMaxRecSize == 0 ) in XclExpStream()81 … mnMaxRecSize = (mrRoot.GetBiff() <= EXC_BIFF5) ? EXC_MAXRECSIZE_BIFF5 : EXC_MAXRECSIZE_BIFF8; in XclExpStream()82 mnMaxContSize = mnMaxRecSize; in XclExpStream()94 mnMaxContSize = mnCurrMaxSize = mnMaxRecSize; in StartRecord()
57 …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
103 inline sal_uInt16 GetMaxRecSize() const { return mnMaxRecSize; } in GetMaxRecSize()199 sal_uInt16 mnMaxRecSize; /// Maximum size of record content. member in XclExpStream
35 mnMaxRecSize( nMaxRecSize ), in BiffOutputRecordBuffer()
Completed in 24 milliseconds