/trunk/test/testuno/source/fvt/uno/sw/field/ |
H A D | PageCountField.java | 99 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testPageCountFieldODT() 101 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testPageCountFieldODT() 127 SWUtil.saveAsODT(docDocument, Testspace.getUrl(docSaveAsODTSample)); in testPageCountFieldDOC() 129 odtDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(docSaveAsODTSample), app); in testPageCountFieldDOC()
|
H A D | PageNumberField.java | 98 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testPageNumberFieldODT() 100 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testPageNumberFieldODT() 127 SWUtil.saveAsODT(docDocument, Testspace.getUrl(docSaveAsODTSample)); in testPageNumberFieldDOC() 129 odtDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(docSaveAsODTSample), app); in testPageNumberFieldDOC()
|
H A D | CheckDateTimeField.java | 99 String url = Testspace.getUrl(tempPath + tempFileName + ".doc"); in testCreateTimeFieldSaveDoc() 118 String url = Testspace.getUrl(tempPath + tempFileName + ".odt"); in testCreateTimeFieldSaveODT() 168 String url = Testspace.getUrl(tempPath + tempFileName + ".doc"); in testCreateDateFieldSaveDoc() 187 String url = Testspace.getUrl(tempPath + tempFileName + ".odt"); in testCreateDateFieldSaveODT()
|
H A D | SubjectField.java | 107 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testSubjectFieldODT() 109 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testSubjectFieldODT()
|
H A D | TitleField.java | 108 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testTitleFieldODT() 110 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testTitleFieldODT()
|
/trunk/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphIndentAndSpacing.java | 86 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testParagraphSpacingSetting() 96 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testParagraphSpacingSetting() 143 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testParagraphIndent() 153 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testParagraphIndent()
|
H A D | ParagraphDropcap.java | 87 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testParagraphDropcapSetting() 97 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testParagraphDropcapSetting() 143 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testParagraphDropcapWholewordSetting() 153 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testParagraphDropcapWholewordSetting()
|
H A D | ParagraphOutlineAndNumbering.java | 84 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testOutlineAndNumbering_NumberStyle() 94 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testOutlineAndNumbering_NumberStyle() 144 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testOutlineAndNumbering_ListStyle() 154 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testOutlineAndNumbering_ListStyle()
|
H A D | ParagraphNumberingAndBullet_CharacterBullet.java | 98 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testNumberingAndBullet_CharacterBullet1() 108 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testNumberingAndBullet_CharacterBullet1() 167 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testNumberingAndBullet_CharacterBullet2() 177 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testNumberingAndBullet_CharacterBullet2()
|
H A D | ParagraphBackColor.java | 80 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testParagraphBackColorSetting() 90 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testParagraphBackColorSetting()
|
/trunk/test/testuno/source/fvt/uno/sw/breaks/ |
H A D | CheckBreaks.java | 100 SWUtil.saveAsODT(textDocument, FileUtil.getUrl(tempFilePathODT)); in testInsertDeleteLineBreak() 114 SWUtil.saveAs(textDocument, "MS Word 97", FileUtil.getUrl(tempFilePathDOC)); in testInsertDeleteLineBreak() 147 SWUtil.saveAsODT(textDocument, FileUtil.getUrl(tempFilePathODT)); in testInsertDeletePageBreak() 162 SWUtil.saveAs(textDocument, "MS Word 97", FileUtil.getUrl(tempFilePathDOC)); in testInsertDeletePageBreak()
|
/trunk/main/configmgr/source/ |
H A D | xcdparser.cxx | 105 reader.getUrl()), in startElement() 114 reader.getUrl()), in startElement() 150 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("> in ")) + reader.getUrl()), in startElement()
|
/trunk/test/testuno/source/fvt/uno/sw/ |
H A D | DocumentTest.java | 150 SWUtil.saveAsDoc(textDocument, FileUtil.getUrl(saveAsFile)); in testSaveAsDocument() 180 xStorable.storeToURL(FileUtil.getUrl(saveAsFile), storeProps); in testExportAsPDF() 218 xStorable.storeToURL(FileUtil.getUrl(saveAsFile), storeProps); in testSaveAsTemplate()
|
/trunk/main/vcl/qa/complex/memCheck/ |
H A D | TestDocument.java | 31 public static String getUrl(String pathName, String fileName) in getUrl() method in TestDocument 36 public static String getUrl(String pathName) in getUrl() method in TestDocument
|
/trunk/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 198 store.storeAsURL(Testspace.getUrl(saveAsFilePath), lProperties); in exportAsODF() 226 xStorable.storeToURL(Testspace.getUrl(saveAsFilePath), aMediaDescriptor); in exportAsPDF() 300 String urlPath = Testspace.getUrl(filePath); in loadSampleFile()
|
/trunk/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | CharacterBackColor.java | 73 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterBackColorSetting() 83 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterBackColorSetting()
|
H A D | CharacterBlink.java | 81 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterBlinkSetting() 91 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterBlinkSetting()
|
H A D | CharacterColor.java | 81 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterColorSetting() 91 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterColorSetting()
|
H A D | CharacterHidden.java | 81 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterHiddenSetting() 91 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterHiddenSetting()
|
H A D | CharacterOutline.java | 81 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterOutlineSetting() 91 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterOutlineSetting()
|
H A D | CharacterShadow.java | 81 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterShadowSetting() 91 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterShadowSetting()
|
H A D | CharacterSize.java | 73 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterSizeSetting() 83 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterSizeSetting()
|
H A D | CharacterLocale.java | 64 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterLocaleSetting() 74 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterLocaleSetting()
|
H A D | CharacterStyle.java | 75 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterStyleSetting() 85 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterStyleSetting()
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | Testspace.java | 62 public static String getUrl(String filePath) { in getUrl() method in Testspace 63 return FileUtil.getUrl(getFile(filePath)); in getUrl()
|