Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java329 XPropertySet xTableProps5 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable5); in testSetTable_AlignmentAndMarginToPage() local
330 xTableProps5.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.LEFT_AND_WIDTH); in testSetTable_AlignmentAndMarginToPage()
331 xTableProps5.setPropertyValue("TopMargin",2000); in testSetTable_AlignmentAndMarginToPage()
332 xTableProps5.setPropertyValue("BottomMargin",2000); in testSetTable_AlignmentAndMarginToPage()
511 …XPropertySet xTableProps5 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable5); in testSetTableShadow() local
531 xTableProps5.setPropertyValue("ShadowFormat",shadowFormat[4]); in testSetTableShadow()
632 XPropertySet xTableProps5 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable5); in testSetTableBackGraphic() local
633xTableProps5.setPropertyValue("BackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.j… in testSetTableBackGraphic()
634 xTableProps5.setPropertyValue("BackGraphicFilter","draw_jpg_Export"); in testSetTableBackGraphic()
635xTableProps5.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_MIDD… in testSetTableBackGraphic()

Completed in 38 milliseconds