Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx908 const PropertyValue* pAndIter = pOrIter->getConstArray(); in fillLines() local
909 const PropertyValue* pAndEnd = pAndIter + pOrIter->getLength(); in fillLines()
910 for(;pAndIter != pAndEnd; ++pAndIter) in fillLines()
912 SetLine( i++,*pAndIter,bOr); in fillLines()
/aoo4110/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1557 const PropertyValue* pAndIter = pOrIter->getConstArray(); in lcl_getCondition() local
1558 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()

Completed in 33 milliseconds