/trunk/test/testuno/source/fvt/uno/sc/object/ |
H A D | DrawingObject.java | 60 private String inputType; field in DrawingObject 88 public DrawingObject( String inputType, String fileType) { in DrawingObject()
|
/trunk/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellAlignment.java | 61 private String inputType; field in CellAlignment 97 public CellAlignment(Enum expected, String inputType, Enum inputValue, String fileType) { in CellAlignment()
|
H A D | CellProtected.java | 59 private String inputType; field in CellProtected 87 public CellProtected(Boolean[] expected, String inputType, Boolean[] inputData, String fileType) { in CellProtected()
|
H A D | CellColor.java | 58 private String inputType; field in CellColor 89 public CellColor(int[] expected, String inputType, int[] inputData, String fileType) { in CellColor()
|
H A D | CellFontSize.java | 58 private String inputType; field in CellFontSize 84 public CellFontSize(double[] expected, String inputType, double[] inputData, String fileType) { in CellFontSize()
|
H A D | CellEffectOverline.java | 61 private String[] inputType; field in CellEffectOverline 119 …public CellEffectOverline(int expectedStyle, int expectedColor, String[] inputType, int inputStyle… in CellEffectOverline()
|
H A D | CellEffectUnderline.java | 61 private String[] inputType; field in CellEffectUnderline 118 …public CellEffectUnderline(int expectedStyle, int expectedColor, String[] inputType, int inputStyl… in CellEffectUnderline()
|
/trunk/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartDataLabel.java | 56 private String inputType; field in ChartDataLabel 101 public ChartDataLabel(int labelType, String inputType, double[][] numberData, String fileType) { in ChartDataLabel()
|
H A D | ChartType.java | 55 private String inputType; field in ChartType 102 public ChartType(String expected, String inputType, double[][] numberData, String fileType) { in ChartType()
|
H A D | ChartMeanValueLine.java | 59 private String inputType; field in ChartMeanValueLine 90 …public ChartMeanValueLine(Boolean expected, Boolean meanValueLine, String inputType, double[][] nu… in ChartMeanValueLine()
|
H A D | ChartTrendline.java | 59 private String inputType; field in ChartTrendline 93 …gressionCurveType expected, ChartRegressionCurveType trendlineType, String inputType, double[][] n… in ChartTrendline()
|
H A D | ChartYErrorBar.java | 62 private String inputType; field in ChartYErrorBar 98 …rrorCategory inputCategory, ChartErrorIndicatorType inputIndicator, String inputType, double[][] n… in ChartYErrorBar()
|
H A D | ChartLegend.java | 59 private String inputType; field in ChartLegend 93 public ChartLegend(String inputType, double[][] numberData, int[] offset, String fileType) { in ChartLegend()
|
H A D | ChartAxis.java | 58 private String inputType; field in ChartAxis 104 …public ChartAxis(Boolean[] axes, Boolean[] secondaryAxes, String inputType, double[][] numberData,… in ChartAxis()
|
H A D | ChartGrid.java | 58 private String inputType; field in ChartGrid 104 …public ChartGrid(Boolean[] majorGrids, Boolean[] minorGrids, String inputType, double[][] numberDa… in ChartGrid()
|
H A D | ChartTitle.java | 59 private String inputType; field in ChartTitle 92 public ChartTitle(String[] titles, String inputType, double[][] numberData, String fileType) { in ChartTitle()
|