Lines Matching refs:aCommandSequence
468 …CommandSequence( const String& aCommands, uno::Sequence< beans::PropertyValue >& aCommandSequence ) in Plugin_ImplFillCommandSequence() argument
475 aCommandSequence.realloc( nCount ); in Plugin_ImplFillCommandSequence()
480 aCommandSequence[nIndex].Name = rCommand.GetCommand(); in Plugin_ImplFillCommandSequence()
481 aCommandSequence[nIndex].Handle = -1; in Plugin_ImplFillCommandSequence()
482 aCommandSequence[nIndex].Value = makeAny( OUString( rCommand.GetArgument() ) ); in Plugin_ImplFillCommandSequence()
483 aCommandSequence[nIndex].State = beans::PropertyState_DIRECT_VALUE; in Plugin_ImplFillCommandSequence()
523 uno::Sequence< beans::PropertyValue > aCommandSequence; in Execute() local
524 Plugin_ImplFillCommandSequence( m_aCommands, aCommandSequence ); in Execute()
525 …etPropertyValue( ::rtl::OUString::createFromAscii("PluginCommands"), makeAny( aCommandSequence ) ); in Execute()
712 uno::Sequence< beans::PropertyValue > aCommandSequence; in Execute() local
713 Plugin_ImplFillCommandSequence( m_aCommands, aCommandSequence ); in Execute()
714 …etPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands"), makeAny( aCommandSequence ) ); in Execute()