Home
last modified time | relevance | path

Searched refs:IMPLNAME (Results 1 – 21 of 21) sorted by relevance

/trunk/main/odk/examples/cpp/counter/
H A Dcounter.cxx47 #define IMPLNAME "com.sun.star.comp.example.cpp.Counter" macro
108 return OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ); in getImplementationName()
211 if (rtl_str_compare( pImplName, IMPLNAME ) == 0) in component_getFactory()
215 OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ), in component_getFactory()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx47 #define IMPLNAME "com.sun.star.comp.performance.PerformanceTestObject" macro
213 return OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ); in getImplementationName()
269 OUString( RTL_CONSTASCII_USTRINGPARAM("/" IMPLNAME "/UNO/SERVICES") ) ) ); in component_writeInfo()
287 if (pServiceManager && rtl_str_compare( pImplName, IMPLNAME ) == 0) in component_getFactory()
291 OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ), in component_getFactory()
H A Dubtest.cxx82 #define IMPLNAME "com.sun.star.comp.performance.PerformanceTest" macro
452 return OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ); in getImplementationName()
1298 OUString( RTL_CONSTASCII_USTRINGPARAM("/" IMPLNAME "/UNO/SERVICES") ) ) ); in component_writeInfo()
1316 if (pServiceManager && rtl_str_compare( pImplName, IMPLNAME ) == 0) in component_getFactory()
1320 OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ), in component_getFactory()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx56 #define IMPLNAME "com.sun.star.comp.EventAttacher" macro
293 return OUString( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in getImplementationName()
846 if (pServiceManager && rtl_str_compare( pImplName, IMPLNAME ) == 0) in component_getFactory()
850 OUString( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ), in component_getFactory()
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx66 #define IMPLNAME "com.sun.star.lingu2.LanguageGuessing" macro
77 return A2OU( IMPLNAME ); in getImplementationName_LangGuess_Impl()
395 return A2OU( IMPLNAME ); in getImplementationName()
/trunk/main/filter/source/config/cache/
H A Dconfigflush.cxx144 …static ::rtl::OUString IMPLNAME = ::rtl::OUString::createFromAscii("com.sun.star.comp.filter.confi… in impl_getImplementationName()
145 return IMPLNAME; in impl_getImplementationName()
/trunk/main/stoc/source/namingservice/
H A Dnamingservice.cxx54 #define IMPLNAME "com.sun.star.comp.stoc.NamingService" macro
84 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in ns_getImplementationName()
/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx52 #define IMPLNAME "com.sun.star.comp.bridge.UnoUrlResolver" macro
83 RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in resolver_getImplementationName()
/trunk/main/stoc/source/loader/
H A Ddllcomponentloader.cxx54 #define IMPLNAME "com.sun.star.comp.stoc.DLLComponentLoader" macro
96 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in loader_getImplementationName()
/trunk/main/sfx2/source/appl/
H A Dappinit.cxx154 …static const ::rtl::OUString IMPLNAME = ::rtl::OUString::createFromAscii("com.sun.star.comp.sfx2.S… in getImplementationName() local
155 return IMPLNAME; in getImplementationName()
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx51 #define IMPLNAME "com.sun.star.comp.stoc.CoreReflection" macro
81 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in core_getImplementationName()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx70 #define IMPLNAME "com.sun.star.comp.bridge.BridgeTest" macro
1250 return OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ); in getImplementationName()
1298 if (pServiceManager && rtl_str_compare( pImplName, IMPLNAME ) == 0) in component_getFactory()
1303 OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ), in component_getFactory()
H A Dcppobj.cxx64 #define IMPLNAME "com.sun.star.comp.bridge.CppTestObject" macro
1139 return OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ); in getImplementationName()
1185 if (pServiceManager && rtl_str_compare( pImplName, IMPLNAME ) == 0) in component_getFactory()
1189 OUString( RTL_CONSTASCII_USTRINGPARAM(IMPLNAME) ), in component_getFactory()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx78 #define IMPLNAME "com.sun.star.comp.stoc.TypeDescriptionManager" macro
110 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in tdmgr_getImplementationName()
1151 "/implementations/" IMPLNAME "/CacheSize"))) >>= in ManagerImpl_create()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx54 #define IMPLNAME "com.sun.star.comp.stoc.RegistryTypeDescriptionProvider" macro
88 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in rdbtdp_getImplementationName()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx58 #define IMPLNAME "com.sun.star.comp.stoc.TypeConverter" macro
89 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in tcv_getImplementationName()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx58 #define IMPLNAME "com.sun.star.comp.stoc.InvocationAdapterFactory" macro
97 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in invadp_getImplementationName()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx502 #define SFX_IMPL_XSERVICEINFO( IMPLCLASS, IMPLSERVICENAME, IMPLNAME ) \ argument
543 return UNOOUSTRING::createFromAscii( IMPLNAME ); \
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx61 #define IMPLNAME "com.sun.star.comp.stoc.NestedRegistry" macro
91 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in defreg_getImplementationName()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx65 #define IMPLNAME "com.sun.star.comp.stoc.Invocation" macro
107 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in inv_getImplementationName()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx79 #define IMPLNAME "com.sun.star.comp.stoc.ImplementationRegistration" macro
101 : sImplementationName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ) in StringPool()

Completed in 109 milliseconds