/aoo4110/main/odk/examples/cpp/counter/ |
H A D | counter.cxx | 47 #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()
|
/aoo4110/main/testtools/source/performance/ |
H A D | ubobject.cxx | 47 #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 D | ubtest.cxx | 82 #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()
|
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 56 #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()
|
/aoo4110/main/lingucomponent/source/languageguessing/ |
H A D | guesslang.cxx | 66 #define IMPLNAME "com.sun.star.lingu2.LanguageGuessing" macro 77 return A2OU( IMPLNAME ); in getImplementationName_LangGuess_Impl() 395 return A2OU( IMPLNAME ); in getImplementationName()
|
/aoo4110/main/filter/source/config/cache/ |
H A D | configflush.cxx | 144 …static ::rtl::OUString IMPLNAME = ::rtl::OUString::createFromAscii("com.sun.star.comp.filter.confi… in impl_getImplementationName() 145 return IMPLNAME; in impl_getImplementationName()
|
/aoo4110/main/stoc/source/namingservice/ |
H A D | namingservice.cxx | 54 #define IMPLNAME "com.sun.star.comp.stoc.NamingService" macro 84 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in ns_getImplementationName()
|
/aoo4110/main/remotebridges/source/unourl_resolver/ |
H A D | unourl_resolver.cxx | 52 #define IMPLNAME "com.sun.star.comp.bridge.UnoUrlResolver" macro 83 RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in resolver_getImplementationName()
|
/aoo4110/main/stoc/source/loader/ |
H A D | dllcomponentloader.cxx | 54 #define IMPLNAME "com.sun.star.comp.stoc.DLLComponentLoader" macro 96 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in loader_getImplementationName()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appinit.cxx | 154 …static const ::rtl::OUString IMPLNAME = ::rtl::OUString::createFromAscii("com.sun.star.comp.sfx2.S… in getImplementationName() local 155 return IMPLNAME; in getImplementationName()
|
/aoo4110/main/stoc/source/corereflection/ |
H A D | crefl.cxx | 51 #define IMPLNAME "com.sun.star.comp.stoc.CoreReflection" macro 81 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in core_getImplementationName()
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 70 #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 D | cppobj.cxx | 64 #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()
|
/aoo4110/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 78 #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()
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | tdprovider.cxx | 54 #define IMPLNAME "com.sun.star.comp.stoc.RegistryTypeDescriptionProvider" macro 88 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in rdbtdp_getImplementationName()
|
/aoo4110/main/stoc/source/typeconv/ |
H A D | convert.cxx | 58 #define IMPLNAME "com.sun.star.comp.stoc.TypeConverter" macro 89 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in tcv_getImplementationName()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | sfxuno.hxx | 502 #define SFX_IMPL_XSERVICEINFO( IMPLCLASS, IMPLSERVICENAME, IMPLNAME ) \ argument 543 return UNOOUSTRING::createFromAscii( IMPLNAME ); \
|
/aoo4110/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 58 #define IMPLNAME "com.sun.star.comp.stoc.InvocationAdapterFactory" macro 97 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in invadp_getImplementationName()
|
/aoo4110/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 61 #define IMPLNAME "com.sun.star.comp.stoc.NestedRegistry" macro 91 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in defreg_getImplementationName()
|
/aoo4110/main/stoc/source/invocation/ |
H A D | invocation.cxx | 65 #define IMPLNAME "com.sun.star.comp.stoc.Invocation" macro 107 static OUString implName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ); in inv_getImplementationName()
|
/aoo4110/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 79 #define IMPLNAME "com.sun.star.comp.stoc.ImplementationRegistration" macro 101 : sImplementationName( RTL_CONSTASCII_USTRINGPARAM( IMPLNAME ) ) in StringPool()
|