Searched refs:aCommandSequence (Results 1 – 4 of 4) sorted by relevance
293 …e( const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& aCommandSequence ) in FillFromSequence() argument295 const sal_Int32 nCount = aCommandSequence.getLength(); in FillFromSequence()300 aCommand = aCommandSequence[nIndex].Name; in FillFromSequence()301 if( !( aCommandSequence[nIndex].Value >>= aApiArg ) ) in FillFromSequence()310 …equence( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& aCommandSequence ) in FillSequence() argument313 aCommandSequence.realloc( nCount ); in FillSequence()317 aCommandSequence[nIndex].Name = rCommand.GetCommand(); in FillSequence()318 aCommandSequence[nIndex].Handle = -1; in FillSequence()319 aCommandSequence[nIndex].Value = uno::makeAny( ::rtl::OUString( rCommand.GetArgument() ) ); in FillSequence()320 aCommandSequence[nIndex].State = beans::PropertyState_DIRECT_VALUE; in FillSequence()
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() local526 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() local715 Plugin_ImplFillCommandSequence( m_aCommands, aCommandSequence ); in Execute()[all …]
215 uno::Sequence < beans::PropertyValue > aCommandSequence; in setPropertyValue() local216 if( aAny >>= aCommandSequence ) in setPropertyValue()217 maCmdList.FillFromSequence( aCommandSequence ); in setPropertyValue()237 uno::Sequence< beans::PropertyValue > aCommandSequence; in getPropertyValue() local238 maCmdList.FillSequence( aCommandSequence ); in getPropertyValue()239 aAny <<= aCommandSequence; in getPropertyValue()
935 uno::Sequence< beans::PropertyValue > aCommandSequence( nCount ); in endAppletOrPlugin() local942 aCommandSequence[nIndex].Name = (*aIter).first; in endAppletOrPlugin()943 aCommandSequence[nIndex].Handle = -1; in endAppletOrPlugin()944 aCommandSequence[nIndex].Value = makeAny( OUString((*aIter).second) ); in endAppletOrPlugin()945 aCommandSequence[nIndex].State = beans::PropertyState_DIRECT_VALUE; in endAppletOrPlugin()953 xSet->setPropertyValue( aParaName, makeAny( aCommandSequence ) ); in endAppletOrPlugin()960 xSet->setPropertyValue( aParaName, makeAny( aCommandSequence ) ); in endAppletOrPlugin()
Completed in 28 milliseconds