Home
last modified time | relevance | path

Searched refs:xfirstTextBox (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBuildInBullet.java118 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in setUp() local
119 m_xtextProps = addPortion(xfirstTextBox, "test Build-in Bullet", false); in setUp()
136 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in load() local
137 return getPortion(xfirstTextBox, 0); in load()
H A DGraphicBulletFromFile.java77 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in setUpDocument() local
78 m_xtextProps = addPortion(xfirstTextBox, "test Graphic Bullet From a File", false); in setUpDocument()
88 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in load() local
89 return getPortion(xfirstTextBox, 0); in load()

Completed in 11 milliseconds