Home
last modified time | relevance | path

Searched refs:maXclPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx281 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
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx58 XclAddress maXclPos; /// Excel position of the cached cell. member in XclImpCrn
375 maXclPos( rXclPos ) in XclImpCrn()
381 return maXclPos; in GetAddress()
H A Dxetable.cxx490 maXclPos( rXclPos ) in XclExpCellBase()

Completed in 45 milliseconds