Home
last modified time | relevance | path

Searched refs:pEnd (Results 76 – 100 of 380) sorted by path

12345678910>>...16

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx149 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes() local
150 for(;pBegin != pEnd;++pBegin) in getTypes()
H A DHConnection.cxx179 const PropertyValue* pEnd = pIter + aInfo.getLength(); in flush() local
180 for(;pIter != pEnd;++pIter) in flush()
H A DHDriver.cxx186 const PropertyValue* pEnd = pIter + info.getLength(); in connect() local
188 for (;pIter != pEnd; ++pIter) in connect()
515 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
516 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
519 return pSupported != pEnd; in supportsService()
H A DHTable.cxx361 const Type* pEnd = pIter + aTypes.getLength(); in getTypes() local
362 for(;pIter != pEnd;++pIter) in getTypes()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJDriver.cxx90 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
91 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
94 return pSupported != pEnd; in supportsService()
H A Dtools.cxx115 const PropertyValue* pEnd = pBegin + info.getLength(); in createStringPropertyArray() local
117 for(;pBegin != pEnd;++pBegin) in createStringPropertyArray()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx977 * pEnd = p + types.getLength(); in getTables() local
979 if (p == pEnd) in getTables()
983 else while (p < pEnd) in getTables()
H A DMacabDriver.cxx247 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
249 while (pSupported != pEnd && !pSupported->equals(_rServiceName)) in supportsService()
251 return pSupported != pEnd; in supportsService()
/trunk/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx157 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes() local
158 for(;pBegin != pEnd;++pBegin) in getTypes()
H A DYDriver.cxx157 const PropertyValue* pEnd = pSupported + info.getLength(); in lcl_convertProperties() local
160 for (;pSupported != pEnd; ++pSupported) in lcl_convertProperties()
482 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
483 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
486 return pSupported != pEnd; in supportsService()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx206 const PropertyValue *pEnd = pBegin + info.getLength(); in Construct() local
207 for(;pBegin != pEnd;++pBegin) in Construct()
H A DODatabaseMetaDataResultSet.cxx888 const ::rtl::OUString* pEnd = pBegin + types.getLength(); in openTables() local
889 for(;pBegin != pEnd;++pBegin) in openTables()
H A DODriver.cxx92 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
93 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
96 return pSupported != pEnd; in supportsService()
H A DOResultSet.cxx80 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
81 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
84 return pSupported != pEnd; in supportsService()
198 TVoidVector::iterator pEnd = m_aBindVector.end(); in unbind() local
199 for(; pValue != pEnd; ++pValue) in unbind()
1244 const Any *pEnd = pBegin + rows.getLength(); in deleteRows() local
1246 for(;pBegin != pEnd;++pBegin,++pRet) in deleteRows()
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx577 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
578 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
581 return pSupported != pEnd; in supportsService()
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx1700 const ::rtl::OUString* pEnd = pBegin + aColNames.getLength(); in appendColumns() local
1702 for(;pBegin != pEnd;++pBegin) in appendColumns()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx278 Type* pEnd = pBegin + aTypes.getLength(); in getTypes() local
283 for(;pBegin != pEnd; ++pBegin) in getTypes()
H A DVColumn.cxx64 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
65 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
68 return pSupported != pEnd; in supportsService()
H A DVIndex.cxx69 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
70 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
73 return pSupported != pEnd; in supportsService()
H A DVIndexColumn.cxx56 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
57 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
60 return pSupported != pEnd; in supportsService()
H A DVKey.cxx68 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
69 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
72 return pSupported != pEnd; in supportsService()
H A DVKeyColumn.cxx57 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
58 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
61 return pSupported != pEnd; in supportsService()
H A DVTable.cxx72 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
73 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
76 return pSupported != pEnd; in supportsService()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx459 const sal_Unicode* pEnd = pBase + nEndIndex; in convertToLocalizedNumerals() local
461 for( ; pBegin < pEnd; ++pBegin ) in convertToLocalizedNumerals()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1256 const Property * pEnd = pCur + aInfos.getLength(); in fillHandles() local
1261 sal_Int32 n = (sal_Int32)(pEnd - pCur); in fillHandles()
1271 if( (nReqLen - i) * nLog >= pEnd - pCur ) in fillHandles()
1274 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
1278 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
1290 const Property * pOldEnd = pEnd--; in fillHandles()
1293 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles()
1295 pMid = (pEnd - pCur) / 2 + pCur; in fillHandles()
1302 pEnd = pMid - 1; in fillHandles()
1321 pEnd = pOldEnd; in fillHandles()

Completed in 134 milliseconds

12345678910>>...16