Searched refs:pAndIter (Results 1 – 2 of 2) sorted by relevance
1557 const PropertyValue* pAndIter = pOrIter->getConstArray(); in lcl_getCondition() local1558 const PropertyValue* pAndEnd = pAndIter + pOrIter->getLength(); in lcl_getCondition()1559 while ( pAndIter != pAndEnd ) in lcl_getCondition()1561 sRet.append(pAndIter->Name); in lcl_getCondition()1563 pAndIter->Value >>= sValue; in lcl_getCondition()1564 … const ::rtl::OUString sColumnName = lcl_getDecomposedColumnName( pAndIter->Name, rQuoteString ); in lcl_getCondition()1572 … sValue = i_aPredicateInputController.getPredicateValue(pAndIter->Name,sValue,sal_True); in lcl_getCondition()1574 lcl_addFilterCriteria_throw(pAndIter->Handle,sValue,sRet); in lcl_getCondition()1575 ++pAndIter; in lcl_getCondition()1576 if ( pAndIter != pAndEnd ) in lcl_getCondition()
908 const PropertyValue* pAndIter = pOrIter->getConstArray(); in fillLines() local909 const PropertyValue* pAndEnd = pAndIter + pOrIter->getLength(); in fillLines()910 for(;pAndIter != pAndEnd; ++pAndIter) in fillLines()912 SetLine( i++,*pAndIter,bOr); in fillLines()
Completed in 68 milliseconds