Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 16 of 16) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java60 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 DCellAlignment.java61 private String inputType; field in CellAlignment
97 public CellAlignment(Enum expected, String inputType, Enum inputValue, String fileType) { in CellAlignment()
H A DCellProtected.java59 private String inputType; field in CellProtected
87 public CellProtected(Boolean[] expected, String inputType, Boolean[] inputData, String fileType) { in CellProtected()
H A DCellColor.java58 private String inputType; field in CellColor
89 public CellColor(int[] expected, String inputType, int[] inputData, String fileType) { in CellColor()
H A DCellFontSize.java58 private String inputType; field in CellFontSize
84 public CellFontSize(double[] expected, String inputType, double[] inputData, String fileType) { in CellFontSize()
H A DCellEffectOverline.java61 private String[] inputType; field in CellEffectOverline
119 …public CellEffectOverline(int expectedStyle, int expectedColor, String[] inputType, int inputStyle… in CellEffectOverline()
H A DCellEffectUnderline.java61 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 DChartDataLabel.java56 private String inputType; field in ChartDataLabel
101 public ChartDataLabel(int labelType, String inputType, double[][] numberData, String fileType) { in ChartDataLabel()
H A DChartType.java55 private String inputType; field in ChartType
102 public ChartType(String expected, String inputType, double[][] numberData, String fileType) { in ChartType()
H A DChartMeanValueLine.java59 private String inputType; field in ChartMeanValueLine
90 …public ChartMeanValueLine(Boolean expected, Boolean meanValueLine, String inputType, double[][] nu… in ChartMeanValueLine()
H A DChartTrendline.java59 private String inputType; field in ChartTrendline
93 …gressionCurveType expected, ChartRegressionCurveType trendlineType, String inputType, double[][] n… in ChartTrendline()
H A DChartYErrorBar.java62 private String inputType; field in ChartYErrorBar
98 …rrorCategory inputCategory, ChartErrorIndicatorType inputIndicator, String inputType, double[][] n… in ChartYErrorBar()
H A DChartLegend.java59 private String inputType; field in ChartLegend
93 public ChartLegend(String inputType, double[][] numberData, int[] offset, String fileType) { in ChartLegend()
H A DChartAxis.java58 private String inputType; field in ChartAxis
104 …public ChartAxis(Boolean[] axes, Boolean[] secondaryAxes, String inputType, double[][] numberData,… in ChartAxis()
H A DChartGrid.java58 private String inputType; field in ChartGrid
104 …public ChartGrid(Boolean[] majorGrids, Boolean[] minorGrids, String inputType, double[][] numberDa… in ChartGrid()
H A DChartTitle.java59 private String inputType; field in ChartTitle
92 public ChartTitle(String[] titles, String inputType, double[][] numberData, String fileType) { in ChartTitle()

Completed in 53 milliseconds