Lines Matching refs:sheet

36 …no::Reference< uno::XComponentContext > & xContext, const uno::Reference< sheet::XSheetCondition >…  in ScVbaCondition()
42 sheet::ConditionOperator
45 sheet::ConditionOperator aRetAPIOperator = sheet::ConditionOperator_NONE; in retrieveAPIOperator()
52 aRetAPIOperator = sheet::ConditionOperator_BETWEEN; in retrieveAPIOperator()
55 aRetAPIOperator = sheet::ConditionOperator_NOT_BETWEEN; in retrieveAPIOperator()
58 aRetAPIOperator = sheet::ConditionOperator_EQUAL; in retrieveAPIOperator()
61 aRetAPIOperator = sheet::ConditionOperator_NOT_EQUAL; in retrieveAPIOperator()
64 aRetAPIOperator = sheet::ConditionOperator_GREATER; in retrieveAPIOperator()
67 aRetAPIOperator = sheet::ConditionOperator_LESS; in retrieveAPIOperator()
70 aRetAPIOperator = sheet::ConditionOperator_GREATER_EQUAL; in retrieveAPIOperator()
73 aRetAPIOperator = sheet::ConditionOperator_LESS_EQUAL; in retrieveAPIOperator()
76 aRetAPIOperator = sheet::ConditionOperator_NONE; in retrieveAPIOperator()
127 sheet::ConditionOperator aConditionalOperator = mxSheetCondition->getOperator(); in Operator()
130 case sheet::ConditionOperator_EQUAL: in Operator()
133 case sheet::ConditionOperator_NOT_EQUAL: in Operator()
136 case sheet::ConditionOperator_GREATER: in Operator()
139 case sheet::ConditionOperator_GREATER_EQUAL: in Operator()
142 case sheet::ConditionOperator_LESS: in Operator()
145 case sheet::ConditionOperator_LESS_EQUAL: in Operator()
148 case sheet::ConditionOperator_BETWEEN: in Operator()
151 case sheet::ConditionOperator_NOT_BETWEEN: in Operator()
154 case sheet::ConditionOperator_FORMULA: in Operator()
162 case sheet::ConditionOperator_NONE: in Operator()