Lines Matching refs:aCommandSequence
470 …CommandSequence( const String& aCommands, uno::Sequence< beans::PropertyValue >& aCommandSequence ) in Plugin_ImplFillCommandSequence() argument
477 aCommandSequence.realloc( nCount ); in Plugin_ImplFillCommandSequence()
482 aCommandSequence[nIndex].Name = rCommand.GetCommand(); in Plugin_ImplFillCommandSequence()
483 aCommandSequence[nIndex].Handle = -1; in Plugin_ImplFillCommandSequence()
484 aCommandSequence[nIndex].Value = makeAny( OUString( rCommand.GetArgument() ) ); in Plugin_ImplFillCommandSequence()
485 aCommandSequence[nIndex].State = beans::PropertyState_DIRECT_VALUE; in Plugin_ImplFillCommandSequence()
525 uno::Sequence< beans::PropertyValue > aCommandSequence; in Execute() local
526 Plugin_ImplFillCommandSequence( m_aCommands, aCommandSequence ); in Execute()
527 …etPropertyValue( ::rtl::OUString::createFromAscii("PluginCommands"), makeAny( aCommandSequence ) ); in Execute()
714 uno::Sequence< beans::PropertyValue > aCommandSequence; in Execute() local
715 Plugin_ImplFillCommandSequence( m_aCommands, aCommandSequence ); in Execute()
716 …etPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands"), makeAny( aCommandSequence ) ); in Execute()