Searched refs:m_filePath (Results 1 – 6 of 6) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 68 private static String m_filePath = null; field in CheckFileProperties 72 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument() 73 m_xSDComponent = app.loadDocument(m_filePath); in setUpDocument() 115 FileUtil.deleteFile(m_filePath); in tearDownDocument() 132 FileUtil.deleteFile(m_filePath); in setUpConnection() 149 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralAuthor() 151 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralAuthor() 227 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralCreationDate() 245 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralModifiedBy() 276 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralPrintBy() [all …]
|
/trunk/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 65 private String m_filePath = null; field in NumberingProperty 72 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument() 89 app.loadDocument(m_filePath)); in load() 159 app.saveDocument(m_xSDComponent, m_filePath); in testPrefix() 202 app.saveDocument(m_xSDComponent, m_filePath); in testSuffix() 246 app.saveDocument(m_xSDComponent, m_filePath); in testStartWith() 295 app.saveDocument(m_xSDComponent, m_filePath); in testFirstLineOffset() 340 app.saveDocument(m_xSDComponent, m_filePath); in testLeftMargin() 390 app.saveDocument(m_xSDComponent, m_filePath); in testSymbolTextDistance() 423 app.saveDocument(m_xSDComponent, m_filePath); in testAjustRight() [all …]
|
H A D | CheckBulletStyle.java | 62 private String m_filePath = null; field in CheckBulletStyle 70 m_filePath = Testspace.getPath("temp/CheckBulletStyle.odp"); in setUpDocument() 71 if(FileUtil.fileExists(m_filePath)) in setUpDocument() 103 app.loadDocument(m_filePath)); in load() 147 app.saveDocument(m_xSDComponent, m_filePath); in testBulletColor() 167 app.saveDocument(m_xSDComponent, m_filePath); in testBulletSize()
|
H A D | CheckBuildInBullet.java | 69 private String m_filePath = null; field in CheckBuildInBullet 107 m_filePath = Testspace.getPath("temp/CheckBuildInBullet.odp"); in setUp() 109 if(FileUtil.fileExists(m_filePath)) in setUp() 133 app.loadDocument(m_filePath)); in load() 163 app.saveDocument(m_xSDComponent, m_filePath); in testBuildInBullet()
|
H A D | GraphicBulletFromFile.java | 60 private String m_filePath = null; field in GraphicBulletFromFile 66 m_filePath = Testspace.getPath("temp/GraphicBulletFromFile.odp"); in setUpDocument() 70 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument() 84 app.loadDocument(m_filePath)); in load() 139 app.saveDocument(m_xSDComponent, m_filePath); in testGraphicBulletFromFile()
|
H A D | NumberingBulletTypes.java | 70 private String m_filePath = null; field in NumberingBulletTypes 77 m_filePath = Testspace.getPath("temp/NumberingBulletTypes.odp"); in setUpDocument() 78 if (FileUtil.fileExists(m_filePath)) {//load in setUpDocument() 91 app.loadDocument(m_filePath)); in load() 158 app.saveDocument(m_xSDComponent, m_filePath); in testNumberingTypes()
|
Completed in 24 milliseconds