| /trunk/main/framework/source/helper/ |
| H A D | statusindicatorfactory.cxx | 388 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in implts_makeParentVisibleIfAllowed() local 389 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in implts_makeParentVisibleIfAllowed() 390 if (xLayoutManager.is()) in implts_makeParentVisibleIfAllowed() 392 if ( !xLayoutManager->isVisible() ) in implts_makeParentVisibleIfAllowed() 481 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_createProgress() local 482 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in impl_createProgress() 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() [all …]
|
| /trunk/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() 438 xLayoutManager->createElement( C2U( "private:resource/toolbar/standardbar" ) ); in attachFrame() 439 xLayoutManager->requestElement( C2U( "private:resource/toolbar/standardbar" ) ); in attachFrame() 441 xLayoutManager->createElement( C2U( "private:resource/toolbar/toolbar" ) ); in attachFrame() 442 xLayoutManager->requestElement( C2U( "private:resource/toolbar/toolbar" ) ); in attachFrame() 445 xLayoutManager->createElement( C2U( "private:resource/toolbar/drawbar" ) ); in attachFrame() [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()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 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 [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()
|
| /trunk/main/framework/source/uielement/ |
| H A D | toolbarsmenucontroller.cxx | 137 Reference< XLayoutManager > xLayoutManager; in getLayoutManagerFromFrame() local 141 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xLayoutManager; in getLayoutManagerFromFrame() 147 return xLayoutManager; in getLayoutManagerFromFrame() 380 Reference< XLayoutManager > xLayoutManager( getLayoutManagerFromFrame( m_xFrame )); in fillPopupMenu() local 383 if ( xLayoutManager.is() ) in fillPopupMenu() 404 …sun::star::beans::PropertyValue > > aSeqFrameToolBars = getLayoutManagerToolbars( xLayoutManager ); in fillPopupMenu() 452 aTbEntry.bVisible = xLayoutManager->isElementVisible( pIter->first ); in fillPopupMenu() 696 … Reference< XLayoutManager > xLayoutManager( getLayoutManagerFromFrame( xFrame )); in itemSelected() local 697 if ( xLayoutManager.is() ) in itemSelected() 699 Reference< XPropertySet > xPropSet( xLayoutManager, UNO_QUERY ); in itemSelected() [all …]
|
| H A D | toolbarmanager.cxx | 199 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in getLayoutManagerFromFrame() 206 …ropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xLayoutManager; in getLayoutManagerFromFrame() 217 return xLayoutManager; in getLayoutManagerFromFrame() 1968 pExecuteInfo->xLayoutManager = getLayoutManagerFromFrame( m_xFrame ); in IMPL_LINK() 1980 pExecuteInfo->xLayoutManager = getLayoutManagerFromFrame( m_xFrame ); in IMPL_LINK() 1988 Reference< XLayoutManager > xLayoutManager = getLayoutManagerFromFrame( m_xFrame ); in IMPL_LINK() local 1989 if ( xLayoutManager.is() ) in IMPL_LINK() 1994 xLayoutManager->unlockWindow( m_aResourceName ); in IMPL_LINK() 1996 xLayoutManager->lockWindow( m_aResourceName ); in IMPL_LINK() 2007 pExecuteInfo->xLayoutManager = getLayoutManagerFromFrame( m_xFrame ); in IMPL_LINK() [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()
|
| /trunk/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()
|
| /trunk/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() 3201 … Reference< ::com::sun::star::beans::XPropertySet > xLMPropSet( xLayoutManager, UNO_QUERY ); in MiscExec_Impl() [all …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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 …]
|
| /trunk/main/framework/source/services/ |
| H A D | backingcomp.cxx | 506 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in attachFrame() local 507 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in attachFrame() 508 if (xLayoutManager.is()) in attachFrame() 510 xLayoutManager->lock(); in attachFrame() 511 xLayoutManager->createElement( DECLARE_ASCII( "private:resource/menubar/menubar" )); in attachFrame() 518 xLayoutManager->unlock(); in attachFrame()
|
| H A D | frame.cxx | 519 …id lcl_enableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManager, in lcl_enableLayoutManager() argument 523 xLayoutManager->attachFrame(xFrame); in lcl_enableLayoutManager() 525 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_enableLayoutManager() 530 xLayoutManager->setDockingAreaAcceptor(xDockingAreaAcceptor); in lcl_enableLayoutManager() 536 …d lcl_disableLayoutManager(const css::uno::Reference< css::frame::XLayoutManager >& xLayoutManager, in lcl_disableLayoutManager() argument 539 …css::uno::Reference< css::frame::XFrameActionListener > xListen(xLayoutManager, css::uno::UNO_QUER… in lcl_disableLayoutManager() 541 xLayoutManager->setDockingAreaAcceptor(css::uno::Reference< css::ui::XDockingAreaAcceptor >()); in lcl_disableLayoutManager() 542 xLayoutManager->attachFrame(css::uno::Reference< css::frame::XFrame >()); in lcl_disableLayoutManager() 594 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager = m_xLayoutManager; in initialize() local 601 if (xLayoutManager.is()) in initialize() [all …]
|
| /trunk/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 1620 … com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in SetMenu_Impl() local 1622 aValue >>= xLayoutManager; in SetMenu_Impl() 1623 if ( xLayoutManager.is() ) in SetMenu_Impl() 1626 if ( !xLayoutManager->isElementVisible( aMenuBarURL ) ) in SetMenu_Impl() 1627 xLayoutManager->createElement( aMenuBarURL ); in SetMenu_Impl() 1680 com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in Update_Impl() local 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() [all …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|