Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx588 sal_Int16 nSubtype = 0; in exportTransitionNode() local
592 …s->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionSubtype" ) ) ) >>= nSubtype; in exportTransitionNode()
604 if( nSubtype != TransitionSubType::DEFAULT ) in exportTransitionNode()
606 …SvXMLUnitConverter::convertEnum( sTmp, (sal_uInt16)nSubtype, getAnimationsEnumMap(Animations_EnumM… in exportTransitionNode()
613 …if( (nTransition == TransitionType::FADE) && ((nSubtype == TransitionSubType::FADETOCOLOR) || (nSu… in exportTransitionNode()
1314 sal_Int16 nSubtype = xTransitionFilter->getSubtype(); in exportAnimate() local
1315 if( nSubtype != TransitionSubType::DEFAULT ) in exportAnimate()
1317 …SvXMLUnitConverter::convertEnum( sTmp, (sal_uInt16)nSubtype, getAnimationsEnumMap(Animations_EnumM… in exportAnimate()
1329 …if( (nTransition == TransitionType::FADE) && ((nSubtype == TransitionSubType::FADETOCOLOR) || (nSu… in exportAnimate()

Completed in 14 milliseconds