Lines Matching refs:getColumnCount

239 	sal_Int32 getColumnCount() const;
373 const sal_Int32 nColCount = getColumnCount(); in ApplyCellStyles()
491 if( (nEdge >= 0) && (nEdge < getColumnCount()) ) in DragEdge()
500 if( nEdge > 0 && nEdge < mxTable->getColumnCount() ) in DragEdge()
509 if( (bRTL && (nEdge >= 0)) || (!bRTL && (nEdge < mxTable->getColumnCount())) ) in DragEdge()
542 …if( (maEditPos.mnRow >= getRowCount()) || (maEditPos.mnCol >= getColumnCount()) || (getCell( maEdi… in update()
547 if(maEditPos.mnCol >= getColumnCount()) in update()
548 maEditPos.mnCol = getColumnCount()-1; in update()
635 sal_Int32 SdrTableObjImpl::getColumnCount() const in getColumnCount() function in sdr::table::SdrTableObjImpl
637 return mxTable.is() ? mxTable->getColumnCount() : 0; in getColumnCount()
785 …return (rPos.mnCol >= 0) && (rPos.mnCol < mpImpl->getColumnCount()) && (rPos.mnRow >= 0) && (rPos.… in isValid()
802 aPos.mnCol = mpImpl->getColumnCount()-1; in getLastCell()
891 aPos.mnCol = mpImpl->mxTable->getColumnCount()-1; in getPreviousCell()
925 if( aPos.mnCol < mpImpl->mxTable->getColumnCount() ) in getNextCell()
995 if( bEdgeTravel && (aPos.mnCol + 1) < mpImpl->mxTable->getColumnCount() ) in getNextRow()
1000 while( aPos.mnCol < mpImpl->mxTable->getColumnCount() ) in getNextRow()
1051 const sal_Int32 nColCount = mpImpl->getColumnCount(); in CheckTableHit()
1262 const sal_Int32 nColCount = mpImpl->getColumnCount(); in getText()
1281 const sal_Int32 nColCount = mpImpl->getColumnCount(); in getTextCount()
1299 const sal_Int32 nColCount = mpImpl->mxTable->getColumnCount(); in setActiveText()
1318 return aPos.mnRow * mpImpl->mxTable->getColumnCount() + aPos.mnCol; in CheckTextHit()
1591 sal_Int32 SdrTableObj::getColumnCount() const in getColumnCount() function in sdr::table::SdrTableObj
1593 return mpImpl ? mpImpl->getColumnCount() : 0; in getColumnCount()
2340 const sal_Int32 nColCount = mpImpl->getColumnCount(); in GetHdlCount()
2353 const sal_Int32 nColCount = mpImpl->getColumnCount(); in AddToHdlList()