Home
last modified time | relevance | path

Searched refs:pEnd (Results 101 – 125 of 380) sorted by path

12345678910>>...16

/trunk/main/cui/source/options/
H A Doptgdlg.cxx552 const OUString* const pEnd = pCurr + serviceNames.getLength(); in CanvasSettings() local
553 while( pCurr != pEnd ) in CanvasSettings()
H A Doptsave.cxx673 const PropertyValue* const pEnd = pPropVal + rProperties.getLength(); in lcl_ExtracUIName() local
674 for( ; pPropVal != pEnd; pPropVal++ ) in lcl_ExtracUIName()
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx64 ::rtl::OUString* pEnd = pTableFilters + _rTableFilter.getLength(); in createWildCardVector()
66 for (sal_Int32 i=0; pEnd != pTableFilters; ++pTableFilters,++i) in createWildCardVector()
H A DKeySet.cxx325 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in construct() local
326 for(;pIter != pEnd;++pIter) in construct()
478 const Any* pEnd = pBegin + rows.getLength(); in deleteRows() local
481 for(;pBegin != pEnd;++pBegin) in deleteRows()
495 for(;pBegin != pEnd;++pBegin) in deleteRows()
516 pEnd = pBegin + rows.getLength(); in deleteRows()
518 for(;pBegin != pEnd;++pBegin) in deleteRows()
H A DRowSet.cxx2837 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in ORowSetClone() local
2839 for(sal_Int32 i=1;pIter != pEnd ;++pIter,++i) in ORowSetClone()
H A DRowSetCache.cxx307 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in DBG_NAME() local
308 for(;pIter != pEnd;++pIter) in DBG_NAME()
H A DSingleSelectQueryComposer.cxx1332 const ::rtl::OUString* pEnd = pBegin + aNames.getLength(); in getTableAlias() local
1336 for(;pBegin != pEnd;++pBegin) in getTableAlias()
1362 for(;pBegin != pEnd;++pBegin) in getTableAlias()
1384 if(pBegin != pEnd) in getTableAlias()
1720 const sal_Int8* pEnd = pBegin + aSeq.getLength(); in setConditionByColumn() local
1721 for(;pBegin != pEnd;++pBegin) in setConditionByColumn()
H A DStaticSet.cxx333 const Any* pEnd = pBegin + rows.getLength(); in deleteRows() local
334 for(sal_Int32 i=0;pBegin != pEnd; ++pBegin,++i) in deleteRows()
H A DTableDeco.cxx397 Property* pEnd = pIter + aTableProps.getLength(); in createArrayHelper() local
398 for (;pIter != pEnd ; ++pIter) in createArrayHelper()
662 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in refreshColumns() local
663 for(;pIter != pEnd;++pIter) in refreshColumns()
H A DView.cxx120 const Type* pEnd = pIter + aTypes.getLength(); in getTypes() local
121 for(;pIter != pEnd ;++pIter) in getTypes()
H A Dcolumn.cxx364 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes() local
365 for (;pBegin != pEnd ; ++pBegin) in getTypes()
386 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes() local
387 for(sal_Int32 i=0;pBegin != pEnd ;++pBegin) in getTypes()
H A Dquery.cxx234 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in IMPLEMENT_FORWARD_XINTERFACE3() local
235 for ( sal_Int32 i = 0;pIter != pEnd; ++pIter,++i) in IMPLEMENT_FORWARD_XINTERFACE3()
H A Dquerycontainer.cxx138 const ::rtl::OUString* pEnd = pDefinitionName + sDefinitionNames.getLength(); in DBG_NAME() local
139 for ( ; pDefinitionName != pEnd; ++pDefinitionName ) in DBG_NAME()
H A Dtable.cxx265 Property* pEnd = pIter + aProps.getLength(); in createArrayHelper() local
266 for(;pIter != pEnd;++pIter) in createArrayHelper()
311 const Type* pEnd = pIter + aTypes.getLength(); in getTypes() local
312 for(;pIter != pEnd ;++pIter) in getTypes()
H A Dtablecontainer.cxx89 const ::rtl::OUString* pEnd = pIter + _aNames.getLength(); in lcl_isPropertySetDefaulted() local
90 for(;pIter != pEnd;++pIter) in lcl_isPropertySetDefaulted()
103 return ( pIter == pEnd ); in lcl_isPropertySetDefaulted()
354 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in appendObject() local
355 for(;pIter != pEnd;++pIter) in appendObject()
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx355 const Any* pEnd = pBegin + _aArguments.getLength(); in initialize() local
357 for(;pBegin != pEnd;++pBegin) in initialize()
H A Ddataaccessdescriptor.cxx208 const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength(); in supportsService() local
209 return ::std::find( pStart, pEnd, rServiceName ) != pEnd; in supportsService()
320 const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength(); in supportsService() local
321 return ::std::find( pStart, pEnd, rServiceName ) != pEnd; in supportsService()
H A Ddatasource.cxx450 const PropertyValue* pEnd = pDataSourceSetting + _rDataSourceSettings.getLength(); in lcl_filterDriverProperties() local
454 for ( ; pDataSourceSetting != pEnd ; ++pDataSourceSetting ) in lcl_filterDriverProperties()
H A Ddocumentcontainer.cxx358 const Any* pEnd = pBegin + _aArguments.getLength(); in createInstanceWithArguments() local
362 for(;pBegin != pEnd;++pBegin) in createInstanceWithArguments()
525 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in execute() local
526 for(;pIter != pEnd;++pIter) in execute()
H A Ddocumentdefinition.cxx1001 const PropertyValue* pEnd = pIter + aArguments.getLength(); in onCommandOpenSomething() local
1002 for ( ;pIter != pEnd; ++pIter ) in onCommandOpenSomething()
H A Dintercept.cxx338 const ::rtl::OUString* pEnd = pIter + m_aInterceptedURL.getLength(); in queryDispatch() local
339 for(;pIter != pEnd;++pIter) in queryDispatch()
363 const ::rtl::OUString* pEnd = pIter + m_aInterceptedURL.getLength(); in queryDispatches() local
364 for(;pIter != pEnd;++pIter) in queryDispatches()
H A Dmyucp_datasupplier.cxx288 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in getResult() local
289 for(pIter = pIter + nPos;pIter != pEnd;++pIter,++nPos) in getResult()
337 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in totalCount() local
338 for(;pIter != pEnd;++pIter) in totalCount()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx157 const uno::Any* pEnd = pIter + aArguments.getLength(); in initialize() local
158 for(;pIter != pEnd;++pIter) in initialize()
H A Ddsntypes.cxx75 const ::rtl::OUString* pEnd = pIter + aURLs.getLength(); in DBG_NAME() local
76 for(;pIter != pEnd;++pIter ) in DBG_NAME()
184 const ::rtl::OUString* pEnd = pIter + aURLs.getLength(); in getDatasourcePrefixFromMediaType() local
185 for(;pIter != pEnd;++pIter ) in getDatasourcePrefixFromMediaType()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx212 const ::rtl::OUString * pEnd = pBegin + aSNL.getLength(); in supportsService() local
213 for( ; pBegin != pEnd; ++pBegin) in supportsService()
311 const ::rtl::OUString * pEnd = pBegin + aSNL.getLength(); in supportsService() local
312 for( ; pBegin != pEnd; ++pBegin) in supportsService()

Completed in 185 milliseconds

12345678910>>...16