Home
last modified time | relevance | path

Searched refs:mxServiceFactory (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx97 : mxServiceFactory(comphelper::getProcessServiceFactory()), in CommandInfoProvider()
208mxServiceFactory->createInstance(A2S("com.sun.star.ui.ModuleUIConfigurationManagerSupplier")), in GetModuleAcceleratorConfiguration()
235 mxServiceFactory->createInstance(A2S("com.sun.star.ui.GlobalAcceleratorConfiguration")), in GetGlobalAcceleratorConfiguration()
250 mxServiceFactory->createInstance(A2S("com.sun.star.frame.ModuleManager")), in GetModuleIdentifier()
324 mxServiceFactory->createInstance( in GetCommandProperties()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx218 , mxServiceFactory(xServiceFactory) in MenuBarManager()
243 , mxServiceFactory(xServiceFactory) in MenuBarManager()
266 , mxServiceFactory(xServiceFactory) in MenuBarManager()
431 mxServiceFactory.clear(); in dispose()
1208 …return framework::RetrieveLabelFromCommand(aCmdURL,mxServiceFactory,m_xUICommandLabels,m_xFrame,m_… in RetrieveLabelFromCommand()
1290 …mework::AddonMenuManager::MergeAddonPopupMenus( rFrame, nPos, (MenuBar *)pMenu, mxServiceFactory ); in FillMenuManager()
1296 … framework::AddonMenuManager::MergeAddonHelpMenu( rFrame, (MenuBar *)pMenu, mxServiceFactory ); in FillMenuManager()
1392 AddonMenu* pSubMenu = AddonMenuManager::CreateAddonMenu( rFrame, mxServiceFactory ); in FillMenuManager()
2015 return mxServiceFactory; in getServiceFactory()
2139 if ( !m_xURLTransformer.is() && mxServiceFactory.is() ) in SetHdl()
[all …]
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx65 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
81 mxServiceFactory(xServiceFactory) in XMLMyList()
83 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in XMLMyList()
118 if( mxServiceFactory.is() ) in GetNameContainer()
121 …xNameContainer = uno::Reference<container::XNameContainer>(mxServiceFactory->createInstance(sName)… in GetNameContainer()
142 if( mxServiceFactory.is() ) in GetIndexContainer()
145 …xIndexContainer = uno::Reference<container::XIndexContainer>(mxServiceFactory->createInstance(sNam… in GetIndexContainer()
H A Dxmlexp.cxx476 mxServiceFactory(xServiceFactory), in SvXMLExport()
493 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLExport()
505 mxServiceFactory(xServiceFactory), in SvXMLExport()
526 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLExport()
542 mxServiceFactory(xServiceFactory), in SvXMLExport()
566 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLExport()
583 mxServiceFactory(xServiceFactory), in SvXMLExport()
607 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLExport()
2502 return mxServiceFactory; in getServiceFactory()
H A Dxmlimp.cxx434 mxServiceFactory(xServiceFactory), in SvXMLImport()
439 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLImport()
463 mxServiceFactory(xServiceFactory), in SvXMLImport()
468 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLImport()
494 mxServiceFactory(xServiceFactory), in SvXMLImport()
498 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLImport()
1939 return mxServiceFactory; in getServiceFactory()
H A Dxmluconv.cxx93 if( mxServiceFactory.is() ) in createNumTypeInfo()
97 mxServiceFactory->createInstance( in createNumTypeInfo()
115 mxServiceFactory( xServiceFactory ) in SvXMLUnitConverter()
117 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLUnitConverter()
1893 if( mxServiceFactory.is() ) in encodeStyleName()
1900 mxServiceFactory->createInstance( in encodeStyleName()
/trunk/main/unotools/source/i18n/
H A Dcollatorwrapper.cxx39 : mxServiceFactory (xServiceFactory) in CollatorWrapper()
43 if (mxServiceFactory.is()) in CollatorWrapper()
48 mxServiceFactory->createInstance(aService), uno::UNO_QUERY); in CollatorWrapper()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx102 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
405 mxServiceFactory(xServiceFactory) in SvXMLNumImpData()
407 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLNumImpData()
620 mxServiceFactory), in GetLocaleData()
2340 : mxServiceFactory(xServiceFactory) in SvXMLNumFmtHelper()
2342 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLNumFmtHelper()
2352 pData = new SvXMLNumImpData( pFormatter, mxServiceFactory ); in SvXMLNumFmtHelper()
2360 : mxServiceFactory(xServiceFactory) in SvXMLNumFmtHelper()
2362 DBG_ASSERT( mxServiceFactory.is(), "got no service manager" ); in SvXMLNumFmtHelper()
2366 pData = new SvXMLNumImpData( pNumberFormatter, mxServiceFactory ); in SvXMLNumFmtHelper()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx141 mxServiceFactory(xServiceFactory) in MenuManager()
364 mxServiceFactory(xServiceFactory)
423 if ( mxServiceFactory.is() ) in SetHdl()
424 … m_xURLTransformer.set( mxServiceFactory->createInstance(SERVICENAME_URLTRANSFORMER),UNO_QUERY ); in SetHdl()
1095 return mxServiceFactory; in getServiceFactory()
/trunk/main/oox/source/core/
H A Dfilterbase.cxx146 Reference< XMultiServiceFactory > mxServiceFactory; member
169 mxServiceFactory( rxContext->getServiceManager(), UNO_QUERY_THROW ) in FilterBaseImpl()
253 return mxImpl->mxServiceFactory; in getServiceFactory()
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx259 mxServiceFactory(xServiceFactory) in OReadMenuDocumentHandler()
267 return mxServiceFactory; in getServiceFactory()
356 mxServiceFactory( xServiceFactory ) in OReadMenuBarHandler()
364 return mxServiceFactory; in getServiceFactory()
/trunk/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx158 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& mxServiceFactory; member in framework::OReadMenuDocumentHandler
205 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& mxServiceFactory; member in framework::OReadMenuBarHandler
/trunk/main/unotools/inc/unotools/
H A Dcollatorwrapper.hxx42 > mxServiceFactory;
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DCommandInfoProvider.hxx72 cssu::Reference<css::lang::XMultiServiceFactory> mxServiceFactory; member in sfx2::sidebar::CommandInfoProvider
/trunk/main/xmloff/source/meta/
H A DMetaImportComponent.cxx68 mxServiceFactory->createInstance(::rtl::OUString::createFromAscii( in CreateContext()
/trunk/main/sw/source/filter/xml/
H A Dxmlmeta.cxx77 mxServiceFactory->createInstance(::rtl::OUString::createFromAscii( in CreateMetaContext()
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx749 mxServiceFactory->createInstance(::rtl::OUString::createFromAscii( in CreateContext()
774 mxServiceFactory->createInstance(::rtl::OUString::createFromAscii( in CreateMetaContext()
/trunk/main/framework/inc/classes/
H A Dmenumanager.hxx158 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& mxServiceFactory; member in framework::MenuManager
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx80 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
H A Dxmluconv.hxx97 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
H A Dxmlimp.hxx149 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
H A Dxmlexp.hxx120 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
/trunk/main/framework/inc/uielement/
H A Dmenubarmanager.hxx265 …::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
/trunk/main/xmloff/source/chart/
H A DSchXMLImport.cxx673 mxServiceFactory->createInstance( in CreateContext()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1619 mxServiceFactory->createInstance(::rtl::OUString::createFromAscii( in CreateContext()
1916 mxServiceFactory->createInstance(::rtl::OUString::createFromAscii( in CreateMetaContext()

Completed in 195 milliseconds

12