Lines Matching refs:getView
311 OSL_ENSURE( getView(), "the view is NULL!" ); in Construct()
313 if ( getView() ) in Construct()
315 getView()->Construct(); in Construct()
316 getView()->Show(); in Construct()
335 ShowServiceNotAvailableError(getView(), String(SERVICE_SDB_DATABASECONTEXT), sal_True); in Construct()
397 ODataView* pView = getView(); in initialize()
466 return VCLUnoHelper::GetInterface( getView() ); in getComponentWindow()
495 if ( getView() ) in attachFrame()
496 getView()->attachFrame( xFrame ); in attachFrame()
1125 WaitObject aWaitCursor( getView() ); in connect()
1127 ODatasourceConnector aConnector( getORB(), getView(), ::rtl::OUString() ); in connect()
1137 WaitObject aWaitCursor( getView() ); in connect()
1139 ODatasourceConnector aConnector( getORB(), getView(), _rContextInformation ); in connect()
1149 ::dbaui::showError(_rInfo,getView(),getORB()); in showError()