Searched refs:xTableProps4 (Results 1 – 1 of 1) sorted by relevance
/aoo42x/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 627 xTableProps4.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic() [all …]
|
Completed in 19 milliseconds