Searched refs:m_eFunctionType (Results 1 – 2 of 2) sorted by relevance
66 sal_Int32 m_eFunctionType; member in dbaui::OTableFieldDesc105 void SetFunctionType( sal_Int32 eTyp ) { m_eFunctionType = eTyp; } in SetFunctionType()121 sal_Int32 GetFunctionType() const { return m_eFunctionType; } in GetFunctionType()124 …inline sal_Bool isAggreateFunction() const { return (m_eFunctionType & FKT_AGGREGATE) =… in isAggreateFunction()125 …inline sal_Bool isOtherFunction() const { return (m_eFunctionType & FKT_OTHER) =… in isOtherFunction()126 …inline sal_Bool isNumeric() const { return (m_eFunctionType & FKT_NUMERIC) =… in isNumeric()127 …inline sal_Bool isNoneFunction() const { return m_eFunctionType =… in isNoneFunction()128 …inline sal_Bool isCondition() const { return (m_eFunctionType & FKT_CONDITION) =… in isCondition()
51 ,m_eFunctionType( FKT_NONE ) in DBG_NAME()74 ,m_eFunctionType( FKT_NONE ) in OTableFieldDesc()103 m_eFunctionType = rRS.GetFunctionType(); in operator =()182 m_eFunctionType = aFieldDesc.getOrDefault( "FunctionType", m_eFunctionType ); in Load()213 o_rSettings.put( "FunctionType", (sal_Int32)m_eFunctionType ); in Save()