Home
last modified time | relevance | path

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

/trunk/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()
1608 mpImpl->maEditPos = aOrigin; in setActiveCell()
1612 mpImpl->maEditPos = rPos; in setActiveCell()
1625 rPos = mpImpl->maEditPos; in getActiveCellPos()
[all …]

Completed in 22 milliseconds