Searched refs:pOrIter (Results 1 – 2 of 2) sorted by relevance
902 const Sequence<PropertyValue >* pOrIter = _aValues.getConstArray(); in fillLines() local903 const Sequence<PropertyValue >* pOrEnd = pOrIter + _aValues.getLength(); in fillLines()905 for(sal_uInt16 i=0;pOrIter != pOrEnd; ++pOrIter) in fillLines()908 const PropertyValue* pAndIter = pOrIter->getConstArray(); in fillLines()909 const PropertyValue* pAndEnd = pAndIter + pOrIter->getLength(); in fillLines()
1550 const Sequence< PropertyValue >* pOrIter = filter.getConstArray(); in lcl_getCondition() local1551 const Sequence< PropertyValue >* pOrEnd = pOrIter + filter.getLength(); in lcl_getCondition()1552 while ( pOrIter != pOrEnd ) in lcl_getCondition()1554 if ( pOrIter->getLength() ) in lcl_getCondition()1557 const PropertyValue* pAndIter = pOrIter->getConstArray(); in lcl_getCondition()1558 const PropertyValue* pAndEnd = pAndIter + pOrIter->getLength(); in lcl_getCondition()1581 ++pOrIter; in lcl_getCondition()1582 if ( pOrIter != pOrEnd && sRet.getLength() ) in lcl_getCondition()
Completed in 47 milliseconds