Home
last modified time | relevance | path

Searched refs:OJoinDesignView (Results 1 – 15 of 15) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinDesignView.cxx106 OJoinDesignView::OJoinDesignView(Window* _pParent, OJoinController& _rController,const Reference< X… in OJoinDesignView() function in dbaui::OJoinDesignView
114 OJoinDesignView::~OJoinDesignView() in ~OJoinDesignView()
122 void OJoinDesignView::Construct() in Construct()
133 void OJoinDesignView::initialize() in initialize()
138 void OJoinDesignView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView()
147 void OJoinDesignView::setReadOnly(sal_Bool /*_bReadOnly*/) in setReadOnly()
151 void OJoinDesignView::SaveTabWinUIConfig(OTableWindow* pWin) in SaveTabWinUIConfig()
156 void OJoinDesignView::KeyInput( const KeyEvent& rEvt ) in KeyInput()
H A DJoinController.cxx264 OJoinDesignView* OJoinController::getJoinView() in getJoinView()
266 return static_cast< OJoinDesignView* >( getView() ); in getJoinView()
534 OJoinDesignView* pView = getJoinView(); in createTableWindowData()
H A DTableWindow.cxx158 OJoinDesignView* OTableWindow::getDesignView() in getDesignView()
160 …OSL_ENSURE(static_cast<OJoinDesignView*>(GetParent()->GetParent()->GetParent()),"No OJoinDesignVie… in getDesignView()
161 return static_cast<OJoinDesignView*>(GetParent()->GetParent()->GetParent()); in getDesignView()
H A Dqueryview.cxx43 :OJoinDesignView( _pParent, _rController, _rFactory ) in DBG_NAME()
H A DTableWindowListBox.cxx122 OJoinDesignView* pView = m_pTabWin->getDesignView(); in GetEntryFromText()
H A Dquerycontroller.cxx579 OJoinDesignView* pView = getJoinView(); in Execute()
1122 OJoinDesignView* OQueryController::getJoinView() in getJoinView()
H A DJoinTableView.cxx220 OJoinTableView::OJoinTableView( Window* pParent, OJoinDesignView* pView ) in OJoinTableView()
344 OJoinDesignView* pParent = getDesignView(); in createTableWindowData()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationDesignView.cxx96 :OJoinDesignView( _pParent, _rController, _rFactory ) in DBG_NAME()
109 OJoinDesignView::Construct(); in Construct()
117 OJoinDesignView::initialize(); in initialize()
132 nDone = OJoinDesignView::PreNotify(rNEvt); in PreNotify()
138 OJoinDesignView::GetFocus(); in GetFocus()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx61 class OJoinDesignView;
121 OJoinDesignView* m_pView;
125 OJoinTableView( Window* pParent, OJoinDesignView* pView );
181 OJoinDesignView* getDesignView() const { return m_pView; } in getDesignView()
H A DJoinDesignView.hxx51 class OJoinDesignView : public ODataView class
59 OJoinDesignView(Window* pParent,
62 virtual ~OJoinDesignView();
H A DTableWindow.hxx50 class OJoinDesignView;
139 OJoinDesignView* getDesignView();
H A DRelationDesignView.hxx51 class ORelationDesignView : public OJoinDesignView
H A Dqueryview.hxx33 class OQueryView : public OJoinDesignView
H A DJoinController.hxx116 virtual OJoinDesignView* getJoinView();
H A Dquerycontroller.hxx224 virtual OJoinDesignView* getJoinView();

Completed in 57 milliseconds