Searched refs:nFunCount (Results 1 – 1 of 1) sorted by relevance
861 sal_uInt32 nFunCount = pColumnRef->count() - 1; in saveField() local865 if ( nFunCount == 4 && SQL_ISRULE(pColumnRef->getChild(3),column_ref) ) in saveField()867 … else if ( nFunCount == 3 ) // we have a COUNT(*) here, so take the first table in saveField()879 …for(sal_uInt32 function = 2; function < nFunCount; ++function) // we only want to parse the parame… in saveField()916 sal_uInt32 nFunCount = pColumnRef->count(); in saveField() local918 for(sal_uInt32 function = 0; function < nFunCount; ++function) in saveField()
Completed in 21 milliseconds