Home
last modified time | relevance | path

Searched refs:xModuleManager (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/basic/source/basmgr/
H A Dvbahelper.cxx53 uno::Reference< frame::XModuleManager > xModuleManager; in lclCreateModuleManager() local
57xModuleManager.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()
/trunk/main/sfx2/source/dialog/
H A Drecfloat.cxx58 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 Dmailmodel.cxx358 …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()
/trunk/main/sfx2/source/appl/
H A Dimagemgr.cxx169 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 Dsfxhelp.cxx677 …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()
/trunk/main/framework/source/uifactory/
H A Dwindowcontentfactorymanager.cxx184 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 Dtoolboxfactory.cxx94 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 Dstatusbarfactory.cxx98 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()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx243 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()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx1555 Reference< XModuleManager > xModuleManager; in RetrieveShortcuts() local
1556xModuleManager = Reference< XModuleManager >( getServiceFactory()->createInstance( SERVICENAME_MOD… in RetrieveShortcuts()
1560 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in RetrieveShortcuts()
1675 Reference< XModuleManager > xModuleManager; in RetrieveImageManagers() local
1677xModuleManager.set( getServiceFactory()->createInstance( SERVICENAME_MODULEMANAGER ), UNO_QUERY_TH… in RetrieveImageManagers()
1681 if ( xModuleManager.is() ) in RetrieveImageManagers()
1682 … m_aModuleIdentifier = xModuleManager->identify( Reference< XInterface >( m_xFrame, UNO_QUERY ) ); in RetrieveImageManagers()
1913 Reference< XModuleManager > xModuleManager; in SetItemContainer() local
1914xModuleManager = Reference< XModuleManager >( getServiceFactory()->createInstance( SERVICENAME_MOD… in SetItemContainer()
1918 m_aModuleIdentifier = xModuleManager->identify( xFrame ); in SetItemContainer()
H A Dnewmenucontroller.cxx509 …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 Dtoolbarsmenucontroller.cxx249 …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()
H A Dmenubarwrapper.cxx157 Reference< XModuleManager > xModuleManager; in initialize() local
158 xModuleManager = Reference< XModuleManager >( in initialize()
164 aModuleIdentifier = xModuleManager->identify( xFrame ); in initialize()
/trunk/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx249 Reference<frame::XModuleManager> xModuleManager ( in GetModuleIdentifier() local
252 if (xModuleManager.is()) in GetModuleIdentifier()
253 msCachedModuleIdentifier = xModuleManager->identify(mxCachedDataFrame); in GetModuleIdentifier()
H A DContextChangeBroadcaster.cxx140 const Reference<frame::XModuleManager> xModuleManager ( in GetModuleName() local
143 return xModuleManager->identify(rxFrame); in GetModuleName()
/trunk/main/framework/source/helper/
H A Dtitlebarupdate.cxx238 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()
/trunk/main/cui/source/customize/
H A Dselector.cxx449 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()
/trunk/main/svx/source/sidebar/
H A DContextChangeEventMultiplexer.cxx78 const Reference<frame::XModuleManager> xModuleManager ( in GetModuleName() local
81 return xModuleManager->identify(rxFrame); in GetModuleName()
/trunk/main/framework/source/inc/dispatch/
H A Duieventloghelper.hxx59 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModuleManager > xModuleManager( in log()
62 m_aAppName = xModuleManager->identify(rModel); in log()
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx115 …Reference< XModuleManager > xModuleManager( rServiceManager->createInstance( SERVICENAME_MODULEMAN… in GetModuleIdentifier() local
116 if ( xModuleManager.is() ) in GetModuleIdentifier()
120 return xModuleManager->identify( rFrame ); in GetModuleIdentifier()
/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx256 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()
/trunk/main/forms/source/helper/
H A Dcommanddescriptionprovider.cxx96 …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 Dcommandimageprovider.cxx113 …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()
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx754 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()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx439 uno::Reference< frame::XModuleManager > xModuleManager( in associateUIConfigurationManagers() local
447 if ( xModuleManager.is() ) in associateUIConfigurationManagers()
450 aModuleId = xModuleManager->identify( xFrame ); in associateUIConfigurationManagers()

Completed in 182 milliseconds

123