Searched refs:UnoDataBrowserView (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | brwview.cxx | 101 DBG_NAME(UnoDataBrowserView) in DBG_NAME() argument 103 UnoDataBrowserView::UnoDataBrowserView( Window* pParent, in DBG_NAME() 112 DBG_CTOR(UnoDataBrowserView,NULL); in DBG_NAME() 154 UnoDataBrowserView::~UnoDataBrowserView() in ~UnoDataBrowserView() 176 DBG_DTOR(UnoDataBrowserView,NULL); in ~UnoDataBrowserView() 188 void UnoDataBrowserView::setSplitter(Splitter* _pSplitter) in setSplitter() 224 void UnoDataBrowserView::hideStatus() in hideStatus() 298 SbaGridControl* UnoDataBrowserView::getVclControl() const in getVclControl() 309 UnoDataBrowserView* pTHIS = const_cast<UnoDataBrowserView*>(this); in getVclControl() 321 void UnoDataBrowserView::GetFocus() in GetFocus() [all …]
|
H A D | unodatbr.cxx | 2702 BrowserViewStatusDisplay aShowStatus(static_cast<UnoDataBrowserView*>(getView()), sStatus); in implSelect() 3424 BrowserViewStatusDisplay aShowStatus(static_cast<UnoDataBrowserView*>(getView()), sConnecting); in ensureConnection()
|
H A D | brwctrlr.cxx | 861 setView( * new UnoDataBrowserView( pParent, *this, getORB() ) ); in Construct()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | brwview.hxx | 61 class UnoDataBrowserView : public ODataView, public ::utl::OEventListenerAdapter class 78 UnoDataBrowserView( Window* pParent, 81 virtual ~UnoDataBrowserView(); 113 UnoDataBrowserView* m_pView; 116 BrowserViewStatusDisplay( UnoDataBrowserView* _pView, const String& _rStatus );
|
H A D | brwctrlr.hxx | 162 …UnoDataBrowserView* getBrowserView() const { return static_cast< UnoDataBrowserView*>(getView()); } in getBrowserView()
|
Completed in 79 milliseconds