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.java170 for(int i=0;i<proValues2.length;i++) in testPrefix()
213 for(int i=0;i<proValues2.length;i++) in testSuffix()
259 for(int i=0;i<proValues2.length;i++) in testStartWith()
307 for(int i=0;i<proValues2.length;i++) in testFirstLineOffset()
352 for(int i=0;i<proValues2.length;i++) in testLeftMargin()
402 for(int i=0;i<proValues2.length;i++) in testSymbolTextDistance()
435 for(int i=0;i<proValues2.length;i++) in testAjustRight()
480 for(int i=0;i<proValues2.length;i++) in testAjustCenter()
511 for(int i=0;i<proValues2.length;i++) in testAjustLeft()
555 for(int i=0;i<proValues2.length;i++) in testSymbolColor()
[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()

Completed in 19 milliseconds