Home
last modified time | relevance | path

Searched refs:proValues2 (Results 1 – 4 of 4) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java169 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testPrefix() local
170 for(int i=0;i<proValues2.length;i++) in testPrefix()
172 if(proValues2[i].Name.equals("Prefix")) in testPrefix()
174 assertEquals("Prefix should be "+prefix, prefix, proValues2[i].Value); in testPrefix()
212 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testSuffix() local
213 for(int i=0;i<proValues2.length;i++) in testSuffix()
215 if(proValues2[i].Name.equals("Suffix")) in testSuffix()
217 assertEquals("Suffix should be "+suffix, suffix, proValues2[i].Value); in testSuffix()
256 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testStartWith() local
259 for(int i=0;i<proValues2.length;i++) in testStartWith()
[all …]
H A DGraphicBulletFromFile.java150 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testGraphicBulletFromFile() local
153 for( int i = 0; i < proValues2.length; ++i) { in testGraphicBulletFromFile()
154 final String aPropName = proValues2[i].Name; in testGraphicBulletFromFile()
161 NumberingType.BITMAP, proValues2[ nNumTypeItemIndex].Value); in testGraphicBulletFromFile()
164 "vnd.sun.star.GraphicObject:"+uniqueID, proValues2[ nGraphObjItemIndex].Value); in testGraphicBulletFromFile()
H A DCheckBuildInBullet.java173 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testBuildInBullet() local
174 …assertEquals("NumberingType should be CHAR_SPECIAL", NumberingType.CHAR_SPECIAL, proValues2[0].Val… in testBuildInBullet()
175 …assertEquals("BulletChar should be"+m_expectedBulletChar, m_expectedBulletChar, proValues2[4].Valu… in testBuildInBullet()
H A DNumberingBulletTypes.java169 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testNumberingTypes() local
171 assertEquals("NumberingType should be"+m_numberingType, m_expectType, proValues2[0].Value); in testNumberingTypes()