Lines Matching refs:maEditPos
219 CellPos maEditPos; member in sdr::table::SdrTableObjImpl
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()
547 if(maEditPos.mnCol >= getColumnCount()) in update()
548 maEditPos.mnCol = getColumnCount()-1; in update()
550 mpTableObj->setActiveCell( maEditPos ); in update()
1328 if( mpImpl && (mpImpl->getCell( mpImpl->maEditPos ).get() == &rCell) ) in GetCellTextEditOutliner()
1375 return pEdtOutl && mpImpl && (rPos == mpImpl->maEditPos); in IsTextEditActive()
1464 TakeTextRect( mpImpl->maEditPos, rOutliner, rTextRect, bNoEditText, pAnchorRect, bLineWidth ); in TakeTextRect()
1608 mpImpl->maEditPos = aOrigin; in setActiveCell()
1612 mpImpl->maEditPos = rPos; in setActiveCell()
1625 rPos = mpImpl->maEditPos; in getActiveCellPos()
1645 TakeTextAnchorRect( mpImpl->maEditPos, rAnchorRect ); in TakeTextAnchorRect()
1670 TakeTextEditArea( mpImpl->maEditPos, pPaperMin, pPaperMax, pViewInit, pViewMin ); in TakeTextEditArea()
1822 if( pEdtOutl && mpImpl && (mpImpl->maEditPos == rPos) ) in GetCellTextEditOutliner()