Searched refs:aInfoSeq (Results 1 – 2 of 2) sorted by relevance
274 aEvent.aInformation = pNotifyInfo->aInfoSeq; in IMPL_STATIC_LINK_NOINSTANCE()306 uno::Sequence< beans::NamedValue > aInfoSeq( rInfo ); in addNotifyInfo() local307 aInfoSeq.realloc( nCount+1 ); in addNotifyInfo()308 aInfoSeq[nCount].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Source" )); in addNotifyInfo()309 aInfoSeq[nCount].Value = uno::makeAny( getFrameInterface() ); in addNotifyInfo()310 pNotifyInfo->aInfoSeq = aInfoSeq; in addNotifyInfo()
55 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > aInfoSeq;
Completed in 14 milliseconds