Home
last modified time | relevance | path

Searched defs:write (Results 26 – 50 of 147) sorted by last modified time

123456

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DEmbeddedXMLObject.java227 void write(OfficeZip zip) throws IOException { in write() method in EmbeddedXMLObject
H A DOfficeDocument.java672 public void write(OutputStream os) throws IOException { in write() method in OfficeDocument
748 public void write(OutputStream os, boolean isZip) throws IOException { in write() method in OfficeDocument
H A DOfficeZip.java387 void write(OutputStream os) throws IOException { in write() method in OfficeZip
H A DEmbeddedBinaryObject.java100 void write(OfficeZip zip) { in write() method in EmbeddedBinaryObject
H A DEmbeddedObject.java103 abstract void write(OfficeZip zip) throws IOException; in write() method in EmbeddedObject
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java253 public void write(OutputStream os) throws IOException { in write() method in PocketWordDocument
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DDocument.java60 public void write(OutputStream os) throws IOException; in write() method
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java222 public void write(OutputStream os) throws IOException { in write() method in DOMDocument
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java351 public void write(OutputStream os) throws IOException { in write() method in PalmDB
H A DPdbEncoder.java121 public void write(OutputStream os) throws IOException { in write() method in PdbEncoder
H A DPdbHeader.java140 public void write(DataOutput out) throws IOException { in write() method in PdbHeader
H A DRecord.java141 public void write(OutputStream outs) throws IOException { in write() method in Record
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFloatNumber.java92 public void write(OutputStream output) throws IOException { in write() method in FloatNumber
H A DFontDescription.java257 public void write(OutputStream output) throws IOException { in write() method in FontDescription
H A DFormula.java175 public void write(OutputStream output) throws IOException { in write() method in Formula
H A DLabelCell.java74 public void write(OutputStream output) throws IOException { in write() method in LabelCell
H A DNumberFormat.java80 public void write(OutputStream output) throws IOException { in write() method in NumberFormat
H A DPane.java205 public void write(OutputStream output) throws IOException { in write() method in Pane
H A DRow.java122 public void write(OutputStream output) throws IOException { in write() method in Row
H A DSelection.java115 public void write(OutputStream output) throws IOException { in write() method in Selection
H A DStringValue.java95 public void write(OutputStream output) throws IOException { in write() method in StringValue
H A DWindow1.java103 public void write(OutputStream output) throws IOException { in write() method in Window1
H A DWindow2.java141 public void write(OutputStream output) throws IOException { in write() method in Window2
H A DWorkbook.java102 public void write(OutputStream os) throws IOException { in write() method in Workbook
H A DWorksheet.java74 public void write(OutputStream os) throws IOException { in write() method in Worksheet

Completed in 67 milliseconds

123456