Searched refs:EXC_AFOPER_EQUAL (Results 1 – 4 of 4) sorted by relevance
555 nOper( EXC_AFOPER_EQUAL ), in ExcFilterCondition()606 case EXC_AFOPER_EQUAL: return "equal"; in lcl_GetOperator()763 case SC_EQUAL: nOper = EXC_AFOPER_EQUAL; break; in AddEntry()772 nOper = EXC_AFOPER_EQUAL; break; in AddEntry()
525 case EXC_AFOPER_EQUAL: in ReadAutoFilter()
54 const sal_uInt8 EXC_AFOPER_EQUAL = 0x02; variable
405 inline sal_Bool HasEqual() const { return (nOper == EXC_AFOPER_EQUAL); } in HasEqual()
Completed in 23 milliseconds