Home
last modified time | relevance | path

Searched refs:SWUtil (Results 1 – 25 of 27) sorted by relevance

12

/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java41 import testlib.uno.SWUtil;
106SWUtil.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()
109SWUtil.setDefaultPageStyleProperty(xComponent, topMarginProperty, Integer.valueOf(this.topMargin)); in testPage()
111SWUtil.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 DCheckFooterHeader.java41 import testlib.uno.SWUtil;
113 SWUtil.setDefaultPageStyleProperty(xComponent, m_onProperty, new Boolean(true)); in testFooterHeader()
114SWUtil.setDefaultPageStyleProperty(xComponent, m_LeftMarginProperty, Integer.valueOf(m_LeftMargin)… in testFooterHeader()
115SWUtil.setDefaultPageStyleProperty(xComponent, m_RightMarginProperty, Integer.valueOf(m_RightMargi… in testFooterHeader()
116SWUtil.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 DCheckBorder.java41 import testlib.uno.SWUtil;
112 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeaderBorder()
113 SWUtil.setDefaultPageStyleProperty(xComponent, borderProperty, borderLine); in testFooterHeaderBorder()
114SWUtil.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 DCheckBackColor.java41 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 DCheckShadowFormat.java41 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 DCheckPageLayout.java42 import testlib.uno.SWUtil;
96SWUtil.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 DCheckBackGraphic.java41 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()
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java34 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 …]
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DPageCountField.java34 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 DPageNumberField.java33 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 DSubjectField.java33 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 DTitleField.java34 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()
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java35 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()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DInsertFrame.java32 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 DFrameBackColor.java31 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 DFrameBorderSpacingtoContent.java31 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 DFrameSize.java32 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 DFrameDescription.java32 import testlib.uno.SWUtil;
78 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameDescription()
H A DFrameHyperlink.java32 import testlib.uno.SWUtil;
79 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameHyperlink()
H A DFrameWrapType.java38 import testlib.uno.SWUtil;
98 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testFrameAnchorType()
H A DFrameAnchorType.java37 import testlib.uno.SWUtil;
90 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testFrameAnchorType()
H A DFramePosition.java37 import testlib.uno.SWUtil;
102 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFramePosition()
H A DFrameBorder.java31 import testlib.uno.SWUtil;
93 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testInsertFrame()
H A DFrameShadow.java38 import testlib.uno.SWUtil;
103 …cument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWUtil.saveTo_Override_re… in testFrameShadow()
H A DFrameBackGraphic.java48 import testlib.uno.SWUtil;
104 …ocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUtil.saveTo_Override_re… in testFrameBackGraphic()

Completed in 70 milliseconds

12