Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationDesignView.cxx94 DBG_NAME(ORelationDesignView) in DBG_NAME() argument
95 ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController& _rController,const … in DBG_NAME()
98 DBG_CTOR(ORelationDesignView,NULL); in DBG_NAME()
101 ORelationDesignView::~ORelationDesignView() in ~ORelationDesignView()
103 DBG_DTOR(ORelationDesignView,NULL); in ~ORelationDesignView()
106 void ORelationDesignView::Construct() in Construct()
112 void ORelationDesignView::initialize() in initialize()
120 long ORelationDesignView::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
136 void ORelationDesignView::GetFocus() in GetFocus()
H A DRelationController.cxx199 …static_cast<ORelationTableView*>(static_cast<ORelationDesignView*>( getView() )->getTableView())->… in Execute()
260 setView( * new ORelationDesignView( pParent, *this, getORB() ) ); in Construct()
H A DRelationTableView.cxx92 ORelationTableView::ORelationTableView( Window* pParent, ORelationDesignView* pView ) in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A DRelationDesignView.hxx51 class ORelationDesignView : public OJoinDesignView class
54ORelationDesignView(Window* pParent, ORelationController& _rController,const ::com::sun::star::uno…
55 virtual ~ORelationDesignView();
H A DRelationTableView.hxx33 class ORelationDesignView;
59 ORelationTableView( Window* pParent, ORelationDesignView* pView );
H A DRelationController.hxx56 ORelationDesignView* getRelationView() { return static_cast<ORelationDesignView*>( getView() ); } in getRelationView()

Completed in 31 milliseconds