Searched refs:findFirstChildAtom (Results 1 – 3 of 3) sorted by relevance
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 Atom232 inline const Atom* Atom::findFirstChildAtom() const in findFirstChildAtom() function in Atom433 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()[all …]
49 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType ) const;55 inline const Atom* findFirstChildAtom() const;86 return findFirstChildAtom( nRecType ) != NULL; in hasChildAtom()89 inline const Atom* Atom::findFirstChildAtom( sal_uInt16 nRecType ) const in findFirstChildAtom() function in ppt::Atom99 inline const Atom* Atom::findFirstChildAtom() const in findFirstChildAtom() function in ppt::Atom
1427 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importTimeContainer()1530 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimationNodeContainer()1600 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateFilterContainer()1682 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateAttributeTargetContainer()1889 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateColorContainer()1961 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateSetContainer()2020 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateContainer()2099 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateMotionContainer()2180 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importCommandContainer()2318 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAudioContainer()[all …]
Completed in 82 milliseconds