/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 113 app.closeDocument(m_xSDComponent); in tearDownDocument() 150 app.closeDocument(m_xSDComponent); in testGeneralAuthor() 228 app.closeDocument(m_xSDComponent); in testGeneralCreationDate() 246 app.closeDocument(m_xSDComponent); in testGeneralModifiedBy() 277 app.closeDocument(m_xSDComponent); in testGeneralPrintBy() 294 app.closeDocument(m_xSDComponent); in testGeneralPrintDate() 313 app.closeDocument(m_xSDComponent); in testGeneralEditingDuration() 332 app.closeDocument(m_xSDComponent); in testGeneralRevisionNumber() 349 app.closeDocument(m_xSDComponent); in testGeneralTemplateName() 388 app.closeDocument(m_xSDComponent); in testDescriptionTitle() [all …]
|
/aoo42x/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 72 private XComponent m_xSDComponent = null; field in CheckCharacterStyle 126 m_xSDComponent.dispose(); in tearDown() 137 app.saveDocument(m_xSDComponent, filePath); in testFontColor() 138 m_xSDComponent.dispose(); in testFontColor() 152 app.saveDocument(m_xSDComponent, filePath); in testFontUnderline() 153 m_xSDComponent.dispose(); in testFontUnderline() 167 app.saveDocument(m_xSDComponent, filePath); in testFontSize() 168 m_xSDComponent.dispose(); in testFontSize() 181 app.saveDocument(m_xSDComponent, filePath); in testFontBoldStyle() 182 m_xSDComponent.dispose(); in testFontBoldStyle() [all …]
|
/aoo42x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 99 app.closeDocument(m_xSDComponent); in tearDownDocument() 160 app.closeDocument(m_xSDComponent); in testPrefix() 203 app.closeDocument(m_xSDComponent); in testSuffix() 247 app.closeDocument(m_xSDComponent); in testStartWith() 296 app.closeDocument(m_xSDComponent); in testFirstLineOffset() 341 app.closeDocument(m_xSDComponent); in testLeftMargin() 391 app.closeDocument(m_xSDComponent); in testSymbolTextDistance() 424 app.closeDocument(m_xSDComponent); in testAjustRight() 469 app.closeDocument(m_xSDComponent); in testAjustCenter() 500 app.closeDocument(m_xSDComponent); in testAjustLeft() [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 | 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 | 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 | 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()
|
/aoo42x/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()
|