Lines Matching refs:operatorvalue
62 private int operatorvalue; field in SubTotalsFunction
114 int operatorvalue, double bssubtotalresult, in SubTotalsFunction() argument
118 this.operatorvalue = operatorvalue; in SubTotalsFunction()
157 String BSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$4)"; in test()
167 String CSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$6:$C$7)"; in test()
177 String MSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$9:$C$10)"; in test()
188 String GTsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$11)"; in test()
207 BSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$4)"; in test()
217 CSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$6:$C$7)"; in test()
227 MSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$9:$C$10)"; in test()
238 GTsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$11)"; in test()