Searched refs:typeID (Results 1 – 7 of 7) sorted by relevance
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/ |
H A D | PalmDB.java | 93 private int typeID = 0; field in PalmDB 118 public PalmDB(int creatorID, int typeID, int version, short attribute) { in PalmDB() argument 121 setAttributes(creatorID, typeID, version, attribute); in PalmDB() 141 public PalmDB(String name, int creatorID, int typeID, int version, in PalmDB() argument 145 this(name.getBytes(PdbUtil.ENCODING), creatorID, typeID, version, in PalmDB() 167 public PalmDB(byte[] name, int creatorID, int typeID, int version, in PalmDB() argument 174 setAttributes(creatorID, typeID, version, attribute); in PalmDB() 186 public void setAttributes (int creatorID, int typeID, int version, short attribute) { in setAttributes() argument 188 this.typeID = typeID; in setAttributes() 254 return typeID; in getTypeID()
|
H A D | PdbHeader.java | 84 int typeID = 0; field in PdbHeader 126 typeID = in.readInt(); in read() 151 out.writeInt(typeID); in write()
|
H A D | PalmDocument.java | 86 public PalmDocument(String name, int creatorID, int typeID, int version, in PalmDocument() argument 89 pdb = new PalmDB(name, creatorID, typeID, version, attribute, recs); in PalmDocument()
|
H A D | PdbDecoder.java | 137 header.typeID, header.version, header.attribute, recArray); in parse() 221 header.typeID, header.version, header.attribute, recArray); in parse()
|
H A D | PdbEncoder.java | 83 header.typeID = db.getTypeID(); in PdbEncoder()
|
/trunk/main/xmerge/source/palmtests/qa/comparator/ |
H A D | PDBHeader.java | 77 int typeID = 0; field in PDBHeader 118 typeID = in.readInt(); in read() 142 out.writeInt(typeID); in write()
|
/trunk/main/extensions/source/macosx/spotlight/ |
H A D | main.m | 88 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID); 223 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID) 231 if (CFEqual(typeID,kMDImporterTypeID)){
|
Completed in 42 milliseconds