Lines Matching refs:xTableProps1
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()
606 xTableProps1.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
607 …xTableProps1.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_BOTTOM… in testSetTableBackGraphic()