/aoo42x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckPage.java | 41 import testlib.uno.SWUtil; 106 …SWUtil.setDefaultPageStyleProperty(xComponent, isLandscapeProperty, new Boolean(this.isLandscape)); in testPage() 107 SWUtil.setDefaultPageStyleProperty(xComponent, widthProperty, Integer.valueOf(this.width)); in testPage() 108 SWUtil.setDefaultPageStyleProperty(xComponent, heightProperty, Integer.valueOf(this.height)); in testPage() 109 …SWUtil.setDefaultPageStyleProperty(xComponent, topMarginProperty, Integer.valueOf(this.topMargin)); in testPage() 111 …SWUtil.setDefaultPageStyleProperty(xComponent, leftMarginProperty, Integer.valueOf(this.leftMargin… in testPage() 120 …int actualWidth = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, widthProperty)).intValu… in testPage() 132 SWUtil.saveAsDoc(xComponent, FileUtil.getUrl(tempFilePathDOC)); in testPage() 137 … actualWidth = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, widthProperty)).intValue(); in testPage() 138 …actualHeight = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, heightProperty)).intValue(… in testPage() [all …]
|
H A D | CheckFooterHeader.java | 41 import testlib.uno.SWUtil; 113 SWUtil.setDefaultPageStyleProperty(xComponent, m_onProperty, new Boolean(true)); in testFooterHeader() 114 …SWUtil.setDefaultPageStyleProperty(xComponent, m_LeftMarginProperty, Integer.valueOf(m_LeftMargin)… in testFooterHeader() 115 …SWUtil.setDefaultPageStyleProperty(xComponent, m_RightMarginProperty, Integer.valueOf(m_RightMargi… in testFooterHeader() 116 …SWUtil.setDefaultPageStyleProperty(xComponent, m_BodyDistanceProperty, Integer.valueOf(m_BodyDista… in testFooterHeader() 117 SWUtil.setDefaultPageStyleProperty(xComponent, m_HeightProperty, Integer.valueOf(m_Height)); in testFooterHeader() 127 …int height = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_HeightProperty)).intValue(… in testFooterHeader() 132 SWUtil.saveAsDoc(xComponent, FileUtil.getUrl(tempFilePathDOC)); in testFooterHeader() 135 …leftMargin = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_LeftMarginProperty)).intVa… in testFooterHeader() 136 …rightMargin = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_RightMarginProperty)).int… in testFooterHeader() [all …]
|
H A D | CheckBorder.java | 41 import testlib.uno.SWUtil; 112 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeaderBorder() 113 SWUtil.setDefaultPageStyleProperty(xComponent, borderProperty, borderLine); in testFooterHeaderBorder() 114 …SWUtil.setDefaultPageStyleProperty(xComponent, borderDistanceProperty, Integer.valueOf(borderDista… in testFooterHeaderBorder() 121 …BorderLine actualBorderLine = (BorderLine)SWUtil.getDefaultPageStyleProperty(xComponent, borderPro… in testFooterHeaderBorder() 122 …int actualBorderDistance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistance… in testFooterHeaderBorder() 127 SWUtil.saveAsDoc(xComponent, FileUtil.getUrl(tempFilePathDOC)); in testFooterHeaderBorder() 130 actualBorderLine = (BorderLine)SWUtil.getDefaultPageStyleProperty(xComponent, borderProperty); in testFooterHeaderBorder() 131 …actualBorderDistance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistanceProp… in testFooterHeaderBorder()
|
H A D | CheckBackColor.java | 41 import testlib.uno.SWUtil; 96 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeaderBackground() 97 SWUtil.setDefaultPageStyleProperty(xComponent, backColorProperty, Integer.valueOf(backColor)); in testFooterHeaderBackground() 104 …int color = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, backColorProperty)).intValue(… in testFooterHeaderBackground() 110 SWUtil.saveAsDoc(xComponent, FileUtil.getUrl(tempFilePathDOC)); in testFooterHeaderBackground() 113 … color = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, backColorProperty)).intValue(); in testFooterHeaderBackground()
|
H A D | CheckShadowFormat.java | 41 import testlib.uno.SWUtil; 120 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeader() 121 SWUtil.setDefaultPageStyleProperty(xComponent, shadowFormatProperty, this.shadowFormat); in testFooterHeader() 128 …ShadowFormat actualShadowFormat = (ShadowFormat)SWUtil.getDefaultPageStyleProperty(xComponent, sha… in testFooterHeader() 133 SWUtil.saveAsDoc(xComponent, FileUtil.getUrl(tempFilePathDOC)); in testFooterHeader() 136 …actualShadowFormat = (ShadowFormat)SWUtil.getDefaultPageStyleProperty(xComponent, shadowFormatProp… in testFooterHeader()
|
H A D | CheckPageLayout.java | 42 import testlib.uno.SWUtil; 96 …SWUtil.setDefaultPageStyleProperty(xComponent, this.pageStyleLayoutProperty, this.pageStyleLayout); in testPageStyleLayout() 103 …PageStyleLayout actualPageStyleLayout = (PageStyleLayout)SWUtil.getDefaultPageStyleProperty(xCompo… in testPageStyleLayout() 108 SWUtil.saveAsDoc(xComponent, FileUtil.getUrl(tempFilePathDOC)); in testPageStyleLayout() 112 …actualPageStyleLayout = (PageStyleLayout)SWUtil.getDefaultPageStyleProperty(xComponent, this.pageS… in testPageStyleLayout()
|
H A D | CheckBackGraphic.java | 41 import testlib.uno.SWUtil; 98 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeaderBackground() 99 SWUtil.setDefaultPageStyleProperty(xComponent, backGraphicURLProperty, backGraphicURL); in testFooterHeaderBackground() 106 String graphic = (String)SWUtil.getDefaultPageStyleProperty(xComponent, backGraphicURLProperty); in testFooterHeaderBackground()
|
/aoo42x/test/testuno/source/fvt/uno/sw/breaks/ |
H A D | CheckBreaks.java | 34 import testlib.uno.SWUtil; 100 SWUtil.saveAsODT(textDocument, FileUtil.getUrl(tempFilePathODT)); in testInsertDeleteLineBreak() 139 int pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() 143 pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() 147 SWUtil.saveAsODT(textDocument, FileUtil.getUrl(tempFilePathODT)); in testInsertDeletePageBreak() 151 pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() 154 pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() 158 pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() 166 pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() 170 pageCount = SWUtil.getPageCount(textDocument); in testInsertDeletePageBreak() [all …]
|
/aoo42x/test/testuno/source/fvt/uno/sw/field/ |
H A D | PageCountField.java | 34 import testlib.uno.SWUtil; 91 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testPageCountFieldODT() 95 odtDocument = SWUtil.saveAndReload(odtDocument, app); in testPageCountFieldODT() 99 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testPageCountFieldODT() 101 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testPageCountFieldODT() 119 docDocument = SWUtil.openDocument(Testspace.prepareData(docSample), app); in testPageCountFieldDOC() 123 docDocument = SWUtil.saveAndReload(docDocument, app); in testPageCountFieldDOC() 127 SWUtil.saveAsODT(docDocument, Testspace.getUrl(docSaveAsODTSample)); in testPageCountFieldDOC() 129 odtDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(docSaveAsODTSample), app); in testPageCountFieldDOC() 151 SWUtil.moveCuror2Start(document); in createPageCountField()
|
H A D | PageNumberField.java | 33 import testlib.uno.SWUtil; 90 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testPageNumberFieldODT() 94 odtDocument = SWUtil.saveAndReload(odtDocument, app); in testPageNumberFieldODT() 98 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testPageNumberFieldODT() 100 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testPageNumberFieldODT() 119 docDocument = SWUtil.openDocument(Testspace.prepareData(docSample), app); in testPageNumberFieldDOC() 123 docDocument = SWUtil.saveAndReload(docDocument, app); in testPageNumberFieldDOC() 127 SWUtil.saveAsODT(docDocument, Testspace.getUrl(docSaveAsODTSample)); in testPageNumberFieldDOC() 129 odtDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(docSaveAsODTSample), app); in testPageNumberFieldDOC() 151 SWUtil.moveCuror2End(document); in createPageNumberFiled()
|
H A D | SubjectField.java | 33 import testlib.uno.SWUtil; 87 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testSubjectFieldODT() 97 SWUtil.setDocumentProperty(odtDocument, "Subject", subjectStr); in testSubjectFieldODT() 102 odtDocument = SWUtil.saveAndReload(odtDocument, app); in testSubjectFieldODT() 107 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testSubjectFieldODT() 109 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testSubjectFieldODT() 162 SWUtil.moveCuror2Start(document); in createSubjectFiled()
|
H A D | TitleField.java | 34 import testlib.uno.SWUtil; 88 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testTitleFieldODT() 98 SWUtil.setDocumentProperty(odtDocument, "Title", titleStr); in testTitleFieldODT() 103 odtDocument = SWUtil.saveAndReload(odtDocument, app); in testTitleFieldODT() 108 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testTitleFieldODT() 110 docDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(odtSaveAsDocSample), app); in testTitleFieldODT() 163 SWUtil.moveCuror2Start(document); in createTitleFiled()
|
/aoo42x/test/testuno/source/fvt/uno/sw/ |
H A D | DocumentTest.java | 35 import testlib.uno.SWUtil; 97 XComponent component = SWUtil.newDocumentFromTemplate(workingTemplatePath,unoApp); in testNewDocumentFromTemplate() 123 SWUtil.save(textDocument); in testSaveDocument() 150 SWUtil.saveAsDoc(textDocument, FileUtil.getUrl(saveAsFile)); in testSaveAsDocument()
|
/aoo42x/test/testuno/source/fvt/uno/sw/frame/ |
H A D | InsertFrame.java | 32 import testlib.uno.SWUtil; 74 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testInsertFrame() 79 …ocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testInsertFrame()
|
H A D | FrameBackColor.java | 31 import testlib.uno.SWUtil; 71 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameBackColor() 80 …ocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameBackColor()
|
H A D | FrameBorderSpacingtoContent.java | 31 import testlib.uno.SWUtil; 72 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameBorderSpacingtoContent() 84 …ocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameBorderSpacingtoContent()
|
H A D | FrameSize.java | 32 import testlib.uno.SWUtil; 83 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameSize() 93 …ocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameSize()
|
H A D | FrameDescription.java | 32 import testlib.uno.SWUtil; 78 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameDescription()
|
H A D | FrameHyperlink.java | 32 import testlib.uno.SWUtil; 79 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameHyperlink()
|
H A D | FrameWrapType.java | 38 import testlib.uno.SWUtil; 98 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testFrameAnchorType()
|
H A D | FrameAnchorType.java | 37 import testlib.uno.SWUtil; 90 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testFrameAnchorType()
|
H A D | FramePosition.java | 37 import testlib.uno.SWUtil; 102 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFramePosition()
|
H A D | FrameBorder.java | 31 import testlib.uno.SWUtil; 93 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testInsertFrame()
|
H A D | FrameShadow.java | 38 import testlib.uno.SWUtil; 103 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testFrameShadow()
|
H A D | FrameBackGraphic.java | 48 import testlib.uno.SWUtil; 104 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameBackGraphic()
|