/aoo4110/main/xmerge/source/palmtests/qa/comparator/ |
H A D | PalmDB.java | 68 public final class PalmDB { class 87 public PalmDB() { in PalmDB() method in PalmDB 101 public PalmDB(String name, Record[] recs) in PalmDB() method in PalmDB 116 public PalmDB(byte[] name, Record[] recs) in PalmDB() method in PalmDB 294 if (obj instanceof PalmDB) { in equals() 296 PalmDB pdb = (PalmDB) obj; in equals()
|
H A D | PDBDecoder.java | 78 public PalmDB parse(String fileName) throws IOException { in parse() 127 PalmDB pdb = new PalmDB(header.pdbName, recArray); in parse()
|
H A D | SimplePdbCompare.java | 55 PalmDB pdb1=null, pdb2=null; in comparePDB()
|
H A D | PDBHeader.java | 107 pdbName = new byte[PalmDB.NAME_LENGTH]; in read()
|
H A D | pdbcomparison.java | 345 PalmDB pdb1=null, pdb2=null; in comparePDB()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/ |
H A D | PalmDB.java | 72 public final class PalmDB { class 118 public PalmDB(int creatorID, int typeID, int version, short attribute) { in PalmDB() method in PalmDB 141 public PalmDB(String name, int creatorID, int typeID, int version, in PalmDB() method in PalmDB 167 public PalmDB(byte[] name, int creatorID, int typeID, int version, in PalmDB() method in PalmDB 414 if (obj instanceof PalmDB) { in equals() 416 PalmDB pdb = (PalmDB) obj; in equals()
|
H A D | PdbDecoder.java | 80 public PalmDB parse(String fileName) throws IOException { in parse() 136 PalmDB pdb = new PalmDB(header.pdbName, header.creatorID, in parse() 159 public PalmDB parse(byte[] b) throws IOException { in parse() 220 PalmDB pdb = new PalmDB(header.pdbName, header.creatorID, in parse()
|
H A D | PalmDocument.java | 52 private PalmDB pdb; 89 pdb = new PalmDB(name, creatorID, typeID, version, attribute, recs); in PalmDocument() 134 public PalmDB getPdb() { in getPdb() 145 public void setPdb(PalmDB pdb) { in setPdb()
|
H A D | PdbEncoder.java | 59 private PalmDB db = null; 72 public PdbEncoder(PalmDB db) { in PdbEncoder()
|
H A D | PdbHeader.java | 115 pdbName = new byte[PalmDB.NAME_LENGTH]; in read()
|
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | SxcDocumentSerializerImpl.java | 38 import org.openoffice.xmerge.converter.palm.PalmDB; 117 PalmDB.PDB_HEADER_ATTR_BACKUP, records); in serialize()
|
H A D | MinicalcDecoder.java | 42 import org.openoffice.xmerge.converter.palm.PalmDB; 137 PalmDB pdb = palmDoc.getPdb(); in addDeviceContent()
|
H A D | SxcDocumentDeserializerImpl.java | 28 import org.openoffice.xmerge.converter.palm.PalmDB;
|
/aoo4110/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentDeserializerImpl.java | 40 import org.openoffice.xmerge.converter.palm.PalmDB; 99 PalmDB pdb = palmDoc.getPdb(); in deserialize()
|
H A D | DocumentSerializerImpl.java | 40 import org.openoffice.xmerge.converter.palm.PalmDB; 128 0, PalmDB.PDB_HEADER_ATTR_BACKUP, records); in serialize()
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 40 import org.openoffice.xmerge.converter.palm.PalmDB; 168 PalmDB.PDB_HEADER_ATTR_BACKUP, records); in serialize()
|
H A D | DocumentDeserializerImpl.java | 36 import org.openoffice.xmerge.converter.palm.PalmDB; 114 PalmDB pdb = palmDoc.getPdb(); in deserialize()
|