Lines Matching refs:getRowCount
240 sal_Int32 getRowCount() const;
374 const sal_Int32 nRowCount = getRowCount(); in ApplyCellStyles()
480 if( (nEdge >= 0) && (nEdge < getRowCount()) ) in DragEdge()
542 …if( (maEditPos.mnRow >= getRowCount()) || (maEditPos.mnCol >= getColumnCount()) || (getCell( maEdi… in update()
544 if(maEditPos.mnRow >= getRowCount()) in update()
545 maEditPos.mnRow = getRowCount()-1; in update()
642 sal_Int32 SdrTableObjImpl::getRowCount() const in getRowCount() function in sdr::table::SdrTableObjImpl
644 return mxTable.is() ? mxTable->getRowCount() : 0; in getRowCount()
785 …Pos.mnCol < mpImpl->getColumnCount()) && (rPos.mnRow >= 0) && (rPos.mnRow < mpImpl->getRowCount()); in isValid()
803 aPos.mnRow = mpImpl->getRowCount()-1; in getLastCell()
928 if( bEdgeTravel && ((aPos.mnRow + 1) < mpImpl->getRowCount()) ) in getNextCell()
964 aPos.mnRow = mpImpl->mxTable->getRowCount()-1; in getPreviousRow()
992 if( aPos.mnRow < mpImpl->mxTable->getRowCount() ) in getNextRow()
1052 const sal_Int32 nRowCount = mpImpl->getRowCount(); in CheckTableHit()
1282 const sal_Int32 nRowCount = mpImpl->getRowCount(); in getTextCount()
1584 sal_Int32 SdrTableObj::getRowCount() const in getRowCount() function in sdr::table::SdrTableObj
1586 return mpImpl ? mpImpl->getRowCount() : 0; in getRowCount()
2339 const sal_Int32 nRowCount = mpImpl->getRowCount(); in GetHdlCount()
2352 const sal_Int32 nRowCount = mpImpl->getRowCount(); in AddToHdlList()