Home
last modified time | relevance | path

Searched refs:ODataView (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/dbaccess/source/ui/browser/
H A Ddataview.cxx90 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 Dbrwview.cxx106 :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 Dgenericcontroller.cxx397 ODataView* pView = getView(); in initialize()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx79 :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 DJoinDesignView.cxx107 :ODataView( _pParent, _rController, _rFactory ) in OJoinDesignView()
130 ODataView::Construct(); in Construct()
161 ODataView::KeyInput(rEvt); in KeyInput()
H A Dquerycontroller.cxx983 ODataView* pWindow = getView(); in impl_initialize()
1056 ODataView* pWindow = getView(); in impl_initialize()
/aoo4110/main/dbaccess/inc/
H A Ddataview.hxx39 class DBACCESS_DLLPUBLIC ODataView : public Window class
49 ODataView( Window* pParent,
53 virtual ~ODataView();
H A Dgenericcontroller.hxx74 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()
/aoo4110/main/reportdesign/source/ui/report/
H A DDesignView.cxx143 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()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dbrwview.hxx61 class UnoDataBrowserView : public ODataView, public ::utl::OEventListenerAdapter
107 using ODataView::Construct;
H A DJoinDesignView.hxx51 class OJoinDesignView : public ODataView
H A DTableDesignView.hxx70 class OTableDesignView : public ODataView
H A Dquerycontainerwindow.hxx65 class OQueryContainerWindow : public ODataView
/aoo4110/main/dbaccess/source/ui/app/
H A DAppView.cxx268 ODataView( pParent, _rAppController, _rxOrb, WB_DIALOGCONTROL ) in OApplicationView()
318 ODataView::DataChanged( rDCEvt ); in DataChanged()
374 return ODataView::PreNotify(rNEvt); in PreNotify()
H A DAppView.hxx93 class OApplicationView : public ODataView
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx222 ODataView( pParent, _rController,_rxOrb ) in OTableDesignView()
315 return bHandled ? 1L : ODataView::PreNotify(rNEvt); in PreNotify()
/aoo4110/main/reportdesign/source/ui/inc/
H A DDesignView.hxx66 class ODesignView : public dbaui::ODataView, public SfxBroadcaster, public IMarkedSection
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx588 ODataView* pView = getView(); in reset()

Completed in 92 milliseconds