Searched refs:xfirstTextBox (Results 1 – 2 of 2) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBuildInBullet.java | 118 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 D | GraphicBulletFromFile.java | 77 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 16 milliseconds