Home
last modified time | relevance | path

Searched refs:pEvent (Results 76 – 100 of 160) sorted by relevance

1234567

/trunk/main/unoxml/source/dom/
H A Ddocument.cxx979 events::CEvent *pEvent = 0; in createEvent() local
989 pEvent = new events::CMutationEvent; in createEvent()
996 pEvent = new events::CUIEvent; in createEvent()
1005 pEvent = new events::CMouseEvent; in createEvent()
1009 pEvent = new events::CEvent; in createEvent()
1011 return Reference< XEvent >(pEvent); in createEvent()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx535 void BaseNode::scheduleDeactivationEvent( EventSharedPtr const& pEvent ) in scheduleDeactivationEvent() argument
541 if (pEvent) { in scheduleDeactivationEvent()
542 if (maContext.mrEventQueue.addEvent( pEvent )) in scheduleDeactivationEvent()
543 mpCurrentEvent = pEvent; in scheduleDeactivationEvent()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx450 IMPL_LINK( SdModule, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
452 …if( pEvent && (pEvent->GetId() == VCLEVENT_WINDOW_COMMAND) && static_cast<VclWindowEvent*>(pEvent)… in IMPL_LINK()
454 …const CommandEvent& rEvent = *(const CommandEvent*)static_cast<VclWindowEvent*>(pEvent)->GetData(); in IMPL_LINK()
/trunk/main/automation/source/server/
H A Drecorder.cxx130 IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
134 if ( pEvent->ISA( VclWindowEvent ) ) in IMPL_LINK()
136 VclWindowEvent* pWinEvent = ( VclWindowEvent* ) pEvent; in IMPL_LINK()
1039 else if ( pEvent->ISA( VclMenuEvent ) ) in IMPL_LINK()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx362 const void* pEvent = NULL,
386 const void* pEvent, long nRet ) in NotifyEvent() argument
389 mpData = (void*)pEvent; in NotifyEvent()
H A Dvclevent.hxx274 void Call( VclSimpleEvent* pEvent ) const;
279 sal_Bool Process( VclSimpleEvent* pEvent ) const;
/trunk/main/vcl/source/window/
H A Dwpropset.cxx286 IMPL_LINK( vcl::WindowPropertySet, ChildEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
290 = mpImpl->maProperties.find( pEvent->GetWindow()->getIdentifier() ); in IMPL_LINK()
293 sal_uLong nId = pEvent->GetId(); in IMPL_LINK()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx620 IMPL_LINK(SlideSorterController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
622 if (pEvent != NULL) in IMPL_LINK()
624 ::Window* pWindow = pEvent->GetWindow(); in IMPL_LINK()
626 switch (pEvent->GetId()) in IMPL_LINK()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx216 IMPL_LINK( SfxToolBoxControl_Impl, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
218 if ( pEvent && in IMPL_LINK()
219 pEvent->ISA( VclWindowEvent ) && in IMPL_LINK()
220 (( pEvent->GetId() == VCLEVENT_WINDOW_MOVE ) || in IMPL_LINK()
221 ( pEvent->GetId() == VCLEVENT_WINDOW_ACTIVATE ))) in IMPL_LINK()
223 Window* pWindow( ((VclWindowEvent*)pEvent)->GetWindow() ); in IMPL_LINK()
/trunk/main/slideshow/source/inc/
H A Deventqueue.hxx128 EventSharedPtr pEvent; member
134 : pEvent(p), nTime(t) {} in EventEntry()
/trunk/main/vcl/inc/
H A Dsalobj.hxx76 long CallCallback( sal_uInt16 nEvent, const void* pEvent ) in CallCallback() argument
77 { return m_pCallback ? m_pCallback( m_pInst, this, nEvent, pEvent ) : 0; } in CallCallback()
H A Dsalframe.hxx280 long CallCallback( sal_uInt16 nEvent, const void* pEvent ) const in CallCallback()
281 { return m_pProc ? m_pProc( m_pWindow, const_cast<SalFrame*>(this), nEvent, pEvent ) : 0; } in CallCallback()
H A Dsalwtype.hxx258 sal_uInt16 nEvent, const void* pEvent );
274 sal_uInt16 nEvent, const void* pEvent );
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarbase.cxx52 IMPL_LINK( AccessibleTabBarBase, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
54 VclWindowEvent* pWinEvent = dynamic_cast< VclWindowEvent* >( pEvent ); in IMPL_LINK()
/trunk/main/vcl/inc/aqua/
H A Daqua11yfocustracker.hxx76 virtual void menu_highlighted(const ::VclMenuEvent *pEvent);
85 …static long WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent const *pEvent
H A Dvclnsapp.h44 -(void)sendEvent:(NSEvent*)pEvent; in sendEvent:()
45 -(void)sendSuperEvent:(NSEvent*)pEvent; in sendSuperEvent:()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx105 ::VclSimpleEvent const * pEvent,
109 long callKeyHandlers(::VclSimpleEvent const * pEvent, bool bPressed);
111 void callFocusListeners(::VclSimpleEvent const * pEvent, bool bGained);
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx239 IMPL_LINK( CreationWizardUnoDlg, DialogEventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
241 if(pEvent && (pEvent->GetId() == VCLEVENT_OBJECT_DYING) ) in IMPL_LINK()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1404 IMPL_LINK( SfxOrganizeListBox_Impl, OnAsyncExecuteDrop, ExecuteDropEvent*, pEvent ) in IMPL_LINK() argument
1406 DBG_ASSERT( pEvent, "invalid DropEvent" ); in IMPL_LINK()
1407 if ( pEvent ) in IMPL_LINK()
1414 if ( pEvent->mnAction == DND_ACTION_MOVE ) in IMPL_LINK()
1415 pEvent->mnAction = DND_ACTION_COPYMOVE; in IMPL_LINK()
1416 pDlg->nDropAction = SvTreeListBox::ExecuteDrop( *pEvent, pSourceView ); in IMPL_LINK()
1417 delete pEvent; in IMPL_LINK()
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx909 IMPL_LINK( ScPivotLayoutDlg, ChildEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
911 Window* pWindow = pEvent->GetWindow(); in IMPL_LINK()
913 if( (pEvent->GetId() == VCLEVENT_WINDOW_GETFOCUS) && pWindow && (pWindow->GetParent() == this) ) in IMPL_LINK()
947 mpActiveEdit = dynamic_cast< ::formula::RefEdit* >( pEvent->GetWindow() ); in IMPL_LINK()
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx371 IMPL_LINK( ColorConfig_Impl, DataChangedEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
373 if ( pEvent->GetId() == VCLEVENT_APPLICATION_DATACHANGED ) in IMPL_LINK()
375 DataChangedEvent* pData = (DataChangedEvent*)(pEvent->GetData()); in IMPL_LINK()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3868 XEvent* pEvent = (XEvent*)aSeq.getArray(); in handleEvent() local
3870 if( pEvent->type == ButtonPress || pEvent->type == ButtonRelease ) in handleEvent()
3871 nTimestamp = pEvent->xbutton.time; in handleEvent()
3872 else if( pEvent->type == XLIB_KeyPress || pEvent->type == KeyRelease ) in handleEvent()
3873 nTimestamp = pEvent->xkey.time; in handleEvent()
3874 else if( pEvent->type == MotionNotify ) in handleEvent()
3875 nTimestamp = pEvent->xmotion.time; in handleEvent()
3876 else if( pEvent->type == PropertyNotify ) in handleEvent()
3877 nTimestamp = pEvent->xproperty.time; in handleEvent()
3886 return sal_Bool( handleXEvent( *pEvent ) ); in handleEvent()
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx1163 IMPL_LINK(ViewShellManager::Implementation, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
1165 if (pEvent != NULL) in IMPL_LINK()
1168 = static_cast<VclWindowEvent*>(pEvent)->GetWindow(); in IMPL_LINK()
1170 switch (pEvent->GetId()) in IMPL_LINK()
/trunk/main/winaccessibility/source/service/
H A DAccObjectManagerAgent.cxx246 unsigned char AccObjectManagerAgent::NotifyAccEvent( short pEvent,XAccessible* pXAcc ) in NotifyAccEvent() argument
249 return (unsigned char)pWinManager->NotifyAccEvent(pXAcc,pEvent); in NotifyAccEvent()
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx88 IMPL_LINK( PopupWindowControllerImpl, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
90 VclWindowEvent* pWindowEvent = dynamic_cast< VclWindowEvent* >( pEvent ); in IMPL_LINK()

Completed in 446 milliseconds

1234567