Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sc/cell/
H A DCellFontSize.java41 import testlib.uno.TestUtil;
69 double[] list1 = TestUtil.randFontSizeList(30, 409); // Excel2003's value range [is 1,409] in data()
70 double[] list2 = TestUtil.randFontSizeList(10, 76); in data()
71 double[] list3 = TestUtil.randFontSizeList(5, 20); in data()
72 double[] list4 = TestUtil.randFontSizeList(20, 999); //OO's value range is [1, 1000) in data()
131 CellInfo cInfo = TestUtil.randCell(256, 100); in testCellFontSize()
H A DCellColor.java41 import testlib.uno.TestUtil;
69 int[] list1 = TestUtil.randColorList(30); in data()
70 int[] list2 = TestUtil.randColorList(56); in data()
71 int[] list3 = TestUtil.randColorList(5); in data()
137 CellInfo cInfo = TestUtil.randCell(256, 100); in testCellColor()
H A DCellBorder.java41 import testlib.uno.TestUtil;
103 int[] colorList = TestUtil.randColorList(3); in data()
182 CellInfo cInfo = TestUtil.randCell(10, 10); in testCellBorder()
H A DCellEffectOverline.java43 import testlib.uno.TestUtil;
74 int[] list = TestUtil.randColorList(19); in data()
170 CellInfo cInfo = TestUtil.randCell(100, 100); in testCharOverline()
H A DCellEffectUnderline.java43 import testlib.uno.TestUtil;
74 int[] list = TestUtil.randColorList(19); in data()
169 CellInfo cInfo = TestUtil.randCell(100, 32768); in testCharUnderline()
H A DCellProtected.java41 import testlib.uno.TestUtil;
142 CellInfo cInfo = TestUtil.randCell(10, 10); in testCellProtected()
H A DCellAlignment.java42 import testlib.uno.TestUtil;
139 CellInfo cInfo = TestUtil.randCell(20, 50); in testCellAlignment()
/aoo4110/test/testuno/source/testlib/uno/
H A DTestUtil.java41 public class TestUtil { class
47 public TestUtil() { in TestUtil() method in TestUtil
/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java35 import testlib.uno.TestUtil;
195 TestUtil.printPropertiesList(xAnnotAnchor); in testShowHideComments()
/aoo4110/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java45 import testlib.uno.TestUtil;
81 int[] colorList = TestUtil.randColorList(13); in data()
/aoo4110/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java40 import static testlib.uno.TestUtil.*;
H A DTestFormulaDocs.java37 import static testlib.uno.TestUtil.*;
/aoo4110/test/testuno/source/fvt/uno/sc/data/
H A DAdvanceFilter.java33 import testlib.uno.TestUtil;
/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java35 import testlib.uno.TestUtil;
H A DChartTypes.java35 import testlib.uno.TestUtil;
H A DChartProperties.java35 import testlib.uno.TestUtil;
/aoo4110/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java34 import testlib.uno.TestUtil;
/aoo4110/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java39 import testlib.uno.TestUtil;

Completed in 65 milliseconds