Searched refs:nCellIndex (Results 1 – 5 of 5) sorted by relevance
958 sal_Int32 nCellIndex (aLine.mnLineStartCellIndex); in AddLine() local960 for ( ; nCellIndex<sal_Int32(maCells.size()); ++nCellIndex) in AddLine()962 const Cell& rCell (maCells[nCellIndex]); in AddLine()967 aLine.mnLineEndCellIndex = nCellIndex; in AddLine()1202 const sal_Int32 nCellIndex (nGlobalCharacterIndex - rLine.mnLineStartCharacterIndex); in GetCharacterBounds() local1208 ::std::min(nCellIndex, rLine.maCellBoxes.getLength()-1)]); in GetCharacterBounds()1224 if (nCellIndex >= rLine.maCellBoxes.getLength()) in GetCharacterBounds()
507 long nCellIndex = GetRealRow(nRow); in GetController() local508 switch (nCellIndex) in GetController()537 long nCellIndex = GetRealRow(nRow); in InitController() local539 switch (nCellIndex) in InitController()615 sal_uInt16 nIdx = sal_uInt16(nCellIndex - BROW_CRIT1_ROW); in InitController()2380 String OSelectionBrowseBox::GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId) in GetCellContents() argument2391 switch (nCellIndex) in GetCellContents()2403 return GetCellText(nCellIndex, nColId); in GetCellContents()2464 long nCellIndex = GetRealRow(nRow); in SetCellContents() local2466 RowModified(nCellIndex, nColId); in SetCellContents()[all …]
140 String GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId);141 void SetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId, const String& strNewText);
390 size_t Array::GetColFromIndex( size_t nCellIndex ) const in GetColFromIndex()392 DBG_FRAME_CHECK_INDEX( nCellIndex, "GetColFromIndex" ); in GetColFromIndex()393 return mxImpl->mnWidth ? (nCellIndex % mxImpl->mnWidth) : 0; in GetColFromIndex()396 size_t Array::GetRowFromIndex( size_t nCellIndex ) const in GetRowFromIndex()398 DBG_FRAME_CHECK_INDEX( nCellIndex, "GetRowFromIndex" ); in GetRowFromIndex()399 return mxImpl->mnWidth ? (nCellIndex / mxImpl->mnWidth) : 0; in GetRowFromIndex()
182 size_t GetColFromIndex( size_t nCellIndex ) const;185 size_t GetRowFromIndex( size_t nCellIndex ) const;
Completed in 84 milliseconds