Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx720 sal_uInt16 GetColCount() const { return mnLastXclCol - mnFirstXclCol + 1; } in GetColCount()
739 sal_uInt16 mnLastXclCol; /// Index to last column. member in XclExpColinfo
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx721 sal_uInt16 GetColCount() const { return mnLastXclCol - mnFirstXclCol + 1; } in GetColCount()
740 sal_uInt16 mnLastXclCol; /// Index to last column. member in XclExpColinfo
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx1623 mnLastXclCol( static_cast< sal_uInt16 >( nScCol ) ) in XclExpColinfo()
1667 (mnLastXclCol + 1 == rColInfo.mnFirstXclCol) ) in TryMerge()
1669 mnLastXclCol = rColInfo.mnLastXclCol; in TryMerge()
1678 sal_uInt16 nLastXclCol = mnLastXclCol; in WriteBody()
1709 XML_max, OString::number(mnLastXclCol + 1), in SaveXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx1616 mnLastXclCol( static_cast< sal_uInt16 >( nScCol ) ) in XclExpColinfo()
1660 (mnLastXclCol + 1 == rColInfo.mnFirstXclCol) ) in TryMerge()
1662 mnLastXclCol = rColInfo.mnLastXclCol; in TryMerge()
1671 sal_uInt16 nLastXclCol = mnLastXclCol; in WriteBody()
1702 XML_max, OString::number(mnLastXclCol + 1), in SaveXml()