Home
last modified time | relevance | path

Searched refs:getAlign (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java308 … if ((fmt.getAlign() == Format.LEFT_ALIGN) && (parentFormat.getAlign() != Format.LEFT_ALIGN)) in getResolved()
309 resolvedFormat.setAlign(parentFormat.getAlign()); in getResolved()
382 if (fmt.getAlign()==Format.RIGHT_ALIGN) in writeAttributes()
385 if (fmt.getAlign()==Format.LEFT_ALIGN) in writeAttributes()
388 if (fmt.getAlign()==Format.CENTER_ALIGN) in writeAttributes()
H A DFormat.java121 align = fmt.getAlign(); in Format()
348 public int getAlign() { in getAlign() method in Format
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java110 int align = fmt.getAlign(); in ExtendedFormat()
241 public int getAlign() { in getAlign() method in ExtendedFormat
294 if(this.getAlign() != rhs.getAlign()) in compareTo()
/aoo42x/main/qadevOOo/tests/java/ifc/awt/
H A D_XFixedText.java96 short getAlign = oObj.getAlignment() ; in _setAlignment() local
97 result = newAlign == getAlign ; in _setAlignment()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java417 fmt.setAlign(xf.getAlign()); in readCellFormat()

Completed in 30 milliseconds