Lines Matching refs:xTableProps2
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
612 …xTableProps2.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic()
613 xTableProps2.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
614 …xTableProps2.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_MIDDLE… in testSetTableBackGraphic()