Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dfillinfo.cxx908 sal_uInt16 nCellInfoX = static_cast< sal_uInt16 >( nCol + nX1 ); in FillInfo() local
909 const CellInfo& rInfo = rThisRowInfo.pCellInfo[ nCellInfoX ]; in FillInfo()
933 SCCOL nCurrDocCol = static_cast< SCCOL >( nCellInfoX - 1 ); in FillInfo()
/aoo4110/main/sc/source/ui/view/
H A Doutput.cxx1124 size_t lclGetArrayColFromCellInfoX( sal_uInt16 nCellInfoX, sal_uInt16 nCellInfoFirstX, sal_uInt16 n… in lclGetArrayColFromCellInfoX() argument
1126 …return static_cast< size_t >( bRTL ? (nCellInfoLastX + 2 - nCellInfoX) : (nCellInfoX - nCellInfoFi… in lclGetArrayColFromCellInfoX()

Completed in 72 milliseconds