Searched refs:getShapeOfPageByIndex (Results 1 – 7 of 7) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBulletStyle.java | 79 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() 105 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load()
|
H A D | CheckBuildInBullet.java | 117 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in setUp() 135 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in load()
|
H A D | GraphicBulletFromFile.java | 76 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in setUpDocument() 87 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in load()
|
H A D | NumberingBulletTypes.java | 84 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() 94 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load()
|
H A D | NumberingProperty.java | 78 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() 92 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SDUtil.java | 57 public static Object getShapeOfPageByIndex(Object page, int index) throws Exception { in getShapeOfPageByIndex() method in SDUtil
|
/aoo4110/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 116 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in getFirstTextbox()
|
Completed in 25 milliseconds