Lines Matching refs:getCell
227 CellRef getCell( const CellPos& rPos ) const;
448 CellRef xCell( getCell( aPos ) ); in ApplyCellStyles()
542 …if( (maEditPos.mnRow >= getRowCount()) || (maEditPos.mnCol >= getColumnCount()) || (getCell( maEdi… in update()
619 CellRef SdrTableObjImpl::getCell( const CellPos& rPos ) const in getCell() function in sdr::table::SdrTableObjImpl
699 CellRef xCell( getCell( rPos ) ); in GetCellItem()
877 CellRef xCell( mpImpl->getCell( aPos ) ); in getPreviousCell()
905 CellRef xCell( mpImpl->getCell( aPos ) ); in getNextCell()
912 xCell = mpImpl->getCell(aPos); in getNextCell()
948 CellRef xCell( mpImpl->getCell( aPos ) ); in getPreviousRow()
979 CellRef xCell( mpImpl->getCell( rPos ) ); in getNextRow()
985 xCell = mpImpl->getCell(aPos); in getNextRow()
1002 xCell = mpImpl->getCell( aPos ); in getNextRow()
1138 CellRef xCell( mpImpl->getCell( CellPos( rnX, rnY ) ) ); in CheckTableHit()
1267 CellRef xCell( mpImpl->getCell( aPos ) ); in getText()
1328 if( mpImpl && (mpImpl->getCell( mpImpl->maEditPos ).get() == &rCell) ) in GetCellTextEditOutliner()
1474 CellRef xCell( mpImpl->getCell( rPos ) ); in TakeTextRect()
1634 CellRef xCell( mpImpl->getCell( rPos ) ); in getCellBounds()
1656 CellRef xCell( mpImpl->getCell( rPos ) ); in TakeTextAnchorRect()
1692 CellRef xCell( mpImpl->getCell( rPos ) ); in TakeTextEditArea()