Searched refs:mnLastXclCol (Results 1 – 2 of 2) sorted by relevance
1586 mnLastXclCol( static_cast< sal_uInt16 >( nScCol ) ) in XclExpColinfo()1624 (mnLastXclCol + 1 == rColInfo.mnFirstXclCol) ) in TryMerge()1626 mnLastXclCol = rColInfo.mnLastXclCol; in TryMerge()1635 sal_uInt16 nLastXclCol = mnLastXclCol; in WriteBody()1650 sal_uInt16 nLastXclCol = mnLastXclCol; in SaveXml()
786 inline sal_uInt16 GetColCount() const { return mnLastXclCol - mnFirstXclCol + 1; } in GetColCount()802 sal_uInt16 mnLastXclCol; /// Index to last column. member in XclExpColinfo
Completed in 32 milliseconds