Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx59 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 OTableEditorUndoAct
173 DBG_CTOR(OTableEditorUndoAct,NULL); in OTableEditorUndoAct()
177 OTableEditorUndoAct::~OTableEditorUndoAct() in ~OTableEditorUndoAct()
[all …]
H A DTableUndo.hxx62 class OTableEditorUndoAct : public OTableDesignUndoAct class
69 OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID );
70 virtual ~OTableEditorUndoAct();
93 class OTableEditorTypeSelUndoAct : public OTableEditorUndoAct
110 class OTableEditorDelUndoAct : public OTableEditorUndoAct
124 class OTableEditorInsUndoAct : public OTableEditorUndoAct
141 class OTableEditorInsNewUndoAct : public OTableEditorUndoAct
156 class OPrimKeyUndoAct : public OTableEditorUndoAct