Lines Matching refs:sServiceName
62 OUString sServiceName; in getServiceName() local
67 sServiceName = CREATE_OUSTRING("com.sun.star.animations.ParallelTimeContainer"); in getServiceName()
70 sServiceName = CREATE_OUSTRING("com.sun.star.animations.SequenceTimeContainer"); in getServiceName()
73 sServiceName = CREATE_OUSTRING("com.sun.star.animations.Animate"); in getServiceName()
76 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateColor"); in getServiceName()
79 sServiceName = CREATE_OUSTRING("com.sun.star.animations.TransitionFilter"); in getServiceName()
82 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateMotion"); in getServiceName()
85 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateTransform"); in getServiceName()
88 sServiceName = CREATE_OUSTRING("com.sun.star.animations.Command"); in getServiceName()
91 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateSet"); in getServiceName()
94 sServiceName = CREATE_OUSTRING("com.sun.star.animations.Audio"); in getServiceName()
100 return sServiceName; in getServiceName()
214 OUString sServiceName = getServiceName( mnNodeType ); in addNode() local
215 Reference< XAnimationNode > xNode = createAndInsert( rFilter, sServiceName, rxNode ); in addNode()