Lines Matching refs:xLayoutManager
3131 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in MiscExec_Impl() local
3137 aValue >>= xLayoutManager; in MiscExec_Impl()
3144 if ( xLayoutManager.is() ) in MiscExec_Impl()
3151 bShow = xLayoutManager->isElementVisible( aStatusbarResString ); in MiscExec_Impl()
3157 xLayoutManager->createElement( aStatusbarResString ); in MiscExec_Impl()
3158 xLayoutManager->showElement( aStatusbarResString ); in MiscExec_Impl()
3161 xLayoutManager->hideElement( aStatusbarResString ); in MiscExec_Impl()
3185 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in MiscExec_Impl() local
3191 aValue >>= xLayoutManager; in MiscExec_Impl()
3201 … Reference< ::com::sun::star::beans::XPropertySet > xLMPropSet( xLayoutManager, UNO_QUERY ); in MiscExec_Impl()
3302 … com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in MiscState_Impl() local
3309 if ( !( aProp >>= xLayoutManager )) in MiscState_Impl()
3314 sal_Bool bShow = xLayoutManager->isElementVisible( aStatusbarResString ); in MiscState_Impl()