Searched refs:proValues2 (Results 1 – 4 of 4) sorted by relevance
170 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 …]
150 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testGraphicBulletFromFile() local153 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()
173 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testBuildInBullet() local174 …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()
169 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testNumberingTypes() local171 assertEquals("NumberingType should be"+m_numberingType, m_expectType, proValues2[0].Value); in testNumberingTypes()
Completed in 14 milliseconds