Searched refs:FKT_AGGREGATE (Results 1 – 4 of 4) sorted by relevance
124 …al_Bool isAggreateFunction() const { return (m_eFunctionType & FKT_AGGREGATE) == FKT_AGGREGATE; } in isAggreateFunction()
39 FKT_AGGREGATE =0x00000002, enumerator
862 sal_Int32 nFunctionType = FKT_AGGREGATE; in saveField()1134 pEntry->SetFunctionType(pEntry->GetFunctionType() & ~FKT_AGGREGATE ); in SaveModified()1138 pEntry->SetFunctionType(pEntry->GetFunctionType() | FKT_AGGREGATE ); in SaveModified()1145 pEntry->SetFunctionType(pEntry->GetFunctionType() & ~FKT_AGGREGATE ); in SaveModified()1639 if ( pEntry->GetFunctionType() & (FKT_AGGREGATE) ) in InsertColumn()2446 nFunctionType &= ~FKT_AGGREGATE; in SetCellContents()2456 nFunctionType |= FKT_AGGREGATE; in SetCellContents()
1633 sal_Int32 nFunctionType = FKT_AGGREGATE; in AddFunctionCondition()2344 aInfo->SetFunctionType(nFunctionType|FKT_AGGREGATE); in InstallFields()3128 if ( pEntry->GetFunctionType() & (FKT_OTHER | FKT_AGGREGATE | FKT_NUMERIC) ) in getPredicateTreeFromEntry()
Completed in 39 milliseconds