Home
last modified time | relevance | path

Searched refs:UnoDataBrowserView (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx101 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 Dunodatbr.cxx2703 BrowserViewStatusDisplay aShowStatus(static_cast<UnoDataBrowserView*>(getView()), sStatus); in implSelect()
3425 BrowserViewStatusDisplay aShowStatus(static_cast<UnoDataBrowserView*>(getView()), sConnecting); in ensureConnection()
H A Dbrwctrlr.cxx861 setView( * new UnoDataBrowserView( pParent, *this, getORB() ) ); in Construct()
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwview.hxx61 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 Dbrwctrlr.hxx162UnoDataBrowserView* getBrowserView() const { return static_cast< UnoDataBrowserView*>(getView()); } in getBrowserView()

Completed in 62 milliseconds