Home
last modified time | relevance | path

Searched refs:pSupported (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx156 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()
/trunk/main/connectivity/source/sdbcx/
H A DVIndexColumn.cxx55 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 DVKeyColumn.cxx56 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 DVKey.cxx67 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 DVIndex.cxx68 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 DVColumn.cxx63 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 DVTable.cxx71 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()
/trunk/main/connectivity/source/commontools/
H A DParamterSubstitution.cxx60 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()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.cxx94 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 DOSubComponent.hxx229 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; \
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDriver.cxx115 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()
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx68 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()
/trunk/main/mysqlc/source/
H A Dmysqlc_driver.cxx112 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 Dmysqlc_subcomponent.hxx236 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; \
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx69 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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODriver.cxx91 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()
/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx205 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; \
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx73 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()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJDriver.cxx89 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()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx246 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()
/trunk/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx104 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()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx115 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()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx154 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 Daccessiblelistbox.cxx355 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()
/trunk/main/connectivity/source/drivers/file/
H A DFDriver.cxx94 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()

Completed in 85 milliseconds

12