Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx248 mnRowInpXclCol( static_cast< sal_uInt16 >( rRefs.maRowFirstScPos.Col() ) ), in XclExpTableop()
267 SCCOL nRowInpScCol = static_cast< SCCOL >( mnRowInpXclCol ); in TryExtend()
344 … ((mnRowInpXclCol + 1 < maXclRange.maFirst.mnCol) || (mnRowInpXclCol > maXclRange.maLast.mnCol) || in Finalize()
389 rStrm << mnRowInpXclRow << mnRowInpXclCol << mnColInpXclRow << mnColInpXclCol; in WriteBody()
/aoo41x/main/sc/source/filter/inc/
H A Dxetable.hxx237 sal_uInt16 mnRowInpXclCol; /// Column index of row input cell. member in XclExpTableop

Completed in 33 milliseconds