Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx861 sal_uInt32 nFunCount = pColumnRef->count() - 1; in saveField() local
865 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() local
918 for(sal_uInt32 function = 0; function < nFunCount; ++function) in saveField()

Completed in 27 milliseconds