Searched refs:GetFunctionType (Results 1 – 4 of 4) sorted by relevance
922 … sal_Int32 nNewFunctionType = aSelEntry->GetFunctionType() | FKT_NUMERIC | FKT_OTHER; 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()1789 pEntry->GetFunctionType() == rInfo->GetFunctionType() && in AddGroupBy()1869 pEntry->GetFunctionType() == rInfo->GetFunctionType() && in AddCondition()2445 sal_Int32 nFunctionType = pEntry->GetFunctionType(); in SetCellContents()
103 m_eFunctionType = rRS.GetFunctionType(); in operator =()
834 … if ( (pEntryField->GetFunctionType() & (FKT_OTHER|FKT_NUMERIC)) || (aFieldName.toChar() == '*') ) in GenerateCriterias()3128 if ( pEntry->GetFunctionType() & (FKT_OTHER | FKT_AGGREGATE | FKT_NUMERIC) ) in getPredicateTreeFromEntry()
121 sal_Int32 GetFunctionType() const { return m_eFunctionType; } in GetFunctionType() function in dbaui::OTableFieldDesc
Completed in 77 milliseconds