Lines Matching refs:xLayoutManager
181 css::uno::Reference< css::frame::XLayoutManagerEventBroadcaster > xLayoutManager; in setFrame() local
187 aValue >>= xLayoutManager; in setFrame()
189 if ( xLayoutManager.is() ) in setFrame()
190 xLayoutManager->addLayoutManagerEventListener( in setFrame()
194 … xPropSet = css::uno::Reference< css::beans::XPropertySet >( xLayoutManager, UNO_QUERY ); in setFrame()
249 css::uno::Reference< css::frame::XLayoutManagerEventBroadcaster > xLayoutManager; in dispose() local
255 aValue >>= xLayoutManager; in dispose()
258 if ( xLayoutManager.is() ) in dispose()
259 xLayoutManager->removeLayoutManagerEventListener( in dispose()
765 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in DeleteControllers_Impl() local
771 aValue >>= xLayoutManager; in DeleteControllers_Impl()
778 if ( xLayoutManager.is() ) in DeleteControllers_Impl()
780 xLayoutManager->reset(); in DeleteControllers_Impl()
1382 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in GetStatusIndicator() local
1388 aValue >>= xLayoutManager; in GetStatusIndicator()
1389 if ( xLayoutManager.is() ) in GetStatusIndicator()
1391 xLayoutManager->createElement( m_aProgressBarResName ); in GetStatusIndicator()
1392 xLayoutManager->showElement( m_aProgressBarResName ); in GetStatusIndicator()
1395 xLayoutManager->getElement( m_aProgressBarResName ); in GetStatusIndicator()
1456 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in UpdateObjectBars_Impl() local
1461 aValue >>= xLayoutManager; in UpdateObjectBars_Impl()
1464 if ( !xLayoutManager.is() ) in UpdateObjectBars_Impl()
1478 xLayoutManager->lock(); in UpdateObjectBars_Impl()
1497 xLayoutManager->destroyElement( aTbxId ); in UpdateObjectBars_Impl()
1504 if ( !IsDockingAllowed() && !xLayoutManager->isElementFloating( aTbxId )) in UpdateObjectBars_Impl()
1505 xLayoutManager->destroyElement( aTbxId ); in UpdateObjectBars_Impl()
1508 xLayoutManager->requestElement( aTbxId ); in UpdateObjectBars_Impl()
1510 xLayoutManager->lockWindow( aTbxId ); in UpdateObjectBars_Impl()
1518 xLayoutManager->destroyElement( aTbxId ); in UpdateObjectBars_Impl()
1525 xLayoutManager->unlock(); in UpdateObjectBars_Impl()
1811 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in UpdateStatusBar_Impl() local
1814 aValue >>= xLayoutManager; in UpdateStatusBar_Impl()
1823 if ( xLayoutManager.is() ) in UpdateStatusBar_Impl()
1824 xLayoutManager->requestElement( m_aStatusBarResName ); in UpdateStatusBar_Impl()
1831 if ( xLayoutManager.is() ) in UpdateStatusBar_Impl()
1832 xLayoutManager->destroyElement( m_aStatusBarResName ); in UpdateStatusBar_Impl()