Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java56 private double[] inputData; field in AddtionOperatorInFormula
73 public AddtionOperatorInFormula(double expected, double[] inputData) { in AddtionOperatorInFormula() argument
74 this.inputData = inputData; in AddtionOperatorInFormula()
114 inputformula = toFormula(connectByOperator(inputData, "+")); in testAddtion()
126 private static double addtionExpectedData(double[] inputData){ in addtionExpectedData() argument
128 for (double input : inputData) { in addtionExpectedData()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellFontSize.java59 private double[] inputData; field in CellFontSize
84 public CellFontSize(double[] expected, String inputType, double[] inputData, String fileType) { in CellFontSize() argument
87 this.inputData = inputData; in CellFontSize()
128 int cellNum = inputData.length; in testCellFontSize()
139 cells[0].setValue(inputData[0]); in testCellFontSize()
145 SCUtil.setCellProperties(cells[i], inputType, inputData[i]); in testCellFontSize()
H A DCellColor.java59 private int[] inputData; field in CellColor
89 public CellColor(int[] expected, String inputType, int[] inputData, String fileType) { in CellColor() argument
92 this.inputData = inputData; in CellColor()
134 int cellNum = inputData.length; in testCellColor()
145 cells[0].setValue(inputData[0]); in testCellColor()
151 SCUtil.setCellProperties(cells[i], inputType, inputData[i]); in testCellColor()
H A DCellProtected.java87 public CellProtected(Boolean[] expected, String inputType, Boolean[] inputData, String fileType) { in CellProtected() argument
91 protection.IsLocked = inputData[0]; in CellProtected()
92 protection.IsFormulaHidden = inputData[1]; in CellProtected()
93 protection.IsHidden = inputData[2]; in CellProtected()
94 protection.IsPrintHidden = inputData[3]; in CellProtected()

Completed in 24 milliseconds