Lines Matching refs:excel
51 case excel::XlFormatConditionOperator::xlBetween: in retrieveAPIOperator()
54 case excel::XlFormatConditionOperator::xlNotBetween: in retrieveAPIOperator()
57 case excel::XlFormatConditionOperator::xlEqual: in retrieveAPIOperator()
60 case excel::XlFormatConditionOperator::xlNotEqual: in retrieveAPIOperator()
63 case excel::XlFormatConditionOperator::xlGreater: in retrieveAPIOperator()
66 case excel::XlFormatConditionOperator::xlLess: in retrieveAPIOperator()
69 case excel::XlFormatConditionOperator::xlGreaterEqual: in retrieveAPIOperator()
72 case excel::XlFormatConditionOperator::xlLessEqual: in retrieveAPIOperator()
131 retvalue = excel::XlFormatConditionOperator::xlEqual; in Operator()
134 retvalue = excel::XlFormatConditionOperator::xlNotEqual; in Operator()
137 retvalue = excel::XlFormatConditionOperator::xlGreater; in Operator()
140 retvalue = excel::XlFormatConditionOperator::xlGreaterEqual; in Operator()
143 retvalue = excel::XlFormatConditionOperator::xlLess; in Operator()
146 retvalue = excel::XlFormatConditionOperator::xlLessEqual; in Operator()
149 retvalue = excel::XlFormatConditionOperator::xlBetween; in Operator()
152 retvalue = excel::XlFormatConditionOperator::xlNotBetween; in Operator()
170 template class ScVbaCondition< excel::XFormatCondition >;