Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx302 mnRowInpXclCol( static_cast< sal_uInt16 >( rRefs.maRowFirstScPos.Col() ) ), in XclExpTableop()
321 SCCOL nRowInpScCol = static_cast< SCCOL >( mnRowInpXclCol ); in TryExtend()
401 … ((mnRowInpXclCol + 1 < maXclRange.maFirst.mnCol) || (mnRowInpXclCol > maXclRange.maLast.mnCol) || in Finalize()
446 rStrm << mnRowInpXclRow << mnRowInpXclCol << mnColInpXclRow << mnColInpXclCol; in WriteBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx299 mnRowInpXclCol( static_cast< sal_uInt16 >( rRefs.maRowFirstScPos.Col() ) ), in XclExpTableop()
318 SCCOL nRowInpScCol = static_cast< SCCOL >( mnRowInpXclCol ); in TryExtend()
395 … ((mnRowInpXclCol + 1 < maXclRange.maFirst.mnCol) || (mnRowInpXclCol > maXclRange.maLast.mnCol) || in Finalize()
440 rStrm << mnRowInpXclRow << mnRowInpXclCol << mnColInpXclRow << mnColInpXclCol; in WriteBody()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx238 sal_uInt16 mnRowInpXclCol; /// Column index of row input cell. member in XclExpTableop
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx238 sal_uInt16 mnRowInpXclCol; /// Column index of row input cell. member in XclExpTableop