Searched refs:xTableProps1 (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableBasic.java | 297 … XPropertySet xTableProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable1); in testSetTable_AlignmentAndMarginToPage() local 298 … xTableProps1.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.FULL); in testSetTable_AlignmentAndMarginToPage() 299 xTableProps1.setPropertyValue("LeftMargin",2591); in testSetTable_AlignmentAndMarginToPage() 300 xTableProps1.setPropertyValue("RightMargin",3000); in testSetTable_AlignmentAndMarginToPage() 301 xTableProps1.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage() 302 xTableProps1.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage() 499 … XPropertySet xTableProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable1); in testSetTableShadow() local 527 xTableProps1.setPropertyValue("ShadowFormat",shadowFormat[0]); in testSetTableShadow() 604 … XPropertySet xTableProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable1); in testSetTableBackGraphic() local 605 …xTableProps1.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic() [all …]
|