Home
last modified time | relevance | path

Searched refs:operatorvalue (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/data/
H A DSubTotalsFunction.java62 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()
[all …]

Completed in 14 milliseconds