Home
last modified time | relevance | path

Searched refs:list1 (Results 1 – 7 of 7) sorted by path

/trunk/extras/l10n/source/sl/
H A Dlocalize.sdf53869 …references.xhp 0 help par_id809961 0 sl Če preklopite nazaj na Delovni list1, boste videli enak…
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java62 List list1; field in InterfaceContainer_Test
81 list1.add(obj1); in InterfaceContainer_Test()
82 list1.add(obj2); in InterfaceContainer_Test()
83 list1.add(obj3); in InterfaceContainer_Test()
154 cont.addAll(list1); in trimToSize()
298 cont.addAll(list1); in containsAll()
332 cont.addAll(list1); in indexOf()
333 cont.addAll(list1); in indexOf()
460 cont.addAll(list1); in toArray()
496 cont.addAll(list1); in Iterator_next()
[all …]
H A DMultiTypeInterfaceContainer_Test.java48 List list1; field in MultiTypeInterfaceContainer_Test
68 list1= new ArrayList(); in MultiTypeInterfaceContainer_Test()
69 list1.add(obj1); in MultiTypeInterfaceContainer_Test()
70 list1.add(obj2); in MultiTypeInterfaceContainer_Test()
71 list1.add(obj3); in MultiTypeInterfaceContainer_Test()
/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py131 list, list1 = [] ,[]
136 list1.append("a")
137 list1.append("b")
138 list1.append("d")
139 list1.append("e")
140 list1.append("e")
146 b = PseudoSet(list1)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DRegistryTools.java123 String[] list1 = key1.getAsciiListValue() ; in compareKeys() local
125 if (list1.length != list2.length) in compareKeys()
127 for (int i = 0; i < list1.length; i++) in compareKeys()
128 if (!list1[i].equals(list2[i])) return false ; in compareKeys()
131 String[] list1 = key1.getStringListValue() ; in compareKeys() local
133 if (list1.length != list2.length) in compareKeys()
135 for (int i = 0; i < list1.length; i++) in compareKeys()
139 int[] list1 = key1.getLongListValue() ; in compareKeys() local
141 if (list1.length != list2.length) in compareKeys()
143 for (int i = 0; i < list1.length; i++) in compareKeys()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellColor.java69 int[] list1 = TestUtil.randColorList(30); in data() local
73 {list1, "CellBackColor", list1, "ods"}, in data()
76 {list1, "CellBackColor", list1, "xls"}, in data()
80 {list1, "CharColor", list1, "ods"}, in data()
83 {list1, "CharColor", list1, "xls"}, in data()
H A DCellFontSize.java69 double[] list1 = TestUtil.randFontSizeList(30, 409); // Excel2003's value range [is 1,409] in data() local
74 {list1, "CharHeight", list1, "ods"}, in data()
78 {list1, "CharHeight", list1, "xls"}, in data()

Completed in 1050 milliseconds