Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java65 public static final int LEFT_ALIGN = 0x01; field in ExtendedFormat
115 } else if(align==Format.LEFT_ALIGN) { in ExtendedFormat()
116 fTextAttr[0] |= LEFT_ALIGN; in ExtendedFormat()
243 int mask = LEFT_ALIGN | CENTER_ALIGN | RIGHT_ALIGN; in getAlign()
247 return Format.LEFT_ALIGN; in getAlign()
255 return Format.LEFT_ALIGN; in getAlign()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java219 fmt.setAlign(Format.LEFT_ALIGN); in handleAttribute()
308 … if ((fmt.getAlign() == Format.LEFT_ALIGN) && (parentFormat.getAlign() != Format.LEFT_ALIGN)) in getResolved()
385 if (fmt.getAlign()==Format.LEFT_ALIGN) in writeAttributes()
H A DFormat.java39 final public static int LEFT_ALIGN = 0x03; field in Format
140 align = LEFT_ALIGN; in clearFormatting()