/aoo4110/main/framework/source/helper/ |
H A D | statusindicatorfactory.cxx | 390 if (xLayoutManager.is()) in implts_makeParentVisibleIfAllowed() 392 if ( !xLayoutManager->isVisible() ) in implts_makeParentVisibleIfAllowed() 483 if (xLayoutManager.is()) in impl_createProgress() 485 xLayoutManager->lock(); in impl_createProgress() 486 xLayoutManager->createElement( PROGRESS_RESOURCE ); in impl_createProgress() 487 xLayoutManager->hideElement( PROGRESS_RESOURCE ); in impl_createProgress() 492 xLayoutManager->unlock(); in impl_createProgress() 527 if (xLayoutManager.is()) in impl_showProgress() 533 xLayoutManager->showElement( PROGRESS_RESOURCE ); in impl_showProgress() 570 if (xLayoutManager.is()) in impl_hideProgress() [all …]
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController.cxx | 431 uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in attachFrame() local 432 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in attachFrame() 433 if ( xLayoutManager.is() ) in attachFrame() 435 xLayoutManager->lock(); in attachFrame() 436 xLayoutManager->requestElement( C2U( "private:resource/menubar/menubar" ) ); in attachFrame() 441 xLayoutManager->createElement( C2U( "private:resource/toolbar/toolbar" ) ); in attachFrame() 449 xLayoutManager->unlock(); in attachFrame() 452 m_xLayoutManagerEventBroadcaster.set( xLayoutManager, uno::UNO_QUERY ); in attachFrame() 1250 uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in dispatch() local 1251 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in dispatch() [all …]
|
H A D | ControllerCommandDispatch.cxx | 72 uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in lcl_isStatusBarVisible() local 73 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in lcl_isStatusBarVisible() 74 if ( xLayoutManager.is() ) in lcl_isStatusBarVisible() 75 …bIsStatusBarVisible = xLayoutManager->isElementVisible( C2U("private:resource/statusbar/statusbar"… in lcl_isStatusBarVisible()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | workwin.cxx | 771 aValue >>= xLayoutManager; in DeleteControllers_Impl() 778 if ( xLayoutManager.is() ) in DeleteControllers_Impl() 780 xLayoutManager->reset(); in DeleteControllers_Impl() 1388 aValue >>= xLayoutManager; in GetStatusIndicator() 1389 if ( xLayoutManager.is() ) in GetStatusIndicator() 1461 aValue >>= xLayoutManager; in UpdateObjectBars_Impl() 1464 if ( !xLayoutManager.is() ) in UpdateObjectBars_Impl() 1478 xLayoutManager->lock(); in UpdateObjectBars_Impl() 1525 xLayoutManager->unlock(); in UpdateObjectBars_Impl() 1814 aValue >>= xLayoutManager; in UpdateStatusBar_Impl() [all …]
|
H A D | appserv.cxx | 505 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in MiscExec_Impl() local 511 aValue >>= xLayoutManager; in MiscExec_Impl() 522 if ( xLayoutManager.is() ) in MiscExec_Impl() 530 sal_Bool bShow( !xLayoutManager->isElementVisible( aToolbarName )); in MiscExec_Impl() 534 xLayoutManager->createElement( aToolbarName ); in MiscExec_Impl() 535 xLayoutManager->showElement( aToolbarName ); in MiscExec_Impl() 538 xLayoutManager->hideElement( aToolbarName ); in MiscExec_Impl()
|
/aoo4110/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 137 Reference< XLayoutManager > xLayoutManager; in getLayoutManagerFromFrame() local 147 return xLayoutManager; in getLayoutManagerFromFrame() 380 Reference< XLayoutManager > xLayoutManager( getLayoutManagerFromFrame( m_xFrame )); in fillPopupMenu() local 383 if ( xLayoutManager.is() ) in fillPopupMenu() 452 aTbEntry.bVisible = xLayoutManager->isElementVisible( pIter->first ); in fillPopupMenu() 697 if ( xLayoutManager.is() ) in itemSelected() 751 if ( xLayoutManager.is() ) in itemSelected() 764 xLayoutManager->createElement( aToolBarResName ); in itemSelected() 765 xLayoutManager->showElement( aToolBarResName ); in itemSelected() 771 xLayoutManager->hideElement( aToolBarResName ); in itemSelected() [all …]
|
H A D | toolbarmanager.cxx | 217 return xLayoutManager; in getLayoutManagerFromFrame() 1968 pExecuteInfo->xLayoutManager = getLayoutManagerFromFrame( m_xFrame ); in IMPL_LINK() 1989 if ( xLayoutManager.is() ) in IMPL_LINK() 1994 xLayoutManager->unlockWindow( m_aResourceName ); in IMPL_LINK() 1996 xLayoutManager->lockWindow( m_aResourceName ); in IMPL_LINK() 2022 if ( xLayoutManager.is() ) in IMPL_LINK() 2205 ( pExecuteInfo->xLayoutManager.is() ) && in IMPL_STATIC_LINK_NOINSTANCE() 2217 ( pExecuteInfo->xLayoutManager.is() )) in IMPL_STATIC_LINK_NOINSTANCE() 2221 pExecuteInfo->xLayoutManager->dockWindow( pExecuteInfo->aToolbarResName, in IMPL_STATIC_LINK_NOINSTANCE() 2226 ( pExecuteInfo->xLayoutManager.is() )) in IMPL_STATIC_LINK_NOINSTANCE() [all …]
|
H A D | statusbarmanager.cxx | 628 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in DataChanged() local 631 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xLayoutManager; in DataChanged() 632 if ( xLayoutManager.is() ) in DataChanged() 635 xLayoutManager->doLayout(); in DataChanged()
|
/aoo4110/main/sfx2/source/view/ |
H A D | frame2.cxx | 346 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in SetPresentationMode() local 351 aValue >>= xLayoutManager; in SetPresentationMode() 354 if ( xLayoutManager.is() ) in SetPresentationMode() 355 xLayoutManager->setVisible( !bSet ); // we don't want to have ui in presentation mode in SetPresentationMode() 408 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in SetMenuBarOn_Impl() local 413 aValue >>= xLayoutManager; in SetMenuBarOn_Impl() 416 if ( xLayoutManager.is() ) in SetMenuBarOn_Impl() 421 xLayoutManager->showElement( aMenuBarURL ); in SetMenuBarOn_Impl() 423 xLayoutManager->hideElement( aMenuBarURL ); in SetMenuBarOn_Impl()
|
H A D | viewfrm.cxx | 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() 3309 if ( !( aProp >>= xLayoutManager )) in MiscState_Impl() [all …]
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbaapplicationbase.cxx | 212 …uno::Reference< frame::XLayoutManager > xLayoutManager( xProps->getPropertyValue( rtl::OUString(RT… in getDisplayStatusBar() local 214 if( xLayoutManager.is() && xLayoutManager->isElementVisible( url ) ){ in getDisplayStatusBar() 229 …uno::Reference< frame::XLayoutManager > xLayoutManager( xProps->getPropertyValue( rtl::OUString(RT… in setDisplayStatusBar() local 231 if( xLayoutManager.is() ){ in setDisplayStatusBar() 232 if( bDisplayStatusBar && !xLayoutManager->isElementVisible( url ) ){ in setDisplayStatusBar() 233 if( !xLayoutManager->showElement( url ) ) in setDisplayStatusBar() 234 xLayoutManager->createElement( url ); in setDisplayStatusBar() 237 else if( !bDisplayStatusBar && xLayoutManager->isElementVisible( url ) ){ in setDisplayStatusBar() 238 xLayoutManager->hideElement( url ); in setDisplayStatusBar()
|
H A D | vbacommandbar.cxx | 108 uno::Reference< frame::XLayoutManager > xLayoutManager = pCBarHelper->getLayoutManager(); in setVisible() local 111 xLayoutManager->createElement( m_sResourceUrl ); in setVisible() 112 xLayoutManager->showElement( m_sResourceUrl ); in setVisible() 116 xLayoutManager->hideElement( m_sResourceUrl ); in setVisible() 117 xLayoutManager->destroyElement( m_sResourceUrl ); in setVisible()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | UpdateLockManager.cxx | 391 Reference<frame::XLayoutManager> xLayoutManager; in GetLayoutManager() local 406 aValue >>= xLayoutManager; in GetLayoutManager() 413 mxLayoutManager = xLayoutManager; in GetLayoutManager() 417 xLayoutManager = mxLayoutManager; in GetLayoutManager() 419 return xLayoutManager; in GetLayoutManager()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basides1.cxx | 1174 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in ManageToolbars() local 1176 a >>= xLayoutManager; in ManageToolbars() 1177 if ( xLayoutManager.is() ) in ManageToolbars() 1179 xLayoutManager->lock(); in ManageToolbars() 1182 xLayoutManager->destroyElement( aMacroBarResName ); in ManageToolbars() 1184 xLayoutManager->requestElement( aDialogBarResName ); in ManageToolbars() 1185 xLayoutManager->requestElement( aInsertControlsBarResName ); in ManageToolbars() 1189 xLayoutManager->destroyElement( aDialogBarResName ); in ManageToolbars() 1190 xLayoutManager->destroyElement( aInsertControlsBarResName ); in ManageToolbars() 1192 xLayoutManager->requestElement( aMacroBarResName ); in ManageToolbars() [all …]
|
H A D | localizationmgr.cxx | 79 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in handleTranslationbar() local 81 a >>= xLayoutManager; in handleTranslationbar() 82 if ( xLayoutManager.is() ) in handleTranslationbar() 86 xLayoutManager->destroyElement( aToolBarResName ); in handleTranslationbar() 90 xLayoutManager->createElement( aToolBarResName ); in handleTranslationbar() 91 xLayoutManager->requestElement( aToolBarResName ); in handleTranslationbar()
|
/aoo4110/main/framework/source/services/ |
H A D | backingcomp.cxx | 511 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in attachFrame() local 512 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in attachFrame() 513 if (xLayoutManager.is()) in attachFrame() 515 xLayoutManager->lock(); in attachFrame() 516 xLayoutManager->createElement( DECLARE_ASCII( "private:resource/menubar/menubar" )); in attachFrame() 523 xLayoutManager->unlock(); in attachFrame()
|
H A D | frame.cxx | 521 …id lcl_enableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManager, in lcl_enableLayoutManager() argument 525 xLayoutManager->attachFrame(xFrame); in lcl_enableLayoutManager() 532 xLayoutManager->setDockingAreaAcceptor(xDockingAreaAcceptor); in lcl_enableLayoutManager() 538 …d lcl_disableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManager, in lcl_disableLayoutManager() argument 543 xLayoutManager->setDockingAreaAcceptor(css::uno::Reference< css::ui::XDockingAreaAcceptor >()); in lcl_disableLayoutManager() 544 xLayoutManager->attachFrame(css::uno::Reference< css::frame::XFrame >()); in lcl_disableLayoutManager() 596 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager = m_xLayoutManager; in initialize() local 603 if (xLayoutManager.is()) in initialize() 604 lcl_enableLayoutManager(xLayoutManager, this); in initialize() 3099 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_setCloser() local [all …]
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 1155 Reference< XLayoutManager > xLayoutManager; in getLayoutManager() local 1160 …xLayoutManager.set(xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Layout… in getLayoutManager() 1166 return xLayoutManager; in getLayoutManager() 1171 Reference< XLayoutManager > xLayoutManager = getLayoutManager(_xFrame); in loadMenu() local 1172 if ( xLayoutManager.is() ) in loadMenu() 1174 xLayoutManager->lock(); in loadMenu() 1175 …xLayoutManager->createElement( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/menub… in loadMenu() 1176 …xLayoutManager->createElement( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolb… in loadMenu() 1177 xLayoutManager->unlock(); in loadMenu() 1178 xLayoutManager->doLayout(); in loadMenu() [all …]
|
/aoo4110/main/sfx2/source/control/ |
H A D | dispatch.cxx | 1622 aValue >>= xLayoutManager; in SetMenu_Impl() 1623 if ( xLayoutManager.is() ) in SetMenu_Impl() 1626 if ( !xLayoutManager->isElementVisible( aMenuBarURL ) ) in SetMenu_Impl() 1686 aValue >>= xLayoutManager; in Update_Impl() 1693 if ( xLayoutManager.is() ) in Update_Impl() 1694 xLayoutManager->lock(); in Update_Impl() 1736 if ( xLayoutManager.is() ) in Update_Impl() 1737 xLayoutManager->unlock(); in Update_Impl() 2827 aValue >>= xLayoutManager; in HideUI() 2828 if ( xLayoutManager.is() ) in HideUI() [all …]
|
/aoo4110/main/framework/source/dispatch/ |
H A D | popupmenudispatcher.cxx | 369 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_RetrievePopupControllerQuery() local 379 xPropSet->getPropertyValue( FRAME_PROPNAME_LAYOUTMANAGER ) >>= xLayoutManager; in impl_RetrievePopupControllerQuery() 381 if ( xLayoutManager.is() ) in impl_RetrievePopupControllerQuery() 385 xMenuBar = xLayoutManager->getElement( aMenuBar ); in impl_RetrievePopupControllerQuery()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 270 …Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager = _rController.getLayoutManage… in ensureToolbars() local 271 if ( xLayoutManager.is() ) in ensureToolbars() 273 xLayoutManager->lock(); in ensureToolbars() 278 xLayoutManager->destroyElement( s_sSqlToolbar ); in ensureToolbars() 279 xLayoutManager->createElement( s_sDesignToolbar ); in ensureToolbars() 283 xLayoutManager->destroyElement( s_sDesignToolbar ); in ensureToolbars() 284 xLayoutManager->createElement( s_sSqlToolbar ); in ensureToolbars() 286 xLayoutManager->unlock(); in ensureToolbars() 287 xLayoutManager->doLayout(); in ensureToolbars()
|
/aoo4110/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 761 Reference< XLayoutManager > xLayoutManager = getLayoutManager(); in endPopupMode() local 763 if ( !xLayoutManager.is() ) in endPopupMode() 766 xLayoutManager->createElement( aSubToolBarResName ); in endPopupMode() 767 xUIElement = xLayoutManager->getElement( aSubToolBarResName ); in endPopupMode() 789 xLayoutManager->hideElement( aSubToolBarResName ); in endPopupMode() 790 xLayoutManager->floatWindow( aSubToolBarResName ); in endPopupMode() 792 … xLayoutManager->setElementPos( aSubToolBarResName, aEvent.FloatingPosition ); in endPopupMode() 793 xLayoutManager->showElement( aSubToolBarResName ); in endPopupMode()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 220 uno::Reference< frame::XLayoutManager > xLayoutManager; in IMPL_LINK() local 222 aValue >>= xLayoutManager; in IMPL_LINK() 223 if ( xLayoutManager.is() ) in IMPL_LINK() 224 xLayoutManager->setVisible( sal_False ); in IMPL_LINK()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | bibload.cxx | 367 Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in loadView() local 373 a >>= xLayoutManager; in loadView() 380 if ( xLayoutManager.is() ) in loadView() 381 …xLayoutManager->createElement( OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/menubar/me… in loadView()
|
/aoo4110/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 391 uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in SetFrameLMVisibility() local 393 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xLayoutManager; in SetFrameLMVisibility() 394 if ( xLayoutManager.is() ) in SetFrameLMVisibility() 396 xLayoutManager->setVisible( bVisible ); in SetFrameLMVisibility() 401 xLayoutManager->unlock(); in SetFrameLMVisibility() 403 xLayoutManager->lock(); in SetFrameLMVisibility()
|