Lines Matching refs:pChildAtom

1427 		const Atom* pChildAtom = pAtom->findFirstChildAtom();  in importTimeContainer()  local
1429 while( pChildAtom ) in importTimeContainer()
1431 switch( pChildAtom->getType() ) in importTimeContainer()
1442 if( pChildAtom->hasChildAtom( DFF_msofbtAnimCommand ) ) in importTimeContainer()
1446 importAnimationNodeContainer( pChildAtom, xChildNode ); in importTimeContainer()
1453 importAnimationContainer( pChildAtom, xNode ); in importTimeContainer()
1459 importAnimationContainer( pChildAtom, xNode ); in importTimeContainer()
1464 if( pChildAtom->seekToContent() ) in importTimeContainer()
1507 dump_atom_header( pChildAtom, true, false ); in importTimeContainer()
1508 dump_atom( pChildAtom ); in importTimeContainer()
1509 dump_atom_header( pChildAtom, false, false ); in importTimeContainer()
1514 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importTimeContainer()
1530 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimationNodeContainer() local
1532 while( pChildAtom ) in importAnimationNodeContainer()
1534 switch( pChildAtom->getType() ) in importAnimationNodeContainer()
1544 importAnimateFilterContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1548 importAnimateSetContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1552 importAnimateContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1556 importAnimateScaleContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1560 importAnimateColorContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1564 importAnimateRotationContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1568 importAnimateMotionContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1572 importCommandContainer( pChildAtom, xNode ); in importAnimationNodeContainer()
1577 dump_atom_header( pChildAtom, true, false ); in importAnimationNodeContainer()
1578 dump_atom( pChildAtom ); in importAnimationNodeContainer()
1579 dump_atom_header( pChildAtom, false, false ); in importAnimationNodeContainer()
1584 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimationNodeContainer()
1600 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateFilterContainer() local
1602 while( pChildAtom ) in importAnimateFilterContainer()
1604 if( !pChildAtom->isContainer() ) in importAnimateFilterContainer()
1606 if( !pChildAtom->seekToContent() ) in importAnimateFilterContainer()
1610 switch( pChildAtom->getType() ) in importAnimateFilterContainer()
1627 if( (nBits & 2 ) && ( pChildAtom->getInstance() == 1 ) ) in importAnimateFilterContainer()
1630 if ( importAttributeValue( pChildAtom, aAny ) ) in importAnimateFilterContainer()
1654 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateFilterContainer()
1658 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateFilterContainer()
1663 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateFilterContainer()
1682 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateAttributeTargetContainer() local
1684 while( pChildAtom ) in importAnimateAttributeTargetContainer()
1686 if( !pChildAtom->isContainer() ) in importAnimateAttributeTargetContainer()
1688 if( !pChildAtom->seekToContent() ) in importAnimateAttributeTargetContainer()
1692 switch( pChildAtom->getType() ) in importAnimateAttributeTargetContainer()
1697 importPropertySetContainer( pChildAtom, aSet ); in importAnimateAttributeTargetContainer()
1770 importAttributeNamesContainer( pChildAtom, aAttributeName ); in importAnimateAttributeTargetContainer()
1781 importTargetElementContainer( pChildAtom, aTarget, nSubType ); in importAnimateAttributeTargetContainer()
1792 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateAttributeTargetContainer()
1796 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateAttributeTargetContainer()
1889 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateColorContainer() local
1891 while( pChildAtom ) in importAnimateColorContainer()
1893 if( !pChildAtom->isContainer() ) in importAnimateColorContainer()
1895 if( !pChildAtom->seekToContent() ) in importAnimateColorContainer()
1899 switch( pChildAtom->getType() ) in importAnimateColorContainer()
1939 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateColorContainer()
1943 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateColorContainer()
1947 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateColorContainer()
1961 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateSetContainer() local
1963 while( pChildAtom ) in importAnimateSetContainer()
1965 if( !pChildAtom->isContainer() ) in importAnimateSetContainer()
1967 if( !pChildAtom->seekToContent() ) in importAnimateSetContainer()
1971 switch( pChildAtom->getType() ) in importAnimateSetContainer()
1986 if ( importAttributeValue( pChildAtom, aTo ) ) in importAnimateSetContainer()
1998 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateSetContainer()
2002 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateSetContainer()
2006 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateSetContainer()
2020 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateContainer() local
2022 while( pChildAtom ) in importAnimateContainer()
2024 if( !pChildAtom->isContainer() ) in importAnimateContainer()
2026 if( !pChildAtom->seekToContent() ) in importAnimateContainer()
2030 switch( pChildAtom->getType() ) in importAnimateContainer()
2054 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateContainer()
2058 importAnimateKeyPoints( pChildAtom, xNode ); in importAnimateContainer()
2064 if ( importAttributeValue( pChildAtom, a ) ) in importAnimateContainer()
2066 switch( pChildAtom->getInstance() ) in importAnimateContainer()
2081 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateContainer()
2085 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateContainer()
2099 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateMotionContainer() local
2101 while( pChildAtom ) in importAnimateMotionContainer()
2103 if( !pChildAtom->isContainer() ) in importAnimateMotionContainer()
2105 if( !pChildAtom->seekToContent() ) in importAnimateMotionContainer()
2109 switch( pChildAtom->getType() ) in importAnimateMotionContainer()
2138 if ( importAttributeValue( pChildAtom, aPath ) ) in importAnimateMotionContainer()
2156 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateMotionContainer()
2160 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateMotionContainer()
2164 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateMotionContainer()
2180 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importCommandContainer() local
2182 while( pChildAtom ) in importCommandContainer()
2184 if( !pChildAtom->isContainer() ) in importCommandContainer()
2186 if( !pChildAtom->seekToContent() ) in importCommandContainer()
2190 switch( pChildAtom->getType() ) in importCommandContainer()
2209 if ( importAttributeValue( pChildAtom, aValue ) ) in importCommandContainer()
2222 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importCommandContainer()
2226 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importCommandContainer()
2230 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importCommandContainer()
2318 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAudioContainer() local
2320 while( pChildAtom ) in importAudioContainer()
2322 if( !pChildAtom->isContainer() ) in importAudioContainer()
2324 if( !pChildAtom->seekToContent() ) in importAudioContainer()
2328 switch( pChildAtom->getType() ) in importAudioContainer()
2340 if ( importAttributeValue( pChildAtom, aValue ) ) in importAudioContainer()
2353 importTargetElementContainer( pChildAtom, aSource, nSubType ); in importAudioContainer()
2360 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAudioContainer()
2364 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAudioContainer()
2385 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateScaleContainer() local
2387 while( pChildAtom ) in importAnimateScaleContainer()
2389 if( !pChildAtom->isContainer() ) in importAnimateScaleContainer()
2391 if( !pChildAtom->seekToContent() ) in importAnimateScaleContainer()
2395 switch( pChildAtom->getType() ) in importAnimateScaleContainer()
2462 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateScaleContainer()
2466 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateScaleContainer()
2470 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateScaleContainer()
2486 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importAnimateRotationContainer() local
2488 while( pChildAtom ) in importAnimateRotationContainer()
2490 if( !pChildAtom->isContainer() ) in importAnimateRotationContainer()
2492 if( !pChildAtom->seekToContent() ) in importAnimateRotationContainer()
2496 switch( pChildAtom->getType() ) in importAnimateRotationContainer()
2532 importAnimateAttributeTargetContainer( pChildAtom, xNode ); in importAnimateRotationContainer()
2536 dump( " unknown_atom=\"%ld\"", (sal_Int32)pChildAtom->getType() ); in importAnimateRotationContainer()
2540 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importAnimateRotationContainer()
2898 const Atom* pChildAtom = pEventAtom->findFirstChildAtom(); in importAnimationEvents() local
2900 while( pChildAtom && pChildAtom->seekToContent() ) in importAnimationEvents()
2902 switch( pChildAtom->getType() ) in importAnimationEvents()
2935 importTargetElementContainer( pChildAtom, aEvent.Source, nSubType ); in importAnimationEvents()
2944 pChildAtom = pEventAtom->findNextChildAtom( pChildAtom ); in importAnimationEvents()
3038 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importTargetElementContainer() local
3039 while( pChildAtom && pChildAtom->seekToContent() ) in importTargetElementContainer()
3041 switch( pChildAtom->getType() ) in importTargetElementContainer()
3157 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importTargetElementContainer()
3173 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in importPropertySetContainer() local
3174 while( pChildAtom ) in importPropertySetContainer()
3176 if( pChildAtom->getType() == DFF_msofbtAnimAttributeValue ) in importPropertySetContainer()
3179 importAttributeValue( pChildAtom, aAny ); in importPropertySetContainer()
3180 rSet.maProperties[ pChildAtom->getInstance() ] = aAny; in importPropertySetContainer()
3187 pChildAtom = pAtom->findNextChildAtom( pChildAtom ); in importPropertySetContainer()
3291 const Atom* pChildAtom = pAtom->findFirstChildAtom(); in dump_atom() local
3292 while( pChildAtom ) in dump_atom()
3294 if( pChildAtom->getType() == DFF_msofbtAnimAttributeValue ) in dump_atom()
3296 fprintf(mpFile, "<attributeValue instance=\"%hu\"", pChildAtom->getInstance() ); in dump_atom()
3299 if( importAttributeValue( pChildAtom, aValue ) ) in dump_atom()
3322 if( pChildAtom->seekToContent() ) in dump_atom()
3325 dump_atom( pChildAtom, false ); in dump_atom()
3334 dump_atom_header( pChildAtom, true, pChildAtom->getType() == DFF_msofbtAnimAttributeValue ); in dump_atom()
3335 dump_atom( pChildAtom ); in dump_atom()
3336 dump_atom_header( pChildAtom, false, pChildAtom->getType() == DFF_msofbtAnimAttributeValue ); in dump_atom()
3339 pChildAtom = pAtom->findNextChildAtom(pChildAtom); in dump_atom()