Searched refs:xTableProps3 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableBasic.java | 313 … XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTable_AlignmentAndMarginToPage() local 314 xTableProps3.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.CENTER); in testSetTable_AlignmentAndMarginToPage() 315 xTableProps3.setPropertyValue("LeftMargin",2000); in testSetTable_AlignmentAndMarginToPage() 316 xTableProps3.setPropertyValue("RightMargin",3000); in testSetTable_AlignmentAndMarginToPage() 317 xTableProps3.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage() 318 xTableProps3.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage() 505 … XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTableShadow() local 529 xTableProps3.setPropertyValue("ShadowFormat",shadowFormat[2]); in testSetTableShadow() 618 … XPropertySet xTableProps3 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable3); in testSetTableBackGraphic() local 619 …xTableProps3.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic() [all …]
|