Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java86 final public static int SUPERSCRIPT = 0x10; field in WseTextRun
126 if (ts.isSet(TextStyle.SUPERSCRIPT) && ts.getAttribute(TextStyle.SUPERSCRIPT)) in WseTextRun()
127 modifiers |= SUPERSCRIPT; in WseTextRun()
281 if ((modifiers & SUPERSCRIPT) != 0) mod |= TextStyle.SUPERSCRIPT; in makeStyle()
286 | TextStyle.STRIKETHRU | TextStyle.SUPERSCRIPT in makeStyle()
315 if ((modifiers & SUPERSCRIPT) != 0) System.out.print("SUPERSCRIPT,"); in dump()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java54 final public static int SUPERSCRIPT = 0x10; field in TextStyle
222 turnAttributesOn(SUPERSCRIPT); in handleAttribute()
226 turnAttributesOff(SUPERSCRIPT | SUBSCRIPT); in handleAttribute()
239 else if (amount > 0) turnAttributesOn(SUPERSCRIPT); in handleAttribute()
595 if ((mask & SUPERSCRIPT) != 0) in writeAttributes()
596 if ((values & SUPERSCRIPT) != 0) in writeAttributes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java175 fmt.setAttribute(Format.SUPERSCRIPT, true); in handleAttribute()
179 fmt.setAttribute(Format.SUPERSCRIPT | Format.SUBSCRIPT, false); in handleAttribute()
192 else if (amount > 0) fmt.setAttribute(Format.SUPERSCRIPT, false); in handleAttribute()
412 if (fmt.getAttribute(Format.SUPERSCRIPT)) in writeAttributes()
H A DFormat.java56 final public static int SUPERSCRIPT = 0x10; field in Format
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx69 nValue = SUPERSCRIPT; in setSuperscript()
83 return uno::makeAny( ( nValue == SUPERSCRIPT ) ); in getSuperscript()
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx109 nValue = SUPERSCRIPT; in setSuperscript()
146 return uno::makeAny( ( nValue == SUPERSCRIPT ) ); in getSuperscript()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbafontbase.hxx41 const short SUPERSCRIPT = 33; variable

Completed in 53 milliseconds