Home
last modified time | relevance | path

Searched refs:aCommandSequence (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/source/misc/
H A Downlist.cxx293 …e( const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& aCommandSequence ) in FillFromSequence() argument
295 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() argument
313 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()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx477 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()
[all …]
/trunk/main/sfx2/source/doc/
H A Dplugin.cxx215 uno::Sequence < beans::PropertyValue > aCommandSequence; in setPropertyValue() local
216 if( aAny >>= aCommandSequence ) in setPropertyValue()
217 maCmdList.FillFromSequence( aCommandSequence ); in setPropertyValue()
237 uno::Sequence< beans::PropertyValue > aCommandSequence; in getPropertyValue() local
238 maCmdList.FillSequence( aCommandSequence ); in getPropertyValue()
239 aAny <<= aCommandSequence; in getPropertyValue()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx935 uno::Sequence< beans::PropertyValue > aCommandSequence( nCount ); in endAppletOrPlugin() local
942 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 43 milliseconds