Lines Matching refs:UnoDataBrowserView

77 	sal_Bool isGrabVclControlFocusAllowed(const UnoDataBrowserView* _pView)  in isGrabVclControlFocusAllowed()
101 DBG_NAME(UnoDataBrowserView) in DBG_NAME() argument
103 UnoDataBrowserView::UnoDataBrowserView( Window* pParent, in DBG_NAME()
112 DBG_CTOR(UnoDataBrowserView,NULL); in DBG_NAME()
116 void UnoDataBrowserView::Construct(const Reference< ::com::sun::star::awt::XControlModel >& xModel) in Construct()
154 UnoDataBrowserView::~UnoDataBrowserView() in ~UnoDataBrowserView()
176 DBG_DTOR(UnoDataBrowserView,NULL); in ~UnoDataBrowserView()
179 IMPL_LINK( UnoDataBrowserView, SplitHdl, void*, /*NOINTERESTEDIN*/ )
188 void UnoDataBrowserView::setSplitter(Splitter* _pSplitter) in setSplitter()
191 m_pSplitter->SetSplitHdl( LINK( this, UnoDataBrowserView, SplitHdl ) ); in setSplitter()
192 LINK( this, UnoDataBrowserView, SplitHdl ).Call(m_pSplitter); in setSplitter()
195 void UnoDataBrowserView::setTreeView(DBTreeView* _pTreeView) in setTreeView()
208 void UnoDataBrowserView::showStatus( const String& _rStatus ) in showStatus()
224 void UnoDataBrowserView::hideStatus() in hideStatus()
235 void UnoDataBrowserView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView()
292 sal_uInt16 UnoDataBrowserView::View2ModelPos(sal_uInt16 nPos) const in View2ModelPos()
298 SbaGridControl* UnoDataBrowserView::getVclControl() const in getVclControl()
309 UnoDataBrowserView* pTHIS = const_cast<UnoDataBrowserView*>(this); in getVclControl()
321 void UnoDataBrowserView::GetFocus() in GetFocus()
340 void UnoDataBrowserView::_disposing( const ::com::sun::star::lang::EventObject& /*_rSource*/ ) in _disposing()
346 long UnoDataBrowserView::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
374 BrowserViewStatusDisplay::BrowserViewStatusDisplay( UnoDataBrowserView* _pView, const String& _rSta… in DBG_NAME()