Searched refs:secondTextBox (Results 1 – 3 of 3) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBulletStyle.java | 79 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() local 80 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument() 105 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load() local 106 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load()
|
H A D | NumberingBulletTypes.java | 84 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() local 85 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument() 94 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load() local 95 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load()
|
H A D | NumberingProperty.java | 78 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() local 79 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument() 92 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load() local 93 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load()
|
Completed in 21 milliseconds