Home
last modified time | relevance | path

Searched refs:firstTextBox (Results 1 – 3 of 3) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBuildInBullet.java117 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in setUp() local
118 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in setUp()
135 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in load() local
136 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in load()
H A DGraphicBulletFromFile.java76 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in setUpDocument() local
77 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in setUpDocument()
87 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in load() local
88 XShape xfirstTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, firstTextBox); in load()
/aoo4110/test/testuno/source/fvt/uno/sd/character/
H A DCheckCharacterStyle.java116 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in getFirstTextbox() local
117 return (XText)UnoRuntime.queryInterface(XText.class, firstTextBox); in getFirstTextbox()

Completed in 20 milliseconds