Searched refs:serviceasciiname (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 116 #define IMPLEMENT_SERVICE_INFO_GETSUPPORTED1(classname, serviceasciiname) \ argument 120 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \ 124 #define IMPLEMENT_SERVICE_INFO_GETSUPPORTED1_STATIC(classname, serviceasciiname) \ argument 132 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \ 196 #define IMPLEMENT_SERVICE_INFO1(classname, implasciiname, serviceasciiname) \ argument 199 IMPLEMENT_SERVICE_INFO_GETSUPPORTED1(classname, serviceasciiname) \ 202 #define IMPLEMENT_SERVICE_INFO1_STATIC(classname, implasciiname, serviceasciiname) \ argument 205 IMPLEMENT_SERVICE_INFO_GETSUPPORTED1_STATIC(classname, serviceasciiname) \ 228 #define IMPLEMENT_SERVICE_INFO1_ABSTRACT(classname, serviceasciiname) \ argument 230 IMPLEMENT_SERVICE_INFO_GETSUPPORTED1(classname, serviceasciiname) \
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | OSubComponent.hxx | 215 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument 223 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_subcomponent.hxx | 222 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument 230 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | CommonTools.hxx | 191 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument 199 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \
|
Completed in 38 milliseconds