| /AOO41X/test/testuno/source/fvt/uno/sd/file/ |
| H A D | CheckFileProperties.java | 67 private XComponent m_xSDComponent = null; field in CheckFileProperties 73 m_xSDComponent = app.loadDocument(m_filePath); in setUpDocument() 75 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 107 XDocumentPropertiesSupplier.class, this.m_xSDComponent); in getDocumentProperties() 113 app.closeDocument(m_xSDComponent); in tearDownDocument() 149 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralAuthor() 150 app.closeDocument(m_xSDComponent); in testGeneralAuthor() 151 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralAuthor() 227 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralCreationDate() 228 app.closeDocument(m_xSDComponent); in testGeneralCreationDate() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sd/character/ |
| H A D | CheckCharacterStyle.java | 72 private XComponent m_xSDComponent = null; field in CheckCharacterStyle 100 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in setUp() 106 …m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, app.newDocument("simpres… in setUp() 115 Object firstPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in getFirstTextbox() 126 m_xSDComponent.dispose(); in tearDown() 137 app.saveDocument(m_xSDComponent, filePath); in testFontColor() 138 m_xSDComponent.dispose(); in testFontColor() 140 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testFontColor() 152 app.saveDocument(m_xSDComponent, filePath); in testFontUnderline() 153 m_xSDComponent.dispose(); in testFontUnderline() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sd/bullet/ |
| H A D | NumberingProperty.java | 64 private XComponent m_xSDComponent = null; field in NumberingProperty 75 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 77 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in setUpDocument() 88 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 90 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in load() 91 XDrawPage firstpage = getDrawPageByIndex(m_xSDComponent, 0); in load() 99 app.closeDocument(m_xSDComponent); in tearDownDocument() 159 app.saveDocument(m_xSDComponent, m_filePath); in testPrefix() 160 app.closeDocument(m_xSDComponent); in testPrefix() 202 app.saveDocument(m_xSDComponent, m_filePath); in testSuffix() [all …]
|
| H A D | CheckBulletStyle.java | 61 private XComponent m_xSDComponent = null; field in CheckBulletStyle 77 …m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, app.newDocument("simpres… in setUpDocument() 78 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in setUpDocument() 102 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 104 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in load() 118 app.closeDocument(m_xSDComponent); in tearDownDocument() 147 app.saveDocument(m_xSDComponent, m_filePath); in testBulletColor() 148 app.closeDocument(m_xSDComponent); in testBulletColor() 167 app.saveDocument(m_xSDComponent, m_filePath); in testBulletSize() 168 app.closeDocument(m_xSDComponent); in testBulletSize()
|
| H A D | NumberingBulletTypes.java | 69 private XComponent m_xSDComponent = null; field in NumberingBulletTypes 81 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 83 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in setUpDocument() 90 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 92 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in load() 93 XDrawPage firstpage = getDrawPageByIndex(m_xSDComponent, 0); in load() 101 app.closeDocument(m_xSDComponent); in tearDownDocument() 158 app.saveDocument(m_xSDComponent, m_filePath); in testNumberingTypes() 159 app.closeDocument(m_xSDComponent); in testNumberingTypes()
|
| H A D | GraphicBulletFromFile.java | 59 private XComponent m_xSDComponent = null; field in GraphicBulletFromFile 73 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 75 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in setUpDocument() 83 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 85 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in load() 86 XDrawPage firstpage = getDrawPageByIndex(m_xSDComponent, 0); in load() 94 app.closeDocument(m_xSDComponent); in tearDownDocument() 139 app.saveDocument(m_xSDComponent, m_filePath); in testGraphicBulletFromFile() 141 m_xSDComponent.dispose(); in testGraphicBulletFromFile()
|
| H A D | CheckBuildInBullet.java | 68 private XComponent m_xSDComponent = null; field in CheckBuildInBullet 115 …m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, app.newDocument("simpres… in setUp() 116 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in setUp() 128 app.closeDocument(m_xSDComponent); in tearDown() 132 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 134 Object firstPage = getDrawPageByIndex(m_xSDComponent, 0); in load() 163 app.saveDocument(m_xSDComponent, m_filePath); in testBuildInBullet() 164 app.closeDocument(m_xSDComponent); in testBuildInBullet()
|
| /AOO41X/test/testuno/source/fvt/uno/sd/graphic/ |
| H A D | GraphicPro_Border.java | 60 private XComponent m_xSDComponent = null; field in GraphicPro_Border 103 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 105 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in setUpDocument() 111 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument() 116 app.closeDocument(m_xSDComponent); in tearDownDocument() 134 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 136 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in load() 160 saveFileAs(m_xSDComponent, fileName, fileType); in testGraphicBorder_ODP() 161 app.closeDocument(m_xSDComponent); in testGraphicBorder_ODP() 197 saveFileAs(m_xSDComponent, fileName, fileType); in testGraphicBorder_PPT() [all …]
|
| H A D | GraphicPro_Position.java | 56 private XComponent m_xSDComponent = null; field in GraphicPro_Position 90 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 92 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in setUpDocument() 98 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument() 103 app.closeDocument(m_xSDComponent); in tearDownDocument() 122 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 124 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in load() 138 saveFileAs(m_xSDComponent, fileName, m_fileType); in testPosition() 139 app.closeDocument(m_xSDComponent); in testPosition()
|
| H A D | GraphicPro_Size.java | 57 private XComponent m_xSDComponent = null; field in GraphicPro_Size 86 m_xSDComponent = (XComponent) UnoRuntime.queryInterface( in setUpDocument() 88 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in setUpDocument() 94 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument() 99 app.closeDocument(m_xSDComponent); in tearDownDocument() 117 m_xSDComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, in load() 119 Object drawPage = SDUtil.getPageByIndex(m_xSDComponent, 0); in load() 133 saveFileAs(m_xSDComponent, fileName, m_fileType); in testGraphicSize() 134 app.closeDocument(m_xSDComponent); in testGraphicSize()
|