Home
last modified time | relevance | path

Searched refs:XSingleServiceFactory (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/aoo41x/main/qadevOOo/tests/java/mod/_fwk/
H A DJobExecutor.java44 import com.sun.star.lang.XSingleServiceFactory;
160 XSingleServiceFactory jobsFac = (XSingleServiceFactory) in initialize()
161 UnoRuntime.queryInterface(XSingleServiceFactory.class, jobs); in initialize()
171 XSingleServiceFactory eventsFac = (XSingleServiceFactory) in initialize()
172 UnoRuntime.queryInterface(XSingleServiceFactory.class, events); in initialize()
178 XSingleServiceFactory jobListFac = (XSingleServiceFactory) in initialize()
179 AnyConverter.toObject(new Type(XSingleServiceFactory.class), in initialize()
249 XServiceInfo, XSingleServiceFactory {
/aoo41x/main/xmlsecurity/source/framework/
H A Dxsec_framework.cxx67 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory()
82 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory()
97 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory()
112 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory()
127 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory()
142 Reference< XSingleServiceFactory > xFactory = XMLSignatureTemplateImpl::impl_createFactory( in component_getFactory()
155 Reference< XSingleServiceFactory > xFactory = XMLEncryptionTemplateImpl::impl_createFactory( in component_getFactory()
/aoo41x/main/unotools/source/processfactory/
H A Dcomponentfactory.cxx68 Reference< XSingleServiceFactory > xSSF = in getComponentInstance()
77 Reference< XSingleServiceFactory > loadLibComponentFactory( in loadLibComponentFactory()
84 Reference< XSingleServiceFactory > xRet; in loadLibComponentFactory()
149 pSSF, ::getCppuType( (const Reference< XSingleServiceFactory > *)0 ) ); in loadLibComponentFactory()
157 XSingleServiceFactory * pRet = (XSingleServiceFactory *) in loadLibComponentFactory()
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dfactory.hxx188 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > SAL_CALL
211 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > SAL_CALL
214 …const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > & rFactory…
230 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > SAL_CALL
248 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > SAL_CALL createSi…
266 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > SAL_CALL createOn…
/aoo41x/main/cppuhelper/source/
H A Dfactory.cxx70 , public XSingleServiceFactory
158 static_cast< XSingleServiceFactory * >( this ), in queryInterface()
417 ar[ 0 ] = ::getCppuType( (const Reference< XSingleServiceFactory > *)0 ); in getTypes()
626 Reference<XSingleServiceFactory > xModuleFactoryDepr;
969 Reference<XSingleServiceFactory > xFactory;
975 const Reference<XSingleServiceFactory > & rFactory ) in OFactoryProxyHelper()
1060 Reference<XSingleServiceFactory > SAL_CALL createSingleFactory( in createSingleFactory()
1073 Reference<XSingleServiceFactory > SAL_CALL createFactoryProxy( in createFactoryProxy()
1075 const Reference<XSingleServiceFactory > & rFactory ) in createFactoryProxy()
1083 Reference<XSingleServiceFactory > SAL_CALL createOneInstanceFactory( in createOneInstanceFactory()
[all …]
/aoo41x/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java38 import com.sun.star.lang.XSingleServiceFactory;
125 public static XSingleServiceFactory getServiceFactory( String implName, in getServiceFactory()
331 …ntln("service found:" + factory + " " + UnoRuntime.queryInterface(XSingleServiceFactory.class, fac… in queryServiceFactory()
384 XSingleServiceFactory xServiceFac = UnoRuntime.queryInterface( in createInstanceWithContext()
385 XSingleServiceFactory.class, fac ); in createInstanceWithContext()
426 XSingleServiceFactory xServiceFac = UnoRuntime.queryInterface( in createInstanceWithArgumentsAndContext()
427 XSingleServiceFactory.class, fac ); in createInstanceWithArgumentsAndContext()
606 XSingleServiceFactory xSingleServiceFactory = in remove()
607 UnoRuntime.queryInterface(XSingleServiceFactory.class, object); in remove()
819 class ServiceManagerFactory implements XServiceInfo, XSingleComponentFactory, XSingleServiceFactory
/aoo41x/main/unoxml/source/service/
H A Dservices.cxx66 Reference< XSingleServiceFactory > xFactory; in component_getFactory()
72 xFactory = Reference< XSingleServiceFactory >( in component_getFactory()
79 xFactory = Reference< XSingleServiceFactory >( in component_getFactory()
86 xFactory = Reference< XSingleServiceFactory >( in component_getFactory()
93 xFactory = Reference< XSingleServiceFactory >( in component_getFactory()
/aoo41x/main/javaunohelper/test/com/sun/star/comp/helper/
H A DSharedLibraryLoader_Test.java41 import com.sun.star.lang.XSingleServiceFactory;
57 private static XSingleServiceFactory sharedLibraryLoaderFactory = null;
110 XSingleServiceFactory aSMgrFac = in test_loadNativeServiceManager()
111 UnoRuntime.queryInterface( XSingleServiceFactory.class, in test_loadNativeServiceManager()
136 XSingleServiceFactory aRegFac = in test_loadNativeSimpleRegistry()
137 UnoRuntime.queryInterface( XSingleServiceFactory.class, in test_loadNativeSimpleRegistry()
/aoo41x/main/javaunohelper/com/sun/star/comp/helper/
H A DSharedLibraryLoader.java27 import com.sun.star.lang.XSingleServiceFactory;
77 public static XSingleServiceFactory getServiceFactory( in getServiceFactory()
82 XSingleServiceFactory.class, in getServiceFactory()
100 public static XSingleServiceFactory getServiceFactory( in getServiceFactory()
107 XSingleServiceFactory.class, in getServiceFactory()
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java30 import com.sun.star.lang.XSingleServiceFactory;
232XSingleServiceFactory xConnectionFactory = ( XSingleServiceFactory ) UnoRuntime.queryInterface( XS… in storeConfiguration()
256XSingleServiceFactory xDocListFactory = ( XSingleServiceFactory ) UnoRuntime.queryInterface( XSing… in storeConfiguration()
/aoo41x/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java31 import com.sun.star.lang.XSingleServiceFactory;
864 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in createTempStorage()
865 XSingleServiceFactory.class, in createTempStorage()
890 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in saveStorageAsFileURI()
891 XSingleServiceFactory.class, in saveStorageAsFileURI()
927 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in loadFileURI()
928 XSingleServiceFactory.class, in loadFileURI()
/aoo41x/main/embeddedobj/test/Container1/
H A DEmbedContApp.java35 import com.sun.star.lang.XSingleServiceFactory;
1430 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in createTempStorage()
1431 XSingleServiceFactory.class, in createTempStorage()
1456 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in saveObjectAsFileURI()
1457 XSingleServiceFactory.class, in saveObjectAsFileURI()
1511 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in loadFileURI()
1512 XSingleServiceFactory.class, in loadFileURI()
1637 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in storeLinkAsFileURI()
1638 XSingleServiceFactory.class, in storeLinkAsFileURI()
/aoo41x/main/filter/source/svg/
H A Dsvguno.cxx61 Reference< XSingleServiceFactory > xFactory; in component_getFactory()
65 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory()
72 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory()
79 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory()
/aoo41x/main/framework/inc/macros/
H A Dxserviceinfo.hxx174 …css::uno::Reference< css::lang::XSingleServiceFactory > CLASS::impl_createFactory( const css::uno:…
176 …css::uno::Reference< css::lang::XSingleServiceFactory > xReturn ( cppu::createSingleFactory ( xS…
190 …css::uno::Reference< css::lang::XSingleServiceFactory > CLASS::impl_createFactory( const css::uno:…
192 …css::uno::Reference< css::lang::XSingleServiceFactory > xReturn ( cppu::createOneInstanceFactory …
215 …static css::uno::Reference< css::lang::XSingleServiceFactory > SAL_CALL impl_createFactory …
/aoo41x/main/offapi/com/sun/star/embed/
H A DFileSystemStorageFactory.idl28 #include <com/sun/star/lang/XSingleServiceFactory.idl>
48 <method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method>
55 <method scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</method>
87 <member scope="com::sun::star::lang">XSingleServiceFactory::createInstance</member>.
97 interface ::com::sun::star::lang::XSingleServiceFactory;
H A DStorageFactory.idl28 #include <com/sun/star/lang/XSingleServiceFactory.idl>
47 <method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method>
54 <method scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</method>
104 <member scope="com::sun::star::lang">XSingleServiceFactory::createInstance</member>.
114 interface ::com::sun::star::lang::XSingleServiceFactory;
/aoo41x/main/qadevOOo/tests/java/ifc/script/
H A D_XInvocationAdapterFactory.java31 import com.sun.star.lang.XSingleServiceFactory;
78 XSingleServiceFactory xInvFac = (XSingleServiceFactory) UnoRuntime. in _createAdapter()
79 queryInterface(XSingleServiceFactory.class, oInvFac) ; in _createAdapter()
H A D_XInvocationAdapterFactory2.java31 import com.sun.star.lang.XSingleServiceFactory;
78 XSingleServiceFactory xInvFac = (XSingleServiceFactory) UnoRuntime. in _createAdapter()
79 queryInterface(XSingleServiceFactory.class, oInvFac) ; in _createAdapter()
/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DFactoryHelper.java35 import com.sun.star.lang.XSingleServiceFactory;
63 implements XSingleServiceFactory, XSingleComponentFactory, XServiceInfo,
421 new Type(XSingleServiceFactory.class), in getTypes()
442 static public XSingleServiceFactory getServiceFactory(Class implClass, in getServiceFactory()
446 XSingleServiceFactory xSingleServiceFactory = null; in getServiceFactory()
480 static public XSingleServiceFactory getServiceFactory(Class implClass, in getServiceFactory()
/aoo41x/main/sw/source/filter/ww8/
H A Ddocxexportfilter.cxx135 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory()
142 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory()
150 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory()
158 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory()
/aoo41x/main/qadevOOo/tests/java/mod/_sd/
H A DSdXPresentation.java37 import com.sun.star.lang.XSingleServiceFactory;
126 XSingleServiceFactory oSingleMSF = (XSingleServiceFactory) in createTestEnvironment()
127 UnoRuntime.queryInterface(XSingleServiceFactory.class, xCP); in createTestEnvironment()
H A DSdXCustomPresentationAccess.java37 import com.sun.star.lang.XSingleServiceFactory;
134 XSingleServiceFactory oSingleMSF = (XSingleServiceFactory) in createTestEnvironment()
135 UnoRuntime.queryInterface(XSingleServiceFactory.class, oObj); in createTestEnvironment()
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx83 public lang::XSingleServiceFactory,
92 uno::Reference< lang::XSingleServiceFactory > m_xCfgSSF;
678 static_cast< lang::XSingleServiceFactory * >( this ), in queryInterface()
746 CPPU_TYPE_REF( lang::XSingleServiceFactory ), in getTypes()
984 uno::Reference< lang::XSingleServiceFactory > xOrig in createInstance()
985 = ENSURE_ORIG_INTERFACE( lang::XSingleServiceFactory, SSF ); in createInstance()
999 uno::Reference< lang::XSingleServiceFactory > xOrig in createInstanceWithArguments()
1000 = ENSURE_ORIG_INTERFACE( lang::XSingleServiceFactory, SSF ); in createInstanceWithArguments()
/aoo41x/main/testtools/source/performance/
H A Dubtest.cxx163 Reference< XSingleServiceFactory > loadLibComponentFactory( in loadLibComponentFactory()
167 Reference< XSingleServiceFactory > xRet; in loadLibComponentFactory()
243 pSSF, ::getCppuType( (const Reference< XSingleServiceFactory > *)0 ) ); in loadLibComponentFactory()
251 XSingleServiceFactory * pRet = (XSingleServiceFactory *) in loadLibComponentFactory()
299 XSingleServiceFactory * pXFactory = in loadLibComponentFactory()
300 (XSingleServiceFactory *)aUno2Cpp.mapInterface( in loadLibComponentFactory()
301 pUComponentFactory, ::getCppuType( (const Reference< XSingleServiceFactory > *)0 ) ); in loadLibComponentFactory()
483 Reference< XSingleServiceFactory > xFac( loadLibComponentFactory( in getDirect()
1318 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory()
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DCustomShowDemo.java28 import com.sun.star.lang.XSingleServiceFactory;
124 XSingleServiceFactory xFactory = (XSingleServiceFactory) in main()
125 UnoRuntime.queryInterface( XSingleServiceFactory.class, xNameContainer ); in main()

Completed in 820 milliseconds

12345678910>>...21