Home
last modified time | relevance | path

Searched refs:haveView (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx186 …OSL_PRECOND( haveView(), "OPropertyBrowserController::impl_initializeView_nothrow: not to be calle… in impl_initializeView_nothrow()
187 if ( !haveView() ) in impl_initializeView_nothrow()
259 if ( haveView() ) in impl_bindToNewModel_nothrow()
379 if (_rxFrame.is() && haveView()) in attachFrame()
485 OSL_ENSURE( haveView(), "OPropertyBrowserController::suspend: don't have a view anymore!" ); in suspend()
498 if ( haveView() ) in suspend()
629 if ( haveView() ) in focusGained()
672 if (!haveView()) in updateViewDataFromActivePage()
715 if ( haveView() && ( nNewPage != (sal_uInt16)-1 ) ) in selectPageFromViewData()
725 DBG_ASSERT(!haveView(), "OPropertyBrowserController::Construct: already have a view!"); in Construct()
[all …]
H A Dpropcontroller.hxx267 sal_Bool haveView() const { return NULL != m_pView; } in haveView() function in pcr::OPropertyBrowserController