Searched refs:OTableEditorUndoAct (Results 1 – 2 of 2) sorted by relevance
59 TYPEINIT1( OTableEditorUndoAct, OTableDesignUndoAct );61 TYPEINIT1( OTableEditorTypeSelUndoAct, OTableEditorUndoAct );62 TYPEINIT1( OTableEditorDelUndoAct, OTableEditorUndoAct );63 TYPEINIT1( OTableEditorInsUndoAct, OTableEditorUndoAct );64 TYPEINIT1( OTableEditorInsNewUndoAct, OTableEditorUndoAct );65 TYPEINIT1( OPrimKeyUndoAct, OTableEditorUndoAct );168 DBG_NAME(OTableEditorUndoAct);169 OTableEditorUndoAct::OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 _nCommentID ) : in OTableEditorUndoAct() function in OTableEditorUndoAct173 DBG_CTOR(OTableEditorUndoAct,NULL); in OTableEditorUndoAct()177 OTableEditorUndoAct::~OTableEditorUndoAct() in ~OTableEditorUndoAct()[all …]
62 class OTableEditorUndoAct : public OTableDesignUndoAct class69 OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID );70 virtual ~OTableEditorUndoAct();93 class OTableEditorTypeSelUndoAct : public OTableEditorUndoAct110 class OTableEditorDelUndoAct : public OTableEditorUndoAct124 class OTableEditorInsUndoAct : public OTableEditorUndoAct141 class OTableEditorInsNewUndoAct : public OTableEditorUndoAct156 class OPrimKeyUndoAct : public OTableEditorUndoAct