Lines Matching refs:nRecInstance
101 inline bool hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const;
110 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const;
113 …const Atom* findNextChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance, const Atom* pLast ) c…
168 ( maRecordHeader.nRecInstance == rAtom.maRecordHeader.nRecInstance ); in operator ==()
212 inline bool Atom::hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const in hasChildAtom()
214 return findFirstChildAtom( nRecType, nRecInstance ) != NULL; in hasChildAtom()
227 inline const Atom* Atom::findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const in findFirstChildAtom()
229 return findNextChildAtom( nRecType, nRecInstance, NULL ); in findFirstChildAtom()
260 return maRecordHeader.nRecInstance; in getInstance()
352 aRootRecordHeader.nRecInstance = 0; in import()
374 const Atom* Atom::findNextChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance, const Atom* pLas… in findNextChildAtom() argument
377 …ld->maRecordHeader.nRecType != nRecType) && (pChild->maRecordHeader.nRecInstance != nRecInstance) ) in findNextChildAtom()
974 (UINT32)rHeader.nRecInstance, in GetAtomText()