Searched refs:ODataView (Results 1 – 18 of 18) sorted by relevance
/trunk/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 90 DBG_NAME(ODataView) in DBG_NAME() argument 92 ODataView::ODataView( Window* pParent, in DBG_NAME() 101 DBG_CTOR(ODataView,NULL); in DBG_NAME() 108 void ODataView::Construct() in Construct() 113 ODataView::~ODataView() in ~ODataView() 115 DBG_DTOR(ODataView,NULL); in ~ODataView() 126 void ODataView::Paint( const Rectangle& _rRect ) in Paint() 140 void ODataView::resizeAll( const Rectangle& _rPlayground ) in resizeAll() 154 void ODataView::Resize() in Resize() 160 long ODataView::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() [all …]
|
H A D | brwview.cxx | 106 :ODataView(pParent,_rController,_rFactory) in DBG_NAME() 120 ODataView::Construct(); in Construct() 323 ODataView::GetFocus(); in GetFocus() 369 return nDone ? nDone : ODataView::PreNotify(rNEvt); in PreNotify()
|
H A D | genericcontroller.cxx | 397 ODataView* pView = getView(); in initialize()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | querycontainerwindow.cxx | 79 :ODataView( pParent, _rController, _rFactory ) in DBG_NAME() 157 ODataView::resizeAll( aPlayground ); in resizeAll() 165 ODataView::resizeDocumentView( _rPlayground ); in resizeDocumentView() 171 ODataView::GetFocus(); in GetFocus() 218 return bHandled ? 1L : ODataView::PreNotify(rNEvt); in PreNotify()
|
H A D | JoinDesignView.cxx | 107 :ODataView( _pParent, _rController, _rFactory ) in OJoinDesignView() 130 ODataView::Construct(); in Construct() 161 ODataView::KeyInput(rEvt); in KeyInput()
|
H A D | querycontroller.cxx | 983 ODataView* pWindow = getView(); in impl_initialize() 1056 ODataView* pWindow = getView(); in impl_initialize()
|
/trunk/main/dbaccess/inc/ |
H A D | dataview.hxx | 39 class DBACCESS_DLLPUBLIC ODataView : public Window class 49 ODataView( Window* pParent, 53 virtual ~ODataView();
|
H A D | genericcontroller.hxx | 74 class ODataView; 218 ODataView* m_pView; // our (VCL) "main window" 412 ODataView* getView() const { return m_pView; } in getView() 413 void setView( ODataView& i_rView ) { m_pView = &i_rView; } in setView()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | DesignView.cxx | 143 ODataView( pParent, _rController, _rxOrb, WB_DIALOGCONTROL ) in DBG_NAME() 231 ODataView::DataChanged( rDCEvt ); in DataChanged() 243 long nRet = ODataView::PreNotify(rNEvt); // 1 := has to be handled here in PreNotify() 723 ODataView::MouseButtonDown(rMEvt); in MouseButtonDown()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | brwview.hxx | 61 class UnoDataBrowserView : public ODataView, public ::utl::OEventListenerAdapter 107 using ODataView::Construct;
|
H A D | JoinDesignView.hxx | 51 class OJoinDesignView : public ODataView
|
H A D | TableDesignView.hxx | 70 class OTableDesignView : public ODataView
|
H A D | querycontainerwindow.hxx | 65 class OQueryContainerWindow : public ODataView
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 268 ODataView( pParent, _rAppController, _rxOrb, WB_DIALOGCONTROL ) in OApplicationView() 318 ODataView::DataChanged( rDCEvt ); in DataChanged() 374 return ODataView::PreNotify(rNEvt); in PreNotify()
|
H A D | AppView.hxx | 93 class OApplicationView : public ODataView
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignView.cxx | 222 ODataView( pParent, _rController,_rxOrb ) in OTableDesignView() 315 return bHandled ? 1L : ODataView::PreNotify(rNEvt); in PreNotify()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | DesignView.hxx | 66 class ODesignView : public dbaui::ODataView, public SfxBroadcaster, public IMarkedSection
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationController.cxx | 588 ODataView* pView = getView(); in reset()
|
Completed in 74 milliseconds