/aoo42x/main/connectivity/source/drivers/mysql/ |
H A D | YDriver.cxx | 156 const PropertyValue* pSupported = info.getConstArray(); in lcl_convertProperties() local 157 const PropertyValue* pEnd = pSupported + info.getLength(); in lcl_convertProperties() 160 for (;pSupported != pEnd; ++pSupported) in lcl_convertProperties() 162 aProps.push_back( *pSupported ); in lcl_convertProperties() 481 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 482 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 483 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 486 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/sdbcx/ |
H A D | VIndexColumn.cxx | 55 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 56 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 57 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 60 return pSupported != pEnd; in supportsService()
|
H A D | VKeyColumn.cxx | 56 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 57 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 58 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 61 return pSupported != pEnd; in supportsService()
|
H A D | VKey.cxx | 67 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 68 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 69 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 72 return pSupported != pEnd; in supportsService()
|
H A D | VIndex.cxx | 68 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 69 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 70 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 73 return pSupported != pEnd; in supportsService()
|
H A D | VColumn.cxx | 63 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 64 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 65 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 68 return pSupported != pEnd; in supportsService()
|
H A D | VTable.cxx | 71 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 72 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 73 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 76 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | ParamterSubstitution.cxx | 60 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 61 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 62 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 65 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NDriver.cxx | 115 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 116 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 117 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 120 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDriver.cxx | 94 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 95 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 96 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 99 return pSupported != pEnd; in supportsService()
|
H A D | OSubComponent.hxx | 229 const ::rtl::OUString* pSupported = aSupported.getConstArray(); \ 230 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); \ 231 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \ 234 return pSupported != pEnd; \
|
/aoo42x/main/connectivity/source/drivers/calc/ |
H A D | CResultSet.cxx | 68 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 69 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 70 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 73 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/drivers/flat/ |
H A D | EResultSet.cxx | 69 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 70 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 71 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 74 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_driver.cxx | 112 const OUString* pSupported = aSupported.getConstArray(); in supportsService() local 113 const OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 114 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported){} in supportsService() 116 return (pSupported != pEnd); in supportsService()
|
H A D | mysqlc_subcomponent.hxx | 236 const ::rtl::OUString* pSupported = aSupported.getConstArray(); \ 237 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); \ 238 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \ 240 return pSupported != pEnd; \
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODriver.cxx | 91 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 92 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 93 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 96 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | CommonTools.hxx | 205 const ::rtl::OUString* pSupported = aSupported.getConstArray(); \ 206 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); \ 207 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \ 210 return pSupported != pEnd; \
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DResultSet.cxx | 73 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 74 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 75 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 78 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | JDriver.cxx | 89 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 90 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 91 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 94 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabDriver.cxx | 246 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 247 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 249 while (pSupported != pEnd && !pSupported->equals(_rServiceName)) in supportsService() 250 ++pSupported; in supportsService() 251 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/extensions/source/mozbootstrap/ |
H A D | MMozillaBootstrap.cxx | 104 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 105 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 106 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 109 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 115 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 116 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 117 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 120 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibleiconchoicectrl.cxx | 154 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 155 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 156 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService() 159 return pSupported != pEnd; in supportsService()
|
H A D | accessiblelistbox.cxx | 355 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 356 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 357 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService() 360 return pSupported != pEnd; in supportsService()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDriver.cxx | 94 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() local 95 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 96 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService() 99 return pSupported != pEnd; in supportsService()
|