Home
last modified time | relevance | path

Searched refs:nMasterRel (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx776 sal_Int32 nMasterRel = 0; in convertAnimationNode() local
786 pValue->Value >>= nMasterRel; in convertAnimationNode()
809 if( nMasterRel != 2 ) in convertAnimationNode()
821 sd::AfterEffectNode aNode( xNode, xParent, nMasterRel == 2 ); in convertAnimationNode()
1298 sal_Int32 nMasterRel = 2; in fillNode() local
1299 if( rSet.getProperty( DFF_ANIM_MASTERREL ) >>= nMasterRel ) in fillNode()
1304 aUserData[nSize].Value <<= nMasterRel; in fillNode()
3551 sal_Int32 nMasterRel; in dump() local
3552 if( aAny >>= nMasterRel ) in dump()
3554 …fprintf( mpFile, " direction=\"%s\"", nMasterRel == 0 ? "sameClick" : ( nMasterRel == 2 ? "nextCli… in dump()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx962 sal_Int32 nMasterRel = 2; in exportAnimPropertySet() local
966 nMasterRel = 0; in exportAnimPropertySet()
968 aMasterRel <<= nMasterRel; in exportAnimPropertySet()
1115 sal_Int32 nMasterRel = 0; in exportAnimPropertySet() local
1116 if ( *pAny[ DFF_ANIM_MASTERREL ] >>= nMasterRel ) in exportAnimPropertySet()
1117 exportAnimPropertyuInt32( rStrm, DFF_ANIM_MASTERREL, nMasterRel, TRANSLATE_NONE ); in exportAnimPropertySet()

Completed in 30 milliseconds