Home
last modified time | relevance | path

Searched refs:findNextChildAtom (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/workben/msview/
H A Dmsview.cxx107 const Atom* findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const;
119 inline const Atom* findNextChildAtom( const Atom* pLast ) const;
219 return findNextChildAtom( nRecType, NULL ); in findFirstChildAtom()
229 return findNextChildAtom( nRecType, nRecInstance, NULL ); in findFirstChildAtom()
237 inline const Atom* Atom::findNextChildAtom( const Atom* pLast ) const in findNextChildAtom() function in Atom
362 const Atom* Atom::findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const in findNextChildAtom() function in Atom
379 pChild = findNextChildAtom( pChild ); in findNextChildAtom()
395 pSearch = const_cast< Atom* >( pContainer->findNextChildAtom( pSearch ) ); in findFirstEqualAtom()
407 pAtom = const_cast< Atom* >( pContainer->findNextChildAtom( pAtom ) ); in skipAtoms()
472 pChildAtom1 = const_cast< Atom* >( findNextChildAtom( pChildAtom1 ) ); in compare()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1514 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importTimeContainer()
1584 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimationNodeContainer()
1663 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateFilterContainer()
1796 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateAttributeTargetContainer()
1947 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateColorContainer()
2006 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateSetContainer()
2085 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateContainer()
2164 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateMotionContainer()
2698 pValue = pAtom->findNextChildAtom(pValue); in importAnimateKeyPoints()
3157 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importTargetElementContainer()
[all …]
H A Dpptatom.hxx52 const Atom* findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const;
58 inline const Atom* findNextChildAtom( const Atom* pLast ) const;
91 return findNextChildAtom( nRecType, NULL ); in findFirstChildAtom()
104 inline const Atom* Atom::findNextChildAtom( const Atom* pLast ) const in findNextChildAtom() function in ppt::Atom
H A Dpptatom.cxx106 const Atom* Atom::findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const in findNextChildAtom() function in Atom

Completed in 29 milliseconds