Lines Matching refs:retvalue
126 sal_Int32 retvalue = -1; in Operator() local
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()
159 retvalue = ISFORMULA; in Operator()
167 return retvalue; in Operator()