Lines Matching refs:findFirstChildAtom
104 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType ) const;
110 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const;
116 inline const Atom* findFirstChildAtom() const;
209 return findFirstChildAtom( nRecType ) != NULL; in hasChildAtom()
214 return findFirstChildAtom( nRecType, nRecInstance ) != NULL; in hasChildAtom()
217 inline const Atom* Atom::findFirstChildAtom( sal_uInt16 nRecType ) const in findFirstChildAtom() function in Atom
227 inline const Atom* Atom::findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const in findFirstChildAtom() function in Atom
232 inline const Atom* Atom::findFirstChildAtom() const in findFirstChildAtom() function in Atom
433 Atom* pChildAtom1 = const_cast< Atom* >( findFirstChildAtom() ); in compare()
437 Atom* pChildAtom2 = const_cast< Atom* >( pAtom->findFirstChildAtom() ); in compare()
719 if( pAtom->isContainer() && pAtom->findFirstChildAtom() ) in InsertAtom()
724 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in InsertAtom()