Home
last modified time | relevance | path

Searched refs:XMultiComponentFactory (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/uno/
H A D_XComponentContext.java28 import com.sun.star.lang.XMultiComponentFactory;
35 protected XMultiComponentFactory byValue = null;
36 protected XMultiComponentFactory directly = null;
68 byValue = (XMultiComponentFactory) UnoRuntime.queryInterface( in _getValueByName()
69 XMultiComponentFactory.class, value); in _getValueByName()
/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestJavaComponent.java25 import com.sun.star.lang.XMultiComponentFactory;
43 XMultiComponentFactory serviceManager, Object singleFactory ) in insertIntoServiceManager()
51 XMultiComponentFactory serviceManager, Object singleFactory ) in removeFromServiceManager()
64 XMultiComponentFactory xUsedServiceManager = null; in main()
73 XMultiComponentFactory xLocalServiceManager = in main()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.cxx78 Reference< XMultiComponentFactory > serviceManager( Reference< XComponentContext >& xContext , OUSt… in serviceManager()
80 Reference< XMultiComponentFactory > xLocalServiceManager = NULL ; in serviceManager()
82 Reference< XMultiComponentFactory > xUsedServiceManager = NULL ; in serviceManager()
147 …Reference< XMultiComponentFactory > xLocalServiceManager = xLocalComponentContext->getServiceManag… in serviceManager()
221 xUsedServiceManager = Reference< XMultiComponentFactory >( initialObject , UNO_QUERY ); in serviceManager()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.cxx85 Reference< XMultiComponentFactory > serviceManager( Reference< XComponentContext >& xContext , OUSt… in serviceManager()
87 Reference< XMultiComponentFactory > xLocalServiceManager = NULL ; in serviceManager()
89 Reference< XMultiComponentFactory > xUsedServiceManager = NULL ; in serviceManager()
151 …Reference< XMultiComponentFactory > xLocalServiceManager = xLocalComponentContext->getServiceManag… in serviceManager()
225 xUsedServiceManager = Reference< XMultiComponentFactory >( initialObject , UNO_QUERY ); in serviceManager()
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx69 Reference< lang::XMultiComponentFactory > const & xMgr,
320 Reference< lang::XMultiComponentFactory > bootstrapInitialSF( in bootstrapInitialSF()
327 Reference< lang::XMultiComponentFactory > xMgr( in bootstrapInitialSF()
365 Reference< lang::XMultiComponentFactory > const & xSF, in bootstrapInitialContext()
523 static Reference< lang::XMultiComponentFactory > createImplServiceFactory( in createImplServiceFactory()
530 Reference< lang::XMultiComponentFactory > xSF( in createImplServiceFactory()
641 Reference< lang::XMultiComponentFactory > xSF( in bootstrap_InitialComponentContext()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java31 import com.sun.star.lang.XMultiComponentFactory;
41 public ImageControlSample(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in ImageControlSample()
58 XMultiComponentFactory xMCF = xContext.getServiceManager(); in main()
93 …public XPropertySet insertImageControl(XMultiComponentFactory _xMCF, int _nPosX, int _nPosY, int _… in insertImageControl()
130 public XGraphic getGraphic(XMultiComponentFactory _xMCF, String _sImageSystemPath){ in getGraphic()
H A DSystemDialog.java27 import com.sun.star.lang.XMultiComponentFactory;
41 protected com.sun.star.lang.XMultiComponentFactory m_xMCF;
44 public SystemDialog(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in SystemDialog()
54 XMultiComponentFactory xMCF = xContext.getServiceManager(); in main()
H A DMessageBox.java38 import com.sun.star.lang.XMultiComponentFactory;
48 protected com.sun.star.lang.XMultiComponentFactory m_xMCF;
51 public MessageBox(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in MessageBox()
62 XMultiComponentFactory xMCF = xContext.getServiceManager(); in main()
/trunk/main/jurt/workbench/com/sun/star/comp/urlresolver/
H A DUrlResolver_Test.java28 import com.sun.star.lang.XMultiComponentFactory;
45 XMultiComponentFactory xLocalServiceManager = xcomponentcontext.getServiceManager(); in main()
54 XMultiComponentFactory xOfficeFactory= UnoRuntime.queryInterface( in main()
55 XMultiComponentFactory.class, initialObject ); in main()
/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/
H A DLocalOfficeImpl.java29 import com.sun.star.lang.XMultiComponentFactory;
60 private transient XMultiComponentFactory mComponentFactory;
141 mComponentFactory = (XMultiComponentFactory)UnoRuntime.queryInterface( in bootstrap()
142 XMultiComponentFactory.class, object); in bootstrap()
/trunk/main/extensions/test/ole/unloading/
H A DunloadTest.cxx77 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test1()
112 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test2()
146 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test3()
201 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test4()
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java28 import com.sun.star.lang.XMultiComponentFactory;
198 XMultiComponentFactory xOfficeMultiComponentFactory = ( XMultiComponentFactory ) in getComponentLoader()
199 UnoRuntime.queryInterface( XMultiComponentFactory.class, x ); in getComponentLoader()
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java29 import com.sun.star.lang.XMultiComponentFactory;
68 private XMultiComponentFactory m_xSMgr;
98 XMultiComponentFactory.class, o ); in ComponentContext()
213 public XMultiComponentFactory getServiceManager() in getServiceManager()
H A DBootstrap.java32 import com.sun.star.lang.XMultiComponentFactory;
114 XMultiComponentFactory xSMgr = UnoRuntime.queryInterface( in createInitialComponentContext()
115 XMultiComponentFactory.class, smgr_fac.createInstanceWithContext( null ) ); in createInitialComponentContext()
265 XMultiComponentFactory xLocalServiceManager = in bootstrap()
/trunk/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java54 import com.sun.star.lang.XMultiComponentFactory;
214 XMultiComponentFactory xmulticomponentfactory = in convertDocument()
235 xmulticomponentfactory = ( XMultiComponentFactory ) in convertDocument()
236 UnoRuntime.queryInterface( XMultiComponentFactory.class, objectInitial ); in convertDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/
H A Dcom.sun.star.comp.framework.PopupMenuControllerFactory.csv1 "PopupMenuControllerFactory";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithCont…
2 "PopupMenuControllerFactory";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithArgu…
3 "PopupMenuControllerFactory";"com::sun::star::lang::XMultiComponentFactory";"getAvailableServiceNam…
H A Dcom.sun.star.comp.framework.StatusBarControllerFactory.csv1 "StatusBarControllerFactory";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithCont…
2 "StatusBarControllerFactory";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithArgu…
3 "StatusBarControllerFactory";"com::sun::star::lang::XMultiComponentFactory";"getAvailableServiceNam…
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1149 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in storeToURL()
1285 Reference< XMultiComponentFactory > m_xMCF;
1291 BinaryOutput( Reference< XMultiComponentFactory > xMCF,
1310 BinaryOutput::BinaryOutput( Reference< XMultiComponentFactory > xMCF, in BinaryOutput()
1422 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in exportBinary()
1504 Reference< XMultiComponentFactory > m_xMCF;
1512 BinaryInput( Sequence< ::sal_Int8 > aData, Reference< XMultiComponentFactory > xMCF,
1653 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in importBinary()
2015 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in implReadPropertiesFile()
2236 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in implWritePropertiesFile()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DSecurityEntity.java28 import com.sun.star.lang.XMultiComponentFactory;
52 protected XMultiComponentFactory m_xRemoteServiceManager;
67 XMultiComponentFactory xRemoteServiceManager, in SecurityEntity()
/trunk/main/desktop/test/deployment/active/
H A DDispatch.java39 import com.sun.star.lang.XMultiComponentFactory;
64 XMultiComponentFactory smgr = UnoRuntime.queryInterface( in dispatch()
65 XMultiComponentFactory.class, context.getServiceManager()); in dispatch()
/trunk/main/desktop/test/deployment/passive/
H A DDispatch.java39 import com.sun.star.lang.XMultiComponentFactory;
64 XMultiComponentFactory smgr = UnoRuntime.queryInterface( in dispatch()
65 XMultiComponentFactory.class, context.getServiceManager()); in dispatch()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/servicemgr.uno/
H A Dcom.sun.star.comp.stoc.OServiceManager.csv11 "OServiceManager";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithContext()"
12 "OServiceManager";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithArgumentsAndCon…
13 "OServiceManager";"com::sun::star::lang::XMultiComponentFactory";"getAvailableServiceNames()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/smgr/
H A Dcom.sun.star.comp.stoc.OServiceManager.csv11 "OServiceManager";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithContext()"
12 "OServiceManager";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithArgumentsAndCon…
13 "OServiceManager";"com::sun::star::lang::XMultiComponentFactory";"getAvailableServiceNames()"
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java48 import com.sun.star.lang.XMultiComponentFactory;
268 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetPasswordContainer()
286 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetInteractionHandler()
511 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetDocServiceName()
587 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetConfigurationProvider()
999 XMultiComponentFactory xFactory = xContext.getServiceManager(); in ShowError()
1114 XMultiComponentFactory xFactory = xContext.getServiceManager(); in AllowThreadUsage()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx54 using ::com::sun::star::lang::XMultiComponentFactory;
109 Reference< XMultiComponentFactory > mxMCF;
116 const Reference< XMultiComponentFactory >& _xMCF, in TestVBA()
301 Reference<XMultiComponentFactory> xFactory = xCC->getServiceManager(); in main()

Completed in 94 milliseconds

12345678910>>...15