Home
last modified time | relevance | path

Searched refs:findFirstChildAtom (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/workben/msview/
H A Dmsview.cxx104 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
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()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptatom.hxx49 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::Atom
99 inline const Atom* Atom::findFirstChildAtom() const in findFirstChildAtom() function in ppt::Atom
H A Dpptinanimations.cxx1427 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 26 milliseconds