Home
last modified time | relevance | path

Searched refs:setDefaultPageStyleProperty (Results 1 – 8 of 8) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java106 …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()
110 …SWUtil.setDefaultPageStyleProperty(xComponent, bottomMarginProperty, Integer.valueOf(this.bottomMa… in testPage()
111 …SWUtil.setDefaultPageStyleProperty(xComponent, leftMarginProperty, Integer.valueOf(this.leftMargin… in testPage()
112 …SWUtil.setDefaultPageStyleProperty(xComponent, rightMarginProperty, Integer.valueOf(this.rightMarg… in testPage()
H A DCheckFooterHeader.java113 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()
H A DCheckBorder.java112 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()
H A DCheckBackGraphic.java98 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeaderBackground()
99 SWUtil.setDefaultPageStyleProperty(xComponent, backGraphicURLProperty, backGraphicURL); in testFooterHeaderBackground()
H A DCheckBackColor.java96 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeaderBackground()
97 SWUtil.setDefaultPageStyleProperty(xComponent, backColorProperty, Integer.valueOf(backColor)); in testFooterHeaderBackground()
H A DCheckShadowFormat.java120 SWUtil.setDefaultPageStyleProperty(xComponent, onProperty, new Boolean(true)); in testFooterHeader()
121 SWUtil.setDefaultPageStyleProperty(xComponent, shadowFormatProperty, this.shadowFormat); in testFooterHeader()
H A DCheckPageLayout.java96 …SWUtil.setDefaultPageStyleProperty(xComponent, this.pageStyleLayoutProperty, this.pageStyleLayout); in testPageStyleLayout()
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java229 …public static void setDefaultPageStyleProperty(XComponent xComponent, String propertyName, Object … in setDefaultPageStyleProperty() method in SWUtil

Completed in 31 milliseconds