Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx129 DBG_NAME(OTableEditorCtrl)
184 void OTableEditorCtrl::Init() in Init()
232 OTableEditorCtrl::OTableEditorCtrl(Window* pWindow) in OTableEditorCtrl() function in OTableEditorCtrl
252 DBG_CTOR(OTableEditorCtrl,NULL); in OTableEditorCtrl()
382 OTableEditorCtrl::~OTableEditorCtrl() in ~OTableEditorCtrl()
384 DBG_DTOR(OTableEditorCtrl,NULL); in ~OTableEditorCtrl()
915 void OTableEditorCtrl::Undo() in Undo()
922 void OTableEditorCtrl::Redo() in Redo()
1469 void OTableEditorCtrl::cut() in cut()
1507 void OTableEditorCtrl::copy() in copy()
[all …]
H A DTableUndo.hxx61 class OTableEditorCtrl;
65 OTableEditorCtrl* pTabEdCtrl;
69 OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID );
105 …OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTyp…
119 OTableEditorDelUndoAct( OTableEditorCtrl* pOwner );
134 OTableEditorInsUndoAct( OTableEditorCtrl* pOwner,
151 OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPosition, long nInsertedRows );
162 OTableEditorCtrl* m_pEditorCtrl;
168 …OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelection aInsertedKe…
H A DTEditControl.hxx51 class OTableEditorCtrl : public OTableRowView class
92 OTableEditorCtrl* m_pOwner;
95 ClipboardInvalidator(sal_uLong nTimeout,OTableEditorCtrl*);
101 friend class OTableEditorCtrl::ClipboardInvalidator;
143 OTableEditorCtrl(Window* pParentWin);
144 virtual ~OTableEditorCtrl();
H A DTableUndo.cxx169 OTableEditorUndoAct::OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 _nCommentID ) : in OTableEditorUndoAct()
186 OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_… in OTableEditorTypeSelUndoAct()
232 OTableEditorDelUndoAct::OTableEditorDelUndoAct( OTableEditorCtrl* pOwner) : in OTableEditorDelUndoAct()
310 OTableEditorInsUndoAct::OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, in OTableEditorInsUndoAct()
371 OTableEditorInsNewUndoAct::OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPositio… in OTableEditorInsNewUndoAct()
425 OPrimKeyUndoAct::OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelec… in OPrimKeyUndoAct()
H A DFieldDescGenWin.hxx38 class OTableEditorCtrl;
62 OTableEditorCtrl* GetEditorCtrl();
H A DTableFieldControl.hxx32 class OTableEditorCtrl;
39 OTableEditorCtrl* GetCtrl() const;
H A DFieldDescGenWin.cxx114 OTableEditorCtrl* OFieldDescGenWin::GetEditorCtrl() in GetEditorCtrl()
H A DTableFieldControl.cxx72 OTableEditorCtrl* OTableFieldControl::GetCtrl() const in GetCtrl()
H A DTableDesignView.cxx86 m_pEditorCtrl = new OTableEditorCtrl( this); in DBG_NAME()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx46 class OTableEditorCtrl;
52 OTableEditorCtrl* m_pEditorCtrl;
66 OTableEditorCtrl* GetEditorCtrl() const { return m_pEditorCtrl; } in GetEditorCtrl()
102 OTableEditorCtrl* GetEditorCtrl() const { return m_pWin ? m_pWin->GetEditorCtrl() : NULL; } in GetEditorCtrl()

Completed in 224 milliseconds