Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sw/page/
H A DCheckBorder.java62 private String borderDistanceProperty = ""; field in CheckBorder
67 public CheckBorder(String onProperty, String borderProperty, String borderDistanceProperty, in CheckBorder() argument
77 this.borderDistanceProperty = borderDistanceProperty; in CheckBorder()
114 …SWUtil.setDefaultPageStyleProperty(xComponent, borderDistanceProperty, Integer.valueOf(borderDista… in testFooterHeaderBorder()
122 …tance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistanceProperty)).intValue… in testFooterHeaderBorder()
131 …tance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistanceProperty)).intValue… in testFooterHeaderBorder()
145 …Assert.assertEquals(preDes + "-->" + borderDistanceProperty, (double)borderLine.OuterLineWidth, (d… in compareBorder()

Completed in 15 milliseconds