Lines Matching refs:xCommand
247 Reference< XCommand > xCommand( xChildNode, UNO_QUERY ); in setNode() local
248 if( xCommand.is() ) in setNode()
250 mnCommand = xCommand->getCommand(); in setNode()
252 maTarget = xCommand->getTarget(); in setNode()
696 Reference< XCommand > xCommand( aElem, UNO_QUERY ); in setTarget() local
697 if( xCommand.is() ) in setTarget()
698 xCommand->setTarget( rTarget ); in setTarget()
1587 Reference< XCommand > xCommand; in findCommandNode() local
1593 while( !xCommand.is() && xEnumeration->hasMoreElements() ) in findCommandNode()
1597 xCommand.set( xNode, UNO_QUERY_THROW ); in findCommandNode()
1606 return xCommand; in findCommandNode()
1671 …Reference< XCommand > xCommand( xMsf->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM("com.s… in setStopAudio() local
1673 xCommand->setCommand( EffectCommands::STOPAUDIO ); in setStopAudio()
1676 Reference< XAnimationNode > xChild( xCommand, UNO_QUERY_THROW ); in setStopAudio()