Searched refs:static_getImplementationName (Results 1 – 12 of 12) sorted by relevance
/trunk/main/desktop/test/deployment/active/ |
H A D | active_native.cxx | 78 static rtl::OUString SAL_CALL static_getImplementationName(); 92 { return static_getImplementationName(); } in getImplementationName() 114 rtl::OUString Provider::static_getImplementationName() { in static_getImplementationName() function in __anon76564f040111::Provider 178 static rtl::OUString SAL_CALL static_getImplementationName(); 193 { return static_getImplementationName(); } in getImplementationName() 223 rtl::OUString Dispatch::static_getImplementationName() { in static_getImplementationName() function in __anon76564f040111::Dispatch 264 { &Provider::static_create, &Provider::static_getImplementationName, 267 { &Dispatch::static_create, &Dispatch::static_getImplementationName, 300 Dispatch::static_getImplementationName() + in component_writeInfo() 306 setStringValue(Dispatch::static_getImplementationName()); in component_writeInfo()
|
/trunk/main/desktop/test/deployment/passive/ |
H A D | passive_native.cxx | 76 static rtl::OUString SAL_CALL static_getImplementationName(); 90 { return static_getImplementationName(); } in getImplementationName() 112 rtl::OUString Provider::static_getImplementationName() { in static_getImplementationName() function in __anon3b8aae620111::Provider 176 static rtl::OUString SAL_CALL static_getImplementationName(); 191 { return static_getImplementationName(); } in getImplementationName() 221 rtl::OUString Dispatch::static_getImplementationName() { in static_getImplementationName() function in __anon3b8aae620111::Dispatch 262 { &Provider::static_create, &Provider::static_getImplementationName, 265 { &Dispatch::static_create, &Dispatch::static_getImplementationName,
|
/trunk/main/desktop/test/deployment/boxt/ |
H A D | boxt.cxx | 69 static rtl::OUString SAL_CALL static_getImplementationName(); 81 { return static_getImplementationName(); } in getImplementationName() 119 rtl::OUString Service::static_getImplementationName() { in static_getImplementationName() function in __anon2f9d7ae00111::Service 158 { &Service::static_create, &Service::static_getImplementationName,
|
/trunk/main/package/source/package/manifest/ |
H A D | UnoRegister.cxx | 70 if (ManifestReader::static_getImplementationName().compareToAscii( pImplName ) == 0) in component_getFactory() 72 else if (ManifestWriter::static_getImplementationName().compareToAscii( pImplName ) == 0) in component_getFactory() 74 else if (ZipPackage::static_getImplementationName().compareToAscii( pImplName ) == 0) in component_getFactory()
|
H A D | ManifestWriter.cxx | 93 OUString ManifestWriter::static_getImplementationName() in static_getImplementationName() function in ManifestWriter 112 return static_getImplementationName(); in getImplementationName() 128 static_getImplementationName(), in createServiceFactory()
|
H A D | ManifestReader.cxx | 106 OUString ManifestReader::static_getImplementationName() in static_getImplementationName() function in ManifestReader 126 return static_getImplementationName(); in getImplementationName() 143 static_getImplementationName(), in createServiceFactory()
|
H A D | ManifestReader.hxx | 64 static ::rtl::OUString static_getImplementationName();
|
H A D | ManifestWriter.hxx | 64 static ::rtl::OUString static_getImplementationName();
|
/trunk/main/binaryurp/source/ |
H A D | bridgefactory.cxx | 59 rtl::OUString BridgeFactory::static_getImplementationName() { in static_getImplementationName() function in binaryurp::BridgeFactory 104 return static_getImplementationName(); in getImplementationName() 208 &binaryurp::BridgeFactory::static_getImplementationName,
|
H A D | bridgefactory.hxx | 70 static rtl::OUString SAL_CALL static_getImplementationName();
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 1644 OUString ZipPackage::static_getImplementationName() in static_getImplementationName() function in ZipPackage 1666 return static_getImplementationName(); in getImplementationName() 1685 static_getImplementationName(), in createServiceFactory()
|
/trunk/main/package/inc/ |
H A D | ZipPackage.hxx | 193 static ::rtl::OUString static_getImplementationName();
|
Completed in 56 milliseconds