Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java73 m_xtextProps = load(); in setUpDocument()
162 m_xtextProps = load(); in testPrefix()
205 m_xtextProps = load(); in testSuffix()
249 m_xtextProps = load(); in testStartWith()
298 m_xtextProps = load(); in testFirstLineOffset()
343 m_xtextProps = load(); in testLeftMargin()
393 m_xtextProps = load(); in testSymbolTextDistance()
426 m_xtextProps = load(); in testAjustRight()
471 m_xtextProps = load(); in testAjustCenter()
502 m_xtextProps = load(); in testAjustLeft()
[all …]
H A DCheckBuildInBullet.java70 private XPropertySet m_xtextProps = null; field in CheckBuildInBullet
111 m_xtextProps = load(); in setUp()
119 m_xtextProps = addPortion(xfirstTextBox, "test Build-in Bullet", false); in setUp()
143 Object numberingrules = m_xtextProps.getPropertyValue("NumberingRules"); in testBuildInBullet()
159 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testBuildInBullet()
161 m_xtextProps.setPropertyValue("NumberingLevel", new Short((short)0)); in testBuildInBullet()
166 m_xtextProps = load(); in testBuildInBullet()
168 Object numberingrules2 = m_xtextProps.getPropertyValue("NumberingRules"); in testBuildInBullet()
H A DGraphicBulletFromFile.java61 private XPropertySet m_xtextProps = null; field in GraphicBulletFromFile
71 m_xtextProps = load(); in setUpDocument()
78 m_xtextProps = addPortion(xfirstTextBox, "test Graphic Bullet From a File", false); in setUpDocument()
114 Object numberingrules = m_xtextProps.getPropertyValue("NumberingRules"); in testGraphicBulletFromFile()
134 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testGraphicBulletFromFile()
136 m_xtextProps.setPropertyValue("NumberingLevel", new Short((short)0)); in testGraphicBulletFromFile()
143 m_xtextProps = load(); in testGraphicBulletFromFile()
145 Object numberingrules2 = m_xtextProps.getPropertyValue("NumberingRules"); in testGraphicBulletFromFile()
H A DNumberingBulletTypes.java71 private XPropertySet m_xtextProps = null; field in NumberingBulletTypes
79 m_xtextProps = load(); in setUpDocument()
86 m_xtextProps = addPortion(xsecondTextBox, "Numbering bullets", false); in setUpDocument()
142 Object numberingrules = m_xtextProps.getPropertyValue("NumberingRules"); in testNumberingTypes()
154 m_xtextProps.setPropertyValue("NumberingRules", numberingrules); in testNumberingTypes()
156 m_xtextProps.setPropertyValue("NumberingLevel", new Short((short)0)); in testNumberingTypes()
162 m_xtextProps = load(); in testNumberingTypes()
164 Object numberingrules2 = m_xtextProps.getPropertyValue("NumberingRules"); in testNumberingTypes()

Completed in 12 milliseconds