Lines Matching refs:count

93 		DBG_ASSERT(pSQLParseNode->count() >= 4,"OFILECursor: Fehler im Parse Tree");  in start()
98 DBG_ASSERT(pTableExp->count() == TABLE_EXPRESSION_CHILD_COUNT,"Fehler im Parse Tree"); in start()
104 for (sal_uInt32 i = 0; i < pSelection->count(); i++) in start()
107 if ( SQL_ISRULE(pColumnRef,general_set_fct) && pColumnRef->count() != 4 ) in start()
120 DBG_ASSERT(pSQLParseNode->count() == 5,"OFILECursor: Fehler im Parse Tree"); in start()
125 DBG_ASSERT(pSQLParseNode->count() == 4,"Fehler im Parse Tree"); in start()
135 DBG_ASSERT(pWhereClause->count() == 2,"OFILECursor: Fehler im Parse Tree"); in start()
154 if (pPredicateNode->count() == 3 && // Ausdruck is geklammert in execute()
162 pPredicateNode->count() == 3) in execute()
239 DBG_ASSERT(pPredicateNode->count() == 3,"OFILECursor: Fehler im Parse Tree"); in execute_COMPARE()
287 DBG_ASSERT(pPredicateNode->count() == 2,"OFILECursor: Fehler im Parse Tree"); in execute_LIKE()
293 OSQLParseNode* pAtom = pPart2->getChild(pPart2->count()-2); in execute_LIKE()
294 OSQLParseNode* pOptEscape = pPart2->getChild(pPart2->count()-1); in execute_LIKE()
309 if (pOptEscape->count() != 0) in execute_LIKE()
311 if (pOptEscape->count() != 2) in execute_LIKE()
337 DBG_ASSERT(pPredicateNode->count() == 2,"OFILECursor: Fehler im Parse Tree"); in execute_BETWEEN()
417 DBG_ASSERT(pPredicateNode->count() == 2,"OFILECursor: Fehler im Parse Tree"); in execute_ISNULL()
442 if (pPredicateNode->count() == 1) in execute_Operand()
446 else if (pPredicateNode->count() == 3) in execute_Operand()
498 else if((pPredicateNode->count() == 2) && in execute_Operand()
618 DBG_ASSERT(pPredicateNode->count() >= 4,"OFILECursor: Fehler im Parse Tree"); in execute_Fold()
814 for (sal_uInt32 i=0; i < pList->count(); ++i) in executeFunction()
883 if ( pPredicateNode->count() == 4 ) //char_substring_fct in executeFunction()
886 for (sal_uInt32 i=0; i < pList->count(); ++i) in executeFunction()
900 if ( pPredicateNode->count() == 4 ) //position_exp in executeFunction()
903 for (sal_uInt32 i=0; i < pList->count(); ++i) in executeFunction()