Searched refs:SDUtil (Results 1 – 10 of 10) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Position.java | 26 import static testlib.uno.SDUtil.saveFileAs; 42 import testlib.uno.SDUtil; 92 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in setUpDocument() 124 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in load()
|
H A D | GraphicPro_Size.java | 26 import static testlib.uno.SDUtil.saveFileAs; 43 import testlib.uno.SDUtil; 88 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in setUpDocument() 119 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in load()
|
H A D | GraphicPro_Border.java | 26 import static testlib.uno.SDUtil.saveFileAs; 44 import testlib.uno.SDUtil; 105 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in setUpDocument() 136 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in load()
|
/aoo41x/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 37 import static testlib.uno.SDUtil.saveFileAs; 49 import testlib.uno.SDUtil; 115 Object firstPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in getFirstTextbox() 116 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in getFirstTextbox()
|
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBulletStyle.java | 47 import testlib.uno.SDUtil; 79 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() 105 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load()
|
H A D | CheckBuildInBullet.java | 49 import testlib.uno.SDUtil; 117 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in setUp() 135 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in load()
|
H A D | GraphicBulletFromFile.java | 43 import testlib.uno.SDUtil; 76 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in setUpDocument() 87 Object firstTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 0); in load()
|
H A D | NumberingBulletTypes.java | 46 import testlib.uno.SDUtil; 84 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() 94 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load()
|
H A D | NumberingProperty.java | 40 import testlib.uno.SDUtil; 78 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in setUpDocument() 92 Object secondTextBox = SDUtil.getShapeOfPageByIndex(firstPage, 1); in load()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | SDUtil.java | 42 public class SDUtil { class 46 private SDUtil() { in SDUtil() method in SDUtil
|
Completed in 50 milliseconds