Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sc/cell/
H A DCellFontSize.java69 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()
/aoo4110/test/testuno/source/testlib/uno/
H A DTestUtil.java107 public static double[] randFontSizeList(int listSize, int max) throws Exception { in randFontSizeList() method in TestUtil

Completed in 7 milliseconds