Searched refs:xTableProps4 (Results 1 – 1 of 1) sorted by relevance
| /trunk/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableBasic.java | 321 … XPropertySet xTableProps4 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable4); in testSetTable_AlignmentAndMarginToPage() local 322 xTableProps4.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.LEFT); in testSetTable_AlignmentAndMarginToPage() 323 xTableProps4.setPropertyValue("KeepTogether",true); in testSetTable_AlignmentAndMarginToPage() 324 xTableProps4.setPropertyValue("RightMargin",2000); in testSetTable_AlignmentAndMarginToPage() 325 xTableProps4.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage() 326 xTableProps4.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage() 508 … XPropertySet xTableProps4 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable4); in testSetTableShadow() local 530 xTableProps4.setPropertyValue("ShadowFormat",shadowFormat[3]); in testSetTableShadow() 625 … XPropertySet xTableProps4 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable4); in testSetTableBackGraphic() local 626 …xTableProps4.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic() [all …]
|