Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java83 final public static int ITALIC = 0x02; field in WseTextRun
120 if (ts.isSet(TextStyle.ITALIC) && ts.getAttribute(TextStyle.ITALIC)) in WseTextRun()
121 modifiers |= ITALIC; in WseTextRun()
277 if ((modifiers & ITALIC) != 0) mod |= TextStyle.ITALIC; in makeStyle()
284 int mask = TextStyle.BOLD | TextStyle.ITALIC in makeStyle()
312 if ((modifiers & ITALIC) != 0) System.out.print("ITALIC,"); in dump()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java48 final public static int ITALIC = 0x02; field in TextStyle
201 if (value.equals("italic")) turnAttributesOn(ITALIC); in handleAttribute()
202 else if (value.equals("oblique")) turnAttributesOn(ITALIC); in handleAttribute()
203 else if (value.equals("normal")) turnAttributesOff(ITALIC); in handleAttribute()
583 if ((mask & ITALIC) != 0) in writeAttributes()
584 if ((values & ITALIC) != 0) in writeAttributes()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterStyle.java64 xCursorProps.setPropertyValue("CharPosture",com.sun.star.awt.FontSlant.ITALIC); in testCharacterStyleSetting()
92 …assertEquals(com.sun.star.awt.FontSlant.ITALIC,xCursorProps_assert_odt.getPropertyValue("CharPostu… in testCharacterStyleSetting()
99 …assertEquals(com.sun.star.awt.FontSlant.ITALIC,xCursorProps_assert_doc.getPropertyValue("CharPostu… in testCharacterStyleSetting()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java57 public static final int ITALIC = 0x02; field in FontDescription
69 if (fmt.getAttribute(Format.ITALIC)) in FontDescription()
70 grbit[0] |= ITALIC; in FontDescription()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java178 int mask = TextStyle.BOLD | TextStyle.ITALIC | TextStyle.UNDERLINE in parseText()
307 modifiers |= TextStyle.ITALIC; in parseText()
311 modifiers ^= TextStyle.ITALIC; in parseText()
H A DParagraphTextSegment.java134 if (pStyle.isSet(TextStyle.ITALIC) && pStyle.getAttribute(TextStyle.ITALIC)) { in getData()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java160 fmt.setAttribute(Format.ITALIC, true); in handleAttribute()
162 fmt.setAttribute(Format.ITALIC, false); in handleAttribute()
403 if (fmt.getAttribute(Format.ITALIC)) in writeAttributes()
H A DFormat.java50 final public static int ITALIC = 0x02; field in Format
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java61 tableControlModel.setPropertyValue( "FontSlant", FontSlant.ITALIC ); in checkTableFormattingPersistence()
88 …assertEquals( "wrong font slant", FontSlant.ITALIC, (FontSlant)tableControlModel.getPropertyValue(… in checkTableFormattingPersistence()
/trunk/test/testuno/source/fvt/uno/sd/character/
H A DCheckCharacterStyle.java194 xtextProps.setPropertyValue("CharPosture", com.sun.star.awt.FontSlant.ITALIC); in testFontItalicStyle()
202 …assertEquals("font style should be bold", com.sun.star.awt.FontSlant.ITALIC, xtextProps.getPropert… in testFontItalicStyle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_CharacterPropertiesComplex.java53 testProperty("CharPostureComplex", com.sun.star.awt.FontSlant.ITALIC, in _CharPostureComplex()
H A D_CharacterPropertiesAsian.java54 testProperty("CharPostureAsian", FontSlant.NONE, FontSlant.ITALIC); in _CharPostureAsian()
H A D_CharacterProperties.java153 testProperty("CharPosture", com.sun.star.awt.FontSlant.ITALIC, in _CharPosture()
/trunk/main/offapi/com/sun/star/awt/
H A DFontSlant.idl53 ITALIC,
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelEncoder.java263 ",Italic : " + fmt.getAttribute(Format.ITALIC) + in setCellFormat()
H A DPocketExcelDecoder.java411 fmt.setAttribute(Format.ITALIC, fd.isItalic()); in readCellFormat()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java213 propertyValue.Value = FontSlant.ITALIC; in setAttributes()
H A DAccessibleTextImpl.java337 StyleConstants.setItalic(as, FontSlant.ITALIC.equals(fs)); in setAttribute()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java334 com.sun.star.awt.FontSlant.ITALIC); in manipulateText()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java239 fontDescriptor6.Slant = com.sun.star.awt.FontSlant.ITALIC; in WebWizardDialog()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini516 25=FONT-WEIGHT,FONT-UNDERLINE,FONT-ESCAPEMENT,FONT-ITALIC,FONT-STRIKE
H A Dbiffdumper.ini1387 25=FONT-WEIGHT,FONT-UNDERLINE,FONT-ESCAPEMENT,FONT-ITALIC,FONT-STRIKE
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java246 com.sun.star.awt.FontSlant FS2 = com.sun.star.awt.FontSlant.ITALIC; in changePValue()
/trunk/main/rsc/doku/feinkonz.43/
H A Drsc.doc2544 Nach dem Schl�sselwort ITALIC kann TRUE oder FALSE angegeben werden. Bei

Completed in 81 milliseconds