Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx86 m_pEditorCtrl = new OTableEditorCtrl( this); in DBG_NAME()
92 m_pEditorCtrl->SetDescrWin(m_pFieldDescWin); in DBG_NAME()
105 m_pEditorCtrl->Hide(); in ~OTableBorderWindow()
109 ::std::auto_ptr<Window> aTemp(m_pEditorCtrl); in ~OTableBorderWindow()
110 m_pEditorCtrl = NULL; in ~OTableBorderWindow()
146 m_pEditorCtrl->SetPosSizePixel( Point(0, 0), Size(nOutputWidth , nSplitPos) ); in Resize()
209 if (m_pEditorCtrl) in GetFocus()
210 m_pEditorCtrl->GrabFocus(); in GetFocus()
H A DTableUndo.cxx429 ,m_pEditorCtrl( pOwner ) in OPrimKeyUndoAct()
465 m_pEditorCtrl->InvalidateHandleColumn(); in Undo()
485 m_pEditorCtrl->InvalidateHandleColumn(); in Redo()
H A DTableUndo.hxx162 OTableEditorCtrl* m_pEditorCtrl; member in dbaui::OPrimKeyUndoAct
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx52 OTableEditorCtrl* m_pEditorCtrl; member in dbaui::OTableBorderWindow
66 OTableEditorCtrl* GetEditorCtrl() const { return m_pEditorCtrl; } in GetEditorCtrl()

Completed in 26 milliseconds