Home
last modified time | relevance | path

Searched refs:maEditPos (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svx/source/table/
H A Dsvdotable.cxx219 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()
[all …]