/aoo41x/main/basic/source/basmgr/ |
H A D | vbahelper.cxx | 53 uno::Reference< frame::XModuleManager > xModuleManager; in lclCreateModuleManager() local 57 …xModuleManager.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in lclCreateModuleManager() 62 return xModuleManager; in lclCreateModuleManager() 85 …uno::Reference< frame::XModuleManager > xModuleManager( lclCreateModuleManager(), uno::UNO_SET_THR… in DocumentsEnumeration() local 86 ::rtl::OUString aIdentifier = xModuleManager->identify( rxModel ); in DocumentsEnumeration() 94 if( xModuleManager->identify( xCurrModel ) == aIdentifier ) in DocumentsEnumeration() 229 …uno::Reference< frame::XModuleManager > xModuleManager( lclCreateModuleManager(), uno::UNO_SET_THR… in registerCurrentDirectory() local 230 ::rtl::OUString aIdentifier = xModuleManager->identify( rxModel ); in registerCurrentDirectory() 249 …uno::Reference< frame::XModuleManager > xModuleManager( lclCreateModuleManager(), uno::UNO_SET_THR… in getCurrentDirectory() local 250 ::rtl::OUString aIdentifier = xModuleManager->identify( rxModel ); in getCurrentDirectory()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | recfloat.cxx | 58 uno::Reference< ::com::sun::star::frame::XModuleManager > xModuleManager; in GetLabelFromCommandURL() local 82 xModuleManager = xTmpModuleMgr; in GetLabelFromCommandURL() 83 if ( !xModuleManager.is() ) in GetLabelFromCommandURL() 85 xModuleManager = uno::Reference< ::com::sun::star::frame::XModuleManager >( in GetLabelFromCommandURL() 90 xTmpModuleMgr = xModuleManager; in GetLabelFromCommandURL() 98 aModuleIdentifier = xModuleManager->identify( xFrame ); in GetLabelFromCommandURL()
|
H A D | mailmodel.cxx | 358 …css::uno::Reference< css::frame::XModuleManager > xModuleManager( xSMGR->createInstance( aModuleMa… in SaveDocumentAsFormat() local 359 if ( !xModuleManager.is() ) in SaveDocumentAsFormat() 365 aModule = xModuleManager->identify( xFrameOrModel ); in SaveDocumentAsFormat() 481 …css::uno::Reference< css::container::XNameAccess > xNameAccess( xModuleManager, css::uno::UNO_QUER… in SaveDocumentAsFormat()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | imagemgr.cxx | 169 Reference< XModuleManager > xModuleManager = m_xModuleManager; in GetImage() local 171 if ( !xModuleManager.is() ) in GetImage() 173 xModuleManager = Reference< XModuleManager >( in GetImage() 178 m_xModuleManager = xModuleManager; in GetImage() 186 rtl::OUString aModuleId = xModuleManager->identify( rFrame ); in GetImage()
|
H A D | sfxhelp.cxx | 677 …Reference < XModuleManager > xModuleManager( ::comphelper::getProcessServiceFactory()->createInsta… in getCurrentModuleIdentifier_Impl() local 684 if ( xCurrentFrame.is() && xModuleManager.is() ) in getCurrentModuleIdentifier_Impl() 688 sIdentifier = xModuleManager->identify( xCurrentFrame ); in getCurrentModuleIdentifier_Impl() 713 Reference < XModuleManager > xModuleManager( in GetHelpModuleName_Impl() local 717 Reference< ::com::sun::star::container::XNameAccess > xCont( xModuleManager, UNO_QUERY); in GetHelpModuleName_Impl()
|
/aoo41x/main/framework/source/uifactory/ |
H A D | windowcontentfactorymanager.cxx | 184 uno::Reference< frame::XModuleManager > xModuleManager; in createInstanceWithArgumentsAndContext() local 188 xModuleManager = m_xModuleManager; in createInstanceWithArgumentsAndContext() 198 if ( xFrame.is() && xModuleManager.is() ) in createInstanceWithArgumentsAndContext() 199 …aModuleId = xModuleManager->identify( uno::Reference< uno::XInterface >( xFrame, uno::UNO_QUERY ) … in createInstanceWithArgumentsAndContext()
|
H A D | toolboxfactory.cxx | 94 Reference< ::com::sun::star::frame::XModuleManager > xModuleManager = m_xModuleManager; in createUIElement() local 96 …nt(ResourceURL,Args,"PopupMode","private:resource/toolbar/",xMenuBar,xModuleManager,m_xServiceMana… in createUIElement()
|
H A D | statusbarfactory.cxx | 98 Reference< ::com::sun::star::frame::XModuleManager > xModuleManager = m_xModuleManager; in createUIElement() local 100 …Element(ResourceURL,Args,NULL,"private:resource/statusbar/",xMenuBar,xModuleManager,m_xServiceMana… in createUIElement()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewsh.cxx | 243 css::uno::Reference< css::frame::XModuleManager > xModuleManager( s_xModuleManager ); in RetrieveLabelFromCommand() local 250 if ( !xModuleManager.is() ) in RetrieveLabelFromCommand() 252 xModuleManager = css::uno::Reference< css::frame::XModuleManager >( in RetrieveLabelFromCommand() 256 s_xModuleManager = xModuleManager; in RetrieveLabelFromCommand() 259 ::rtl::OUString aModuleIdentifier = xModuleManager->identify( rFrame ); in RetrieveLabelFromCommand() 384 …css::uno::Reference< css::frame::XModuleManager > xModuleManager(xSMGR->createInstance(SERVIC… in impl_searchFormatTypeForApp() local 386 ::rtl::OUString sModule = xModuleManager->identify(xFrame); in impl_searchFormatTypeForApp() 606 …css::uno::Reference< css::frame::XModuleManager > xModuleManager( xSMGR->createInstance( aModuleMa… in ExecMisc_Impl() local 607 if ( !xModuleManager.is() ) in ExecMisc_Impl() 616 aModule = xModuleManager->identify( xFrame ); in ExecMisc_Impl()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | CommandInfoProvider.cxx | 249 Reference<frame::XModuleManager> xModuleManager ( in GetModuleIdentifier() local 252 if (xModuleManager.is()) in GetModuleIdentifier() 253 msCachedModuleIdentifier = xModuleManager->identify(mxCachedDataFrame); in GetModuleIdentifier()
|
H A D | ContextChangeBroadcaster.cxx | 140 const Reference<frame::XModuleManager> xModuleManager ( in GetModuleName() local 143 return xModuleManager->identify(rxFrame); in GetModuleName()
|
H A D | Tools.cxx | 200 const Reference<frame::XModuleManager> xModuleManager ( in GetModuleName() local 203 return xModuleManager->identify(rxFrame); in GetModuleName()
|
/aoo41x/main/framework/source/uielement/ |
H A D | menubarmanager.cxx | 1560 Reference< XModuleManager > xModuleManager; in RetrieveShortcuts() local 1561 …xModuleManager = Reference< XModuleManager >( getServiceFactory()->createInstance( SERVICENAME_MOD… in RetrieveShortcuts() 1565 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in RetrieveShortcuts() 1680 Reference< XModuleManager > xModuleManager; in RetrieveImageManagers() local 1682 …xModuleManager.set( getServiceFactory()->createInstance( SERVICENAME_MODULEMANAGER ), UNO_QUERY_TH… in RetrieveImageManagers() 1686 if ( xModuleManager.is() ) in RetrieveImageManagers() 1687 … m_aModuleIdentifier = xModuleManager->identify( Reference< XInterface >( m_xFrame, UNO_QUERY ) ); in RetrieveImageManagers() 1918 Reference< XModuleManager > xModuleManager; in SetItemContainer() local 1919 …xModuleManager = Reference< XModuleManager >( getServiceFactory()->createInstance( SERVICENAME_MOD… in SetItemContainer() 1923 m_aModuleIdentifier = xModuleManager->identify( xFrame ); in SetItemContainer()
|
H A D | newmenucontroller.cxx | 509 …Reference< XModuleManager > xModuleManager( m_xServiceManager->createInstance( SERVICENAME_MODULEM… in impl_setPopupMenu() local 510 if ( xModuleManager.is() ) in impl_setPopupMenu() 514 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in impl_setPopupMenu() 517 Reference< XNameAccess > xNameAccess( xModuleManager, UNO_QUERY ); in impl_setPopupMenu()
|
H A D | menubarwrapper.cxx | 157 Reference< XModuleManager > xModuleManager; in initialize() local 158 xModuleManager = Reference< XModuleManager >( in initialize() 164 aModuleIdentifier = xModuleManager->identify( xFrame ); in initialize()
|
H A D | toolbarsmenucontroller.cxx | 249 …Reference< XModuleManager > xModuleManager( m_xServiceManager->createInstance( SERVICENAME_MODULEM… in getUINameFromCommand() local 250 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in getUINameFromCommand() 850 Reference< XModuleManager > xModuleManager( m_xServiceManager->createInstance( in initialize() local 858 if ( xPersistentWindowStateSupplier.is() && xModuleManager.is() ) in initialize() 863 aModuleIdentifier = xModuleManager->identify( m_xFrame ); in initialize()
|
/aoo41x/main/framework/source/helper/ |
H A D | titlebarupdate.cxx | 238 css::uno::Reference< css::frame::XModuleManager > xModuleManager( in implst_getModuleInfo() local 243 xModuleManager, in implst_getModuleInfo() 246 rInfo.sID = xModuleManager->identify(xFrame); in implst_getModuleInfo()
|
/aoo41x/main/cui/source/customize/ |
H A D | selector.cxx | 449 xModuleManager( xMCF->createInstanceWithContext( in Init() local 457 aModuleId = xModuleManager->identify( m_xFrame ); in Init() 611 xModuleManager( in GetImage() local 618 xModuleManager, UNO_QUERY_THROW ); in GetImage() 620 OUString appModule( xModuleManager->identify( in GetImage()
|
/aoo41x/main/svx/source/sidebar/ |
H A D | ContextChangeEventMultiplexer.cxx | 78 const Reference<frame::XModuleManager> xModuleManager ( in GetModuleName() local 81 return xModuleManager->identify(rxFrame); in GetModuleName()
|
/aoo41x/main/framework/source/inc/dispatch/ |
H A D | uieventloghelper.hxx | 59 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModuleManager > xModuleManager( in log() 62 m_aAppName = xModuleManager->identify(rModel); in log()
|
/aoo41x/main/forms/source/helper/ |
H A D | commanddescriptionprovider.cxx | 96 …Reference< XModuleManager > xModuleManager( _rContext.createComponent( "com.sun.star.frame.ModuleM… in impl_init_nothrow() local 97 ::rtl::OUString sModuleID = xModuleManager->identify( _rxDocument ); in impl_init_nothrow()
|
H A D | commandimageprovider.cxx | 113 …Reference< XModuleManager > xModuleManager( _rContext.createComponent( "com.sun.star.frame.ModuleM… in impl_init_nothrow() local 114 ::rtl::OUString sModuleID = xModuleManager->identify( _rxDocument ); in impl_init_nothrow()
|
/aoo41x/main/framework/source/jobs/ |
H A D | helponstartup.cxx | 256 css::uno::Reference< css::frame::XModuleManager > xModuleManager = m_xModuleManager; in its_getModuleIdFromEnv() local 260 if (!xModuleManager.is()) in its_getModuleIdFromEnv() 266 sModuleId = xModuleManager->identify(xDoc); in its_getModuleIdFromEnv()
|
/aoo41x/main/svtools/source/uno/ |
H A D | contextmenuhelper.cxx | 439 uno::Reference< frame::XModuleManager > xModuleManager( in associateUIConfigurationManagers() local 447 if ( xModuleManager.is() ) in associateUIConfigurationManagers() 450 aModuleId = xModuleManager->identify( xFrame ); in associateUIConfigurationManagers()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | bastype2.cxx | 754 Reference< ::com::sun::star::frame::XModuleManager > xModuleManager; in GetRootEntryBitmaps() local 755 if ( aContext.createComponent( "com.sun.star.frame.ModuleManager", xModuleManager ) ) in GetRootEntryBitmaps() 759 ::rtl::OUString sModule( xModuleManager->identify( rDocument.getDocument() ) ); in GetRootEntryBitmaps() 760 Reference< container::XNameAccess > xModuleConfig( xModuleManager, UNO_QUERY ); in GetRootEntryBitmaps()
|