Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx786 inline sal_uInt16 GetColCount() const { return mnLastXclCol - mnFirstXclCol + 1; } in GetColCount()
801 sal_uInt16 mnFirstXclCol; /// Index to first column. member in XclExpColinfo
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1585 mnFirstXclCol( static_cast< sal_uInt16 >( nScCol ) ), in XclExpColinfo()
1624 (mnLastXclCol + 1 == rColInfo.mnFirstXclCol) ) in TryMerge()
1639 rStrm << mnFirstXclCol in WriteBody()
1660 XML_min, OString::valueOf( (sal_Int32) (mnFirstXclCol+1) ).getStr(), in SaveXml()

Completed in 25 milliseconds