Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java571 … XNameAccess xCommand = UnoRuntime.queryInterface(XNameAccess.class, xKey.getByName("Command")); in getCommandFromConfiguration() local
574 if (xCommand.hasByName(sLocale)) in getCommandFromConfiguration()
576 sCommand = UnoRuntime.queryInterface(String.class, xCommand.getByName(sLocale)); in getCommandFromConfiguration()
598 …XNameContainer xCommand = UnoRuntime.queryInterface(XNameContainer.class, xKey.getByName("Command"… in insertKeyToConfiguration() local
600 if (xCommand.hasByName(sLocale)) in insertKeyToConfiguration()
602 xCommand.insertByName(sLocale, sCommand); in insertKeyToConfiguration()
606 xCommand.replaceByName(sLocale, sCommand); in insertKeyToConfiguration()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx1335 css::uno::Reference< css::container::XNameAccess > xCommand; in impl_ts_load() local
1344 xKey->getByName(CFG_PROP_COMMAND) >>= xCommand; in impl_ts_load()
1373 xCommand->getByName(sLocale) >>= sCommand; in impl_ts_load()
1550 css::uno::Reference< css::container::XNameContainer > xCommand; in insertKeyToConfiguration() local
1559 xKey->getByName(CFG_PROP_COMMAND) >>= xCommand; in insertKeyToConfiguration()
1561 if ( !xCommand->hasByName(sLocale) ) in insertKeyToConfiguration()
1562 xCommand->insertByName(sLocale, css::uno::makeAny(sCommand)); in insertKeyToConfiguration()
1564 xCommand->replaceByName(sLocale, css::uno::makeAny(sCommand)); in insertKeyToConfiguration()
1637 css::uno::Reference< css::container::XNameAccess > xCommand; in reloadChanged() local
1644 xKey->getByName(CFG_PROP_COMMAND) >>= xCommand; in reloadChanged()
[all …]
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx302 Reference< XCommand > xCommand( xNode, UNO_QUERY ); in setNode() local
496 if( xCommand.is() ) in setNode()
499 xCommand->setCommand( nInt16 ); in setNode()
507 if( xCommand.is() ) in setNode()
508 xCommand->setParameter( aValue ); in setNode()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx247 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()
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()
[all …]
H A DCustomAnimationCloner.cxx203 Reference< XCommand > xCommand( xNode, UNO_QUERY_THROW ); in transformNode() local
204 xCommand->setTarget( transformValue( xCommand->getTarget() ) ); in transformNode()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx520 void exportCommand( const Reference< XCommand >& xCommand );
717 Reference< XCommand > xCommand( xNode, UNO_QUERY_THROW ); in prepareNode() local
718 prepareValue( xCommand->getTarget() ); in prepareNode()
987 Reference< XCommand > xCommand( xNode, UNO_QUERY_THROW ); in exportNode() local
988 exportCommand( xCommand ); in exportNode()
1382 void AnimationsExporterImpl::exportCommand( const Reference< XCommand >& xCommand ) in exportCommand() argument
1384 if( xCommand.is() ) try in exportCommand()
1387 Any aTemp( xCommand->getTarget() ); in exportCommand()
1394 sal_Int16 nCommand = xCommand->getCommand(); in exportCommand()
H A Danimationimport.cxx797 Reference< XCommand > xCommand( mxNode, UNO_QUERY ); in init_node() local
946 else if( xCommand.is() ) in init_node()
948 xCommand->setTarget( aTarget ); in init_node()
1232 if( xCommand.is() && nNodeType == AnimationNodeType::COMMAND ) in init_node()
1236 xCommand->setCommand( (sal_Int16)nEnum ); in init_node()
1442 Reference< XCommand > xCommand( xChildNode, UNO_QUERY_THROW ); in postProcessRootNode() local
1443 if( xCommand->getCommand() == EffectCommands::STOPAUDIO ) in postProcessRootNode()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1807 Reference< XCommand > xCommand( xNode, UNO_QUERY ); in importAnimateAttributeTargetContainer() local
1808 if( xCommand.is() ) in importAnimateAttributeTargetContainer()
1809 xCommand->setTarget( aTarget ); in importAnimateAttributeTargetContainer()
2173 Reference< XCommand > xCommand( xNode, UNO_QUERY ); in importCommandContainer() local
2174 …DBG_ASSERT( pAtom && pAtom->getType() == DFF_msofbtAnimCommand && xCommand.is(), "invalid call to … in importCommandContainer()
2175 if( pAtom && xCommand.is() ) in importCommandContainer()
2285 xCommand->setCommand( nCommand ); in importCommandContainer()
2296 xCommand->setParameter( makeAny( aParamSeq ) ); in importCommandContainer()

Completed in 152 milliseconds