Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java554 return setFormatCurrency(0, fmt.getDecimalPlaces()); in getFormat()
560 return setFormatFloat(0, fmt.getDecimalPlaces()); in getFormat()
563 return setFormatPercent(0, fmt.getDecimalPlaces()); in getFormat()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java680 fmt.setDecimalPlaces(getDecimalPlaces(node)); in traverseCell()
710 fmt.setDecimalPlaces(getDecimalPlaces(node)); in traverseCell()
729 fmt.setDecimalPlaces(getDecimalPlaces(node)); in traverseCell()
923 protected int getDecimalPlaces(Node node) { in getDecimalPlaces() method in SxcDocumentSerializer
H A DFormat.java115 decimalPlaces = fmt.getDecimalPlaces(); in Format()
271 public int getDecimalPlaces() { in getDecimalPlaces() method in Format

Completed in 35 milliseconds