Home
last modified time | relevance | path

Searched refs:aInfoSeq (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx274 aEvent.aInformation = pNotifyInfo->aInfoSeq; in IMPL_STATIC_LINK_NOINSTANCE()
306 uno::Sequence< beans::NamedValue > aInfoSeq( rInfo ); in addNotifyInfo() local
307 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()
/trunk/main/framework/inc/uielement/
H A Dcomplextoolbarcontroller.hxx55 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > aInfoSeq;

Completed in 11 milliseconds