Lines Matching refs:makeAny

82 using ::com::sun::star::uno::makeAny;
226 return makeAny( aNewSeq ); in addToSequence()
597 xClickNode->setBegin( makeAny( aEvent ) ); in fixMainSequenceTiming()
629 xClickNode->setBegin( makeAny( (double)0.0 ) ); in fixMainSequenceTiming()
817 xNode->setBegin( makeAny( aEvent ) ); in convertAnimationNode()
1843 return makeAny( (sal_Int32)aColor.GetRGBColor() ); in implGetColorAny()
1854 return makeAny( aHSL ); in implGetColorAny()
1865 return makeAny( (sal_Int32)aColor.GetRGBColor() ); in implGetColorAny()
2296 xCommand->setParameter( makeAny( aParamSeq ) ); in importCommandContainer()
2411 xTransform->setFrom( makeAny( aPair ) ); in importAnimateScaleContainer()
2419 xTransform->setTo( makeAny( aPair ) ); in importAnimateScaleContainer()
2431 xTransform->setBy( makeAny( aPair ) ); in importAnimateScaleContainer()
2440 xTransform->setTo( makeAny( aPair ) ); in importAnimateScaleContainer()
2507 xTransform->setBy( makeAny( (double) fBy ) ); in importAnimateRotationContainer()
2510 xTransform->setFrom( makeAny( (double) fFrom ) ); in importAnimateRotationContainer()
2513 xTransform->setTo( makeAny( (double) fTo ) ); in importAnimateRotationContainer()
2602 …peatCount( (fRepeat < ((float)3.40282346638528860e+38)) ? makeAny( (double)fRepeat ) : makeAny( Ti… in importAnimationValues()
2723 aValues[nKeyTime] = makeAny( ValuePair( aValue1, aValue2 ) ); in importAnimateKeyPoints()
2929 …aEvent.Offset = (nBegin == -1) ? makeAny( Timing_INDEFINITE ) : makeAny( (double)(nBegin / 1000.0)… in importAnimationEvents()
2947 …ToSequence( *pEvents, (aEvent.Trigger == EventTrigger::NONE) ? aEvent.Offset : makeAny( aEvent ) ); in importAnimationEvents()
3009 xNode->setEndSync( makeAny( AnimationEndSync::ALL ) ); in importAnimationActions()
3098 rTarget = makeAny( aParaTarget ); in importTargetElementContainer()