Searched refs:ORelationDesignView (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationDesignView.cxx | 94 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 D | RelationController.cxx | 199 …static_cast<ORelationTableView*>(static_cast<ORelationDesignView*>( getView() )->getTableView())->… in Execute() 260 setView( * new ORelationDesignView( pParent, *this, getORB() ) ); in Construct()
|
H A D | RelationTableView.cxx | 92 ORelationTableView::ORelationTableView( Window* pParent, ORelationDesignView* pView ) in DBG_NAME()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | RelationDesignView.hxx | 51 class ORelationDesignView : public OJoinDesignView class 54 …ORelationDesignView(Window* pParent, ORelationController& _rController,const ::com::sun::star::uno… 55 virtual ~ORelationDesignView();
|
H A D | RelationTableView.hxx | 33 class ORelationDesignView; 59 ORelationTableView( Window* pParent, ORelationDesignView* pView );
|
H A D | RelationController.hxx | 56 ORelationDesignView* getRelationView() { return static_cast<ORelationDesignView*>( getView() ); } in getRelationView()
|
Completed in 31 milliseconds