Searched refs:maXclPos (Results 1 – 3 of 3) sorted by relevance
281 inline const XclAddress& GetXclPos() const { return maXclPos; } in GetXclPos()283 inline sal_uInt16 GetXclCol() const { return maXclPos.mnCol; } in GetXclCol()285 inline sal_uInt16 GetXclRow() const { return maXclPos.mnRow; } in GetXclRow()311 inline void SetXclCol( sal_uInt16 nXclCol ) { maXclPos.mnCol = nXclCol; } in SetXclCol()313 inline void SetXclRow( sal_uInt16 nXclRow ) { maXclPos.mnRow = nXclRow; } in SetXclRow()316 XclAddress maXclPos; /// Address of the cell. member in XclExpCellBase
58 XclAddress maXclPos; /// Excel position of the cached cell. member in XclImpCrn375 maXclPos( rXclPos ) in XclImpCrn()381 return maXclPos; in GetAddress()
490 maXclPos( rXclPos ) in XclExpCellBase()
Completed in 33 milliseconds