Searched refs:CellUndo (Results 1 – 4 of 4) sorted by relevance
47 CellUndo::CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell ) in CellUndo() function in sdr::table::CellUndo60 CellUndo::~CellUndo() in ~CellUndo()67 void CellUndo::dispose() in dispose()80 void CellUndo::ObjectInDestruction(const SdrObject& ) in ObjectInDestruction()85 void CellUndo::Undo() in Undo()97 void CellUndo::Redo() in Redo()106 sal_Bool CellUndo::Merge( SfxUndoAction *pNextAction ) in Merge()108 CellUndo* pNext = dynamic_cast< CellUndo* >( pNextAction ); in Merge()119 void CellUndo::setDataToCell( const Data& rData ) in setDataToCell()148 void CellUndo::getDataFromCell( Data& rData ) in getDataFromCell()
46 class CellUndo : public SdrUndoAction, public sdr::ObjectUser class49 CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell );50 virtual ~CellUndo();
62 friend class CellUndo;
742 GetModel()->AddUndo( new CellUndo( &rObj, xCell ) ); in AddUndo()
Completed in 36 milliseconds