Home
last modified time | relevance | path

Searched refs:GetEditorCtrl (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx255 GetEditorCtrl()->Init(); in initialize()
259 GetEditorCtrl()->Show(); in initialize()
262 GetEditorCtrl()->DisplayData(0); in initialize()
285 GetEditorCtrl()->GrabFocus();
294 GetEditorCtrl()->GrabFocus();
308 else if ( GetEditorCtrl() && GetEditorCtrl()->HasChildPathFocus() ) in PreNotify()
327 pTest = GetEditorCtrl(); in getActiveChild()
383 GetEditorCtrl()->DeactivateCell(); in reSync()
384 …::boost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow… in reSync()
392 if ( GetEditorCtrl() ) in GetFocus()
[all …]
H A DFieldDescGenWin.cxx74 DBG_ASSERT(GetEditorCtrl() != NULL, "OFieldDescGenWin::Init : have no editor control !"); in Init()
114 OTableEditorCtrl* OFieldDescGenWin::GetEditorCtrl() in GetEditorCtrl() function in OFieldDescGenWin
118 return pDesignWin->GetEditorCtrl(); in GetEditorCtrl()
H A DFieldDescGenWin.hxx62 OTableEditorCtrl* GetEditorCtrl();
H A DTableFieldControl.cxx76 return pDesignWin->GetEditorCtrl(); in GetCtrl()
H A DTableController.cxx287 static_cast<OTableDesignView*>(getView())->GetEditorCtrl()->SaveCurRow(); in Execute()
1024 static_cast<OTableDesignView*>(getView())->GetEditorCtrl()->Invalidate(); in checkColumns()
1025 static_cast<OTableDesignView*>(getView())->GetEditorCtrl()->RowInserted(0); in checkColumns()
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx66 OTableEditorCtrl* GetEditorCtrl() const { return m_pEditorCtrl; } in GetEditorCtrl() function in dbaui::OTableBorderWindow
102 OTableEditorCtrl* GetEditorCtrl() const { return m_pWin ? m_pWin->GetEditorCtrl() : NULL; } in GetEditorCtrl() function in dbaui::OTableDesignView

Completed in 17 milliseconds