Home
last modified time | relevance | path

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

/trunk/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx263 IMPL_STATIC_LINK_NOINSTANCE( ComplexToolbarController, Notify_Impl, NotifyInfo*, pNotifyInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument
272 aEvent.aURL = pNotifyInfo->aSourceURL; in IMPL_STATIC_LINK_NOINSTANCE()
273 aEvent.Event = pNotifyInfo->aEventName; in IMPL_STATIC_LINK_NOINSTANCE()
274 aEvent.aInformation = pNotifyInfo->aInfoSeq; in IMPL_STATIC_LINK_NOINSTANCE()
275 pNotifyInfo->xNotifyListener->controlEvent( aEvent ); in IMPL_STATIC_LINK_NOINSTANCE()
282 delete pNotifyInfo; in IMPL_STATIC_LINK_NOINSTANCE()
298 NotifyInfo* pNotifyInfo = new NotifyInfo; in addNotifyInfo() local
300 pNotifyInfo->aEventName = aEventName; in addNotifyInfo()
301 pNotifyInfo->xNotifyListener = xControlNotify; in addNotifyInfo()
302 pNotifyInfo->aSourceURL = getInitializedURL(); in addNotifyInfo()
[all …]

Completed in 11 milliseconds