Searched refs:firstTextBox (Results 1 – 3 of 3) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBuildInBullet.java | 117 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 D | GraphicBulletFromFile.java | 76 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()
|
/aoo42x/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 116 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in getFirstTextbox() local 117 return (XText)UnoRuntime.queryInterface(XText.class, firstTextBox); in getFirstTextbox()
|
Completed in 26 milliseconds