Lines Matching refs:ODataView
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()
121 void ODataView::resizeDocumentView( Rectangle& /*_rPlayground*/ ) in resizeDocumentView()
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()
183 void ODataView::StateChanged( StateChangedType nType ) in StateChanged()
215 void ODataView::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
230 void ODataView::attachFrame(const Reference< XFrame >& _xFrame) in attachFrame()