Home
last modified time | relevance | path

Searched refs:pOrIter (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx902 const Sequence<PropertyValue >* pOrIter = _aValues.getConstArray(); in fillLines() local
903 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()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1550 const Sequence< PropertyValue >* pOrIter = filter.getConstArray(); in lcl_getCondition() local
1551 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 33 milliseconds