Lines Matching refs:CellPos

219 	CellPos maEditPos;
227 CellRef getCell( const CellPos& rPos ) const;
244 const SfxPoolItem* GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const;
378 CellPos aPos; in ApplyCellStyles()
619 CellRef SdrTableObjImpl::getCell( const CellPos& rPos ) const in getCell()
697 const SfxPoolItem* SdrTableObjImpl::GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const in GetCellItem()
783 bool SdrTableObj::isValid( const CellPos& rPos ) const in isValid()
790 CellPos SdrTableObj::getFirstCell() const in getFirstCell()
792 return CellPos( 0,0 ); in getFirstCell()
797 CellPos SdrTableObj::getLastCell() const in getLastCell()
799 CellPos aPos; in getLastCell()
810 CellPos SdrTableObj::getLeftCell( const CellPos& rPos, bool bEdgeTravel ) const in getLeftCell()
826 CellPos SdrTableObj::getRightCell( const CellPos& rPos, bool bEdgeTravel ) const in getRightCell()
842 CellPos SdrTableObj::getUpCell( const CellPos& rPos, bool bEdgeTravel ) const in getUpCell()
857 CellPos SdrTableObj::getDownCell( const CellPos& rPos, bool bEdgeTravel ) const in getDownCell()
872 CellPos SdrTableObj::getPreviousCell( const CellPos& rPos, bool bEdgeTravel ) const in getPreviousCell()
874 CellPos aPos( rPos ); in getPreviousCell()
900 CellPos SdrTableObj::getNextCell( const CellPos& rPos, bool bEdgeTravel ) const in getNextCell()
902 CellPos aPos( rPos ); in getNextCell()
943 CellPos SdrTableObj::getPreviousRow( const CellPos& rPos, bool bEdgeTravel ) const in getPreviousRow()
945 CellPos aPos( rPos ); in getPreviousRow()
973 CellPos SdrTableObj::getNextRow( const CellPos& rPos, bool bEdgeTravel ) const in getNextRow()
975 CellPos aPos( rPos ); in getNextRow()
1138 CellRef xCell( mpImpl->getCell( CellPos( rnX, rnY ) ) ); in CheckTableHit()
1265 CellPos aPos( nIndex % nColCount, nIndex / nColCount ); in getText()
1302 CellPos aPos( nIndex % nColCount, nIndex / nColCount ); in setActiveText()
1316 CellPos aPos; in CheckTextHit()
1373 bool SdrTableObj::IsTextEditActive( const CellPos& rPos ) in IsTextEditActive()
1469 void SdrTableObj::TakeTextRect( const CellPos& rPos, SdrOutliner& rOutliner, Rectangle& rTextRect, … in TakeTextRect()
1570 CellPos aPos; in getActiveCell()
1598 void SdrTableObj::setActiveCell( const CellPos& rPos ) in setActiveCell()
1605 CellPos aOrigin; in setActiveCell()
1623 void SdrTableObj::getActiveCellPos( CellPos& rPos ) const in getActiveCellPos()
1630 void SdrTableObj::getCellBounds( const CellPos& rPos, ::Rectangle& rCellRect ) in getCellBounds()
1650 void SdrTableObj::TakeTextAnchorRect( const CellPos& rPos, Rectangle& rAnchorRect ) const in TakeTextAnchorRect()
1675 void SdrTableObj::TakeTextEditArea( const CellPos& rPos, Size* pPaperMin, Size* pPaperMax, Rectangl… in TakeTextEditArea()
1820 SdrOutliner* SdrTableObj::GetCellTextEditOutliner( const CellPos& rPos ) const in GetCellTextEditOutliner()
2706 SdrTableObj* SdrTableObj::CloneRange( const CellPos& rStart, const CellPos& rEnd ) in CloneRange()