Lines Matching refs:sun

33 import com.sun.star.uno.UnoRuntime;
34 import com.sun.star.text.*;
35 import com.sun.star.lang.XMultiServiceFactory;
36 import com.sun.star.beans.PropertyValue;
37 import com.sun.star.beans.XPropertySet;
38 import com.sun.star.container.XIndexAccess;
39 import com.sun.star.table.*;
40 import com.sun.star.frame.XStorable;
298 xTableProps1.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.FULL); in testSetTable_AlignmentAndMarginToPage()
306 xTableProps2.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.NONE); in testSetTable_AlignmentAndMarginToPage()
314 xTableProps3.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.CENTER); in testSetTable_AlignmentAndMarginToPage()
322 xTableProps4.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.LEFT); in testSetTable_AlignmentAndMarginToPage()
330 xTableProps5.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.LEFT_AND_WIDTH); in testSetTable_AlignmentAndMarginToPage()
336 xTableProps6.setPropertyValue("HoriOrient",com.sun.star.text.HoriOrientation.RIGHT); in testSetTable_AlignmentAndMarginToPage()
358 …assertEquals("assert table alignment as automatic",com.sun.star.text.HoriOrientation.FULL,xTablePr… in testSetTable_AlignmentAndMarginToPage()
366 …assertEquals("assert table alignment as manual",com.sun.star.text.HoriOrientation.NONE,xTableProps… in testSetTable_AlignmentAndMarginToPage()
374 …assertEquals("assert table alignment as center",com.sun.star.text.HoriOrientation.CENTER,xTablePro… in testSetTable_AlignmentAndMarginToPage()
380 …assertEquals("assert table alignment as left",com.sun.star.text.HoriOrientation.LEFT,xTableProps_a… in testSetTable_AlignmentAndMarginToPage()
386 …assertEquals("assert table alignment as from left",com.sun.star.text.HoriOrientation.LEFT,xTablePr… in testSetTable_AlignmentAndMarginToPage()
392 …assertEquals("assert table alignment as right",com.sun.star.text.HoriOrientation.RIGHT,xTableProps… in testSetTable_AlignmentAndMarginToPage()
607 …xTableProps1.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_BOTTOM… in testSetTableBackGraphic()
614 …xTableProps2.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_MIDDLE… in testSetTableBackGraphic()
621 …xTableProps3.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_TOP); in testSetTableBackGraphic()
628 …xTableProps4.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_BOTT… in testSetTableBackGraphic()
635 …xTableProps5.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_MIDD… in testSetTableBackGraphic()
642 …xTableProps6.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_TOP)… in testSetTableBackGraphic()
649 xTableProps7.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.NONE); in testSetTableBackGraphic()
656 …xTableProps8.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_BOTTO… in testSetTableBackGraphic()
663 …xTableProps9.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_MIDDL… in testSetTableBackGraphic()
670 …xTableProps10.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_TOP); in testSetTableBackGraphic()
677 xTableProps11.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.AREA); in testSetTableBackGraphic()
697 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.LEFT_BOTTOM,xT… in testSetTableBackGraphic()
704 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.LEFT_MIDDLE,xT… in testSetTableBackGraphic()
711 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.LEFT_TOP,xTabl… in testSetTableBackGraphic()
718 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.MIDDLE_BOTTOM,… in testSetTableBackGraphic()
725 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.MIDDLE_MIDDLE,… in testSetTableBackGraphic()
732 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.MIDDLE_TOP,xTa… in testSetTableBackGraphic()
739 …assertEquals("verify table backgraphic location is title",com.sun.star.style.GraphicLocation.NONE,… in testSetTableBackGraphic()
744 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.RIGHT_BOTTOM,x… in testSetTableBackGraphic()
751 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.RIGHT_MIDDLE,x… in testSetTableBackGraphic()
758 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.RIGHT_TOP,xTab… in testSetTableBackGraphic()
765 …assertEquals("verify table backgraphic location",com.sun.star.style.GraphicLocation.AREA,xTablePro… in testSetTableBackGraphic()