Lines Matching refs:FontStrikeout
70 xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.BOLD)); in testCharacterStrikeThroughSetting()
73 …xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.DONTKNOW)); in testCharacterStrikeThroughSetting()
76 …xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.DOUBLE)); in testCharacterStrikeThroughSetting()
79 xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.NONE)); in testCharacterStrikeThroughSetting()
82 …xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.SINGLE)); in testCharacterStrikeThroughSetting()
85 xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.SLASH)); in testCharacterStrikeThroughSetting()
88 xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.X)); in testCharacterStrikeThroughSetting()
118 …assertEquals("assert strikethrough is bold",com.sun.star.awt.FontStrikeout.BOLD,xCursorProps_asser… in testCharacterStrikeThroughSetting()
121 …assertEquals("assert strikethrough is don'tknow",com.sun.star.awt.FontStrikeout.NONE,xCursorProps_… in testCharacterStrikeThroughSetting()
124 …assertEquals("assert strikethrough is double",com.sun.star.awt.FontStrikeout.DOUBLE,xCursorProps_a… in testCharacterStrikeThroughSetting()
127 …assertEquals("assert strikethrough is without",com.sun.star.awt.FontStrikeout.NONE,xCursorProps_as… in testCharacterStrikeThroughSetting()
130 …assertEquals("assert strikethrough is single",com.sun.star.awt.FontStrikeout.SINGLE,xCursorProps_a… in testCharacterStrikeThroughSetting()
133 …assertEquals("assert strikethrough is with /",com.sun.star.awt.FontStrikeout.SLASH,xCursorProps_as… in testCharacterStrikeThroughSetting()
136 …assertEquals("assert strikethrough is with X",com.sun.star.awt.FontStrikeout.X,xCursorProps_assert… in testCharacterStrikeThroughSetting()
146 ….doc assert strikethrough is SINGLE instead of bold",com.sun.star.awt.FontStrikeout.SINGLE,xCursor… in testCharacterStrikeThroughSetting()
149 …assert strikethrough is SINGLE instead of don'tknow",com.sun.star.awt.FontStrikeout.SINGLE,xCursor… in testCharacterStrikeThroughSetting()
152 …assertEquals("assert strikethrough is double",com.sun.star.awt.FontStrikeout.DOUBLE,xCursorProps_a… in testCharacterStrikeThroughSetting()
155 …assertEquals("assert strikethrough is without",com.sun.star.awt.FontStrikeout.NONE,xCursorProps_as… in testCharacterStrikeThroughSetting()
158 …assertEquals("assert strikethrough is single",com.sun.star.awt.FontStrikeout.SINGLE,xCursorProps_a… in testCharacterStrikeThroughSetting()
161 …or .doc assert strikethrough is SINGLE instead of /",com.sun.star.awt.FontStrikeout.SINGLE,xCursor… in testCharacterStrikeThroughSetting()
164 …or .doc assert strikethrough is SINGLE instead of X",com.sun.star.awt.FontStrikeout.SINGLE,xCursor… in testCharacterStrikeThroughSetting()