Lines Matching refs:m_filePath
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()
114 m_filePath = Testspace.getPath("temp/CheckFileProperties.odp"); in tearDownDocument()
115 FileUtil.deleteFile(m_filePath); in tearDownDocument()
131 m_filePath = Testspace.getPath("temp/CheckFileProperties.odp"); in setUpConnection()
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()
229 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralCreationDate()
245 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralModifiedBy()
247 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralModifiedBy()
276 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralPrintBy()
278 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralPrintBy()
293 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralPrintDate()
295 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralPrintDate()
312 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralEditingDuration()
314 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralEditingDuration()
331 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralRevisionNumber()
333 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralRevisionNumber()
348 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralTemplateName()
350 m_xSDComponent = app.loadDocument(m_filePath); in testGeneralTemplateName()
387 app.saveDocument(m_xSDComponent, m_filePath); in testDescriptionTitle()
389 m_xSDComponent = app.loadDocument(m_filePath); in testDescriptionTitle()
402 app.saveDocument(m_xSDComponent, m_filePath); in testDescriptionSubject()
404 m_xSDComponent = app.loadDocument(m_filePath); in testDescriptionSubject()
417 app.saveDocument(m_xSDComponent, m_filePath); in testDescriptionKeywords()
420 m_xSDComponent = app.loadDocument(m_filePath); in testDescriptionKeywords()
439 app.saveDocument(m_xSDComponent, m_filePath); in testDescriptionComments()
442 m_xSDComponent = app.loadDocument(m_filePath); in testDescriptionComments()
473 app.saveDocument(m_xSDComponent, m_filePath); in testCustomAddPro_Text()
476 m_xSDComponent = app.loadDocument(m_filePath); in testCustomAddPro_Text()
492 app.saveDocument(m_xSDComponent, m_filePath); in testCustomAddPro_DateTime()
495 m_xSDComponent = app.loadDocument(m_filePath); in testCustomAddPro_DateTime()
510 app.saveDocument(m_xSDComponent, m_filePath); in testCustomAddPro_Date()
513 m_xSDComponent = app.loadDocument(m_filePath); in testCustomAddPro_Date()
529 app.saveDocument(m_xSDComponent, m_filePath); in testCustomAddPro_Duration()
532 m_xSDComponent = app.loadDocument(m_filePath); in testCustomAddPro_Duration()
546 app.saveDocument(m_xSDComponent, m_filePath); in testCustomAddPro_Number()
549 m_xSDComponent = app.loadDocument(m_filePath); in testCustomAddPro_Number()
566 app.saveDocument(m_xSDComponent, m_filePath); in testCustomAddPro_Boolean()
569 m_xSDComponent = app.loadDocument(m_filePath); in testCustomAddPro_Boolean()
594 app.saveDocument(m_xSDComponent, m_filePath); in testCustomRemovePro()
597 m_xSDComponent = app.loadDocument(m_filePath); in testCustomRemovePro()
626 app.saveDocument(m_xSDComponent, m_filePath); in testNoRefresh()
629 m_xSDComponent = app.loadDocument(m_filePath); in testNoRefresh()
642 app.saveDocument(m_xSDComponent, m_filePath); in testRefreshEvery60Secs()
645 m_xSDComponent = app.loadDocument(m_filePath); in testRefreshEvery60Secs()
658 app.saveDocument(m_xSDComponent, m_filePath); in testRedirect()
661 m_xSDComponent = app.loadDocument(m_filePath); in testRedirect()