Home
last modified time | relevance | path

Searched refs:xTableProps6 (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java335 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTable_AlignmentAndMarginToPage() local
336 xTableProps6.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.RIGHT); in testSetTable_AlignmentAndMarginToPage()
337 xTableProps6.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage()
338 xTableProps6.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage()
639 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTableBackGraphic() local
640xTableProps6.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic()
641 xTableProps6.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
642xTableProps6.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_TOP)… in testSetTableBackGraphic()

Completed in 15 milliseconds