Searched refs:xTableProps2 (Results 1 – 1 of 1) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableBasic.java | 305 XPropertySet xTableProps2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable2); in testSetTable_AlignmentAndMarginToPage() local 306 xTableProps2.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.NONE); in testSetTable_AlignmentAndMarginToPage() 307 xTableProps2.setPropertyValue("LeftMargin",2591); in testSetTable_AlignmentAndMarginToPage() 308 xTableProps2.setPropertyValue("RightMargin",3000); in testSetTable_AlignmentAndMarginToPage() 309 xTableProps2.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage() 310 xTableProps2.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage() 502 XPropertySet xTableProps2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable2); in testSetTableShadow() local 528 xTableProps2.setPropertyValue("ShadowFormat",shadowFormat[1]); in testSetTableShadow() 611 XPropertySet xTableProps2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable2); in testSetTableBackGraphic() local 613 xTableProps2.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic() [all …]
|
Completed in 13 milliseconds