Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/table/
H A Dsvdotable.cxx215 CellRef mxActiveCell; member in sdr::table::SdrTableObjImpl
542 …getRowCount()) || (maEditPos.mnCol >= getColumnCount()) || (getCell( maEditPos ) != mxActiveCell) ) in update()
607 mxActiveCell.clear(); in disposing()
1507 if (pEdtOutl && !bNoEditText && mpImpl->mxActiveCell == xCell ) in TakeTextRect()
1529 if (pEdtOutl && !bNoEditText && pPara && mpImpl->mxActiveCell == xCell ) in TakeTextRect()
1568 if( !mpImpl->mxActiveCell.is() ) in getActiveCell()
1573 return mpImpl->mxActiveCell; in getActiveCell()
1602 …mpImpl->mxActiveCell.set( dynamic_cast< Cell* >( mpImpl->mxTable->getCellByPosition( rPos.mnCol, r… in setActiveCell()
1603 if( mpImpl->mxActiveCell.is() && mpImpl->mxActiveCell->isMerged() ) in setActiveCell()
1607 …mpImpl->mxActiveCell.set( dynamic_cast< Cell* >( mpImpl->mxTable->getCellByPosition( aOrigin.mnCol… in setActiveCell()

Completed in 27 milliseconds