Home
last modified time | relevance | path

Searched refs:getServiceManager (Results 26 – 50 of 577) sorted by relevance

12345678910>>...24

/trunk/main/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx190 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes()
376 GetComponentContext()->getServiceManager(), uno::UNO_QUERY ); in getChartTypeForIndex()
396 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
H A DStockChartTypeTemplate.cxx306 GetComponentContext()->getServiceManager(), uno::UNO_QUERY ); in getChartTypeForIndex()
342 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes()
511 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
/trunk/main/desktop/source/deployment/
H A Ddp_xml.cxx49 xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in xml_parse()
63 xContext->getServiceManager()->createInstanceWithContext( in xml_parse()
/trunk/main/toolkit/test/accessibility/
H A DOfficeConnection.java51 public XMultiServiceFactory getServiceManager () in getServiceManager() method in OfficeConnection
63 return getServiceManager() != null; in connectionIsValid()
/trunk/main/cppuhelper/test/
H A Dtesthelper.cxx70 OSL_ASSERT( xContext->getServiceManager() != xMgr ); // must be wrapped one in SAL_IMPLEMENT_MAIN()
73 xContext->getServiceManager(), UNO_QUERY )->getPropertyValue( in SAL_IMPLEMENT_MAIN()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx87 m_xContext->getServiceManager(), uno::UNO_QUERY_THROW ); in DocumentsEnumImpl()
250 mxContext->getServiceManager(), uno::UNO_QUERY_THROW ); in createDocument()
312 mxContext->getServiceManager(), uno::UNO_QUERY_THROW ); in openDocument()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx61 …mxDialogModel( mxContext->getServiceManager()->createInstanceWithContext( OUString( RTL_CONSTASCII… in UnoDialog()
69 …mxDialog( mxContext->getServiceManager()->createInstanceWithContext( OUString( RTL_CONSTASCII_USTR… in UnoDialog()
154 xToolkit.set( mxContext->getServiceManager()->createInstanceWithContext( in createWindowPeer()
/trunk/main/odk/examples/cpp/DocumentLoader/
H A DDocumentLoader.cxx85 xComponentContext->getServiceManager() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
117 xComponentContext->getServiceManager() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java144 …Object oFolderPicker = m_xComponentContext.getServiceManager().createInstanceWithContext("com.sun.… in assignSDKPath()
179 …Object oToolkit = m_xComponentContext.getServiceManager().createInstanceWithContext("com.sun.star.… in showErrorMessageBox()
400 XMultiComponentFactory xMCF = m_xComponentContext.getServiceManager(); in getConfigurationAccess()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx72 Reference< lang::XMultiComponentFactory > xSMgr( xContext->getServiceManager() ); in exportDialogModel()
106 Reference< lang::XMultiComponentFactory > xSMgr( xContext->getServiceManager() ); in importDialogModel()
/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestJavaComponent.java74 xLocalComponentContext.getServiceManager(); in main()
87 xUsedServiceManager = xUsedComponentContext.getServiceManager(); in main()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.cxx110 xLocalServiceManager = xLocalComponentContext->getServiceManager() ; in serviceManager()
147 …rence< XMultiComponentFactory > xLocalServiceManager = xLocalComponentContext->getServiceManager(); in serviceManager()
/trunk/main/comphelper/source/misc/
H A Dcomponentcontext.cxx63 m_xORB = m_xContext->getServiceManager(); in ComponentContext()
88 m_xORB = m_xContext->getServiceManager(); in ComponentContext()
H A Dofficerestartmanager.cxx98 …uno::Reference< lang::XMultiComponentFactory > xFactory( m_xContext->getServiceManager(), uno::UNO… in requestRestart()
138 …uno::Reference< lang::XMultiComponentFactory > xFactory( m_xContext->getServiceManager(), uno::UNO… in notify()
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokTestService.cxx80 …uno::Reference<lang::XMultiServiceFactory> xServiceFactory(xContext->getServiceManager(), uno::UNO… in run()
81 …uno::Reference<lang::XMultiComponentFactory> xFactory(xContext->getServiceManager(), uno::UNO_QUER… in run()
/trunk/main/fpicker/source/generic/
H A Dfpicker.cxx70 Reference< css::lang::XMultiComponentFactory > xFactory (rxContext->getServiceManager()); in FilePicker_createInstance()
138 Reference< css::lang::XMultiComponentFactory > xFactory (rxContext->getServiceManager()); in FolderPicker_createInstance()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.cxx117 xLocalServiceManager = xLocalComponentContext->getServiceManager() ; in serviceManager()
151 …rence< XMultiComponentFactory > xLocalServiceManager = xLocalComponentContext->getServiceManager(); in serviceManager()
/trunk/main/scripting/source/inc/util/
H A DMiscUtils.hxx63 …css::uno::Reference < css::lang::XMultiComponentFactory > xFac( xCtx->getServiceManager(), css::un… in allOpenTDocUrls()
83 xContext->getServiceManager() ); in xModelToTdocUrl()
/trunk/main/javaunohelper/source/
H A Dvm.cxx88 return xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in createInstanceWithContext()
99 return xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
/trunk/main/chart2/source/controller/main/
H A DChartFrameloader.cxx108 m_xCC->getServiceManager()->createInstanceWithContext( in load()
121 m_xCC->getServiceManager()->createInstanceWithContext( in load()
/trunk/main/writerfilter/source/filter/
H A DRtfFilter.cxx50 …uno::Reference< lang::XMultiServiceFactory > xMSF(m_xContext->getServiceManager(), uno::UNO_QUERY_… in filter()
63 …uno::Reference< lang::XMultiServiceFactory > xMSF(m_xContext->getServiceManager(), uno::UNO_QUERY_… in filter()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx223 m_ctx->getServiceManager()->createInstanceWithContext( in scanDescriptionXml()
231 m_ctx->getServiceManager()->createInstanceWithContext( in scanDescriptionXml()
254 m_ctx->getServiceManager()->createInstanceWithContext( in scanDescriptionXml()
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLTestService.cxx87 …uno::Reference<lang::XMultiServiceFactory> xServiceFactory(xContext->getServiceManager(), uno::UNO… in run()
88 …uno::Reference<lang::XMultiComponentFactory> xFactory(xContext->getServiceManager(), uno::UNO_QUER… in run()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponentMain.java60 o = ctx.getServiceManager().createInstanceWithContext( in getInstance()
99 XMultiComponentFactory smgr = ctx.getServiceManager(); in main()
/trunk/main/scripting/source/provider/
H A DProviderCache.cxx49 m_xMgr = m_xContext->getServiceManager(); in ProviderCache()
62 m_xMgr = m_xContext->getServiceManager(); in ProviderCache()

Completed in 83 milliseconds

12345678910>>...24