Searched refs:nMasterRel (Results 1 – 2 of 2) sorted by relevance
776 sal_Int32 nMasterRel = 0; in convertAnimationNode() local786 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() local1299 if( rSet.getProperty( DFF_ANIM_MASTERREL ) >>= nMasterRel ) in fillNode()1304 aUserData[nSize].Value <<= nMasterRel; in fillNode()3551 sal_Int32 nMasterRel; in dump() local3552 if( aAny >>= nMasterRel ) in dump()3554 …fprintf( mpFile, " direction=\"%s\"", nMasterRel == 0 ? "sameClick" : ( nMasterRel == 2 ? "nextCli… in dump()
962 sal_Int32 nMasterRel = 2; in exportAnimPropertySet() local966 nMasterRel = 0; in exportAnimPropertySet()968 aMasterRel <<= nMasterRel; in exportAnimPropertySet()1115 sal_Int32 nMasterRel = 0; in exportAnimPropertySet() local1116 if ( *pAny[ DFF_ANIM_MASTERREL ] >>= nMasterRel ) in exportAnimPropertySet()1117 exportAnimPropertyuInt32( rStrm, DFF_ANIM_MASTERREL, nMasterRel, TRANSLATE_NONE ); in exportAnimPropertySet()
Completed in 66 milliseconds