Home
last modified time | relevance | path

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 DPalmDB.java93 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 DPdbHeader.java84 int typeID = 0; field in PdbHeader
126 typeID = in.readInt(); in read()
151 out.writeInt(typeID); in write()
H A DPalmDocument.java86 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 DPdbDecoder.java137 header.typeID, header.version, header.attribute, recArray); in parse()
221 header.typeID, header.version, header.attribute, recArray); in parse()
H A DPdbEncoder.java83 header.typeID = db.getTypeID(); in PdbEncoder()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DPDBHeader.java77 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 Dmain.m88 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID);
223 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID)
231 if (CFEqual(typeID,kMDImporterTypeID)){

Completed in 27 milliseconds