Searched refs:isNumericOrAggreateFunction (Results 1 – 3 of 3) sorted by relevance
1792 if ( pEntry->isNumericOrAggreateFunction() && rInfo->IsGroupBy() ) in AddGroupBy()1815 …if ( (pTmp->isNumericOrAggreateFunction() && rInfo->IsGroupBy()) ) // das GroupBy wird bereits von… in AddGroupBy()1873 if ( pEntry->isNumericOrAggreateFunction() && rInfo->IsGroupBy() ) in AddCondition()1924 …if ( pTmp->isNumericOrAggreateFunction() && rInfo->IsGroupBy() ) // das GroupBy wird bereits von r… in AddCondition()2299 else if ( pEntry->isNumericOrAggreateFunction() ) in GetCellText()
759 pEntryField->isNumericOrAggreateFunction() || in GenerateSelectList()1000 else if ( pEntryField->isNumericOrAggreateFunction() ) in GenerateOrder()3132 if ( pEntry->isNumericOrAggreateFunction() ) in getPredicateTreeFromEntry()3142 if ( nType == DataType::OTHER || (!sFunction.Len() && pEntry->isNumericOrAggreateFunction()) ) in getPredicateTreeFromEntry()
129 …inline sal_Bool isNumericOrAggreateFunction() const { return isNumeric() || isAggreateFunction()… in isNumericOrAggreateFunction() function in dbaui::OTableFieldDesc
Completed in 50 milliseconds