Home
last modified time | relevance | path

Searched refs:nEventId (Results 51 – 75 of 76) sorted by relevance

1234

/trunk/main/vcl/source/window/
H A Dmenu.cxx935 if ( nEventId ) in ~Menu()
936 Application::RemoveUserEvent( nEventId ); in ~Menu()
973 nEventId = 0; in ImplInit()
1141 Application::PostUserEvent( nEventId, LINK( this, Menu, ImplCallSelect ) ); in ImplSelect()
2980 nEventId = 0; in IMPL_LINK()
2987 Menu* pSelMenu = nEventId ? this : NULL; in ImplFindSelectMenu()
3900 Application::RemoveUserEvent( pSelect->nEventId ); in ImplExecute()
3901 pSelect->nEventId = 0; in ImplExecute()
H A Dwindow.cxx5497 sal_uLong nEventId; in PostUserEvent() local
5498 PostUserEvent( nEventId, nEvent, pEventData ); in PostUserEvent()
5499 return nEventId; in PostUserEvent()
5506 sal_uLong nEventId; in PostUserEvent() local
5507 PostUserEvent( nEventId, rLink, pCaller ); in PostUserEvent()
5508 return nEventId; in PostUserEvent()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx104 const sal_Int16 nEventId,
1500 const sal_Int16 nEventId, in FireAccessibleEvent() argument
1507 aEventObject.EventId = nEventId; in FireAccessibleEvent()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx408 void SvxRectCtlAccessibleContext::FireAccessibleEvent (short nEventId, const ::com::sun::star::uno:… in FireAccessibleEvent() argument
411 CommitChange( AccessibleEventObject( xSource, nEventId, rNew,rOld ) ); in FireAccessibleEvent()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx999 sal_uLong nEventId = ((SfxEventHint&)rHint).GetEventId(); in Notify() local
1000 if ( nEventId == SFX_EVENT_ACTIVATEDOC ) in Notify()
/trunk/main/sd/source/ui/inc/
H A DAccessibleTreeNode.hxx96 short nEventId,
H A DAccessibleSlideSorterObject.hxx87 short nEventId,
H A DAccessibleSlideSorterView.hxx84 short nEventId,
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx175 …EventDescription( ++nEventId, asciinamespace, asciilistener, asciimethod, RID_STR_EVT_##id_postfix…
186 static sal_Int32 nEventId = 0; in lcl_getEventDescriptionForMethod() local
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx1064 sal_uLong nEventId = 0; in dispatchURL() local
1065 … if( ! Application::PostUserEvent( nEventId, Link( NULL, implDispatchDelayed ), pDisp ) ) in dispatchURL()
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx304 …SVT_DLLPRIVATE void ImplFireAccessibleEvent( short nEventId, const ::com::sun::star::un…
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlBase.hxx263 sal_Int16 nEventId,
H A DAccessibleBrowseBoxBase.hxx297 sal_Int16 nEventId,
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx247 void ToolbarMenu_Impl::fireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldV… in fireAccessibleEvent() argument
250 mxAccessible->FireAccessibleEvent( nEventId, rOldValue, rNewValue ); in fireAccessibleEvent()
H A Dvalueset.cxx1250 void ValueSet::ImplFireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue… in ImplFireAccessibleEvent() argument
1255 pAcc->FireAccessibleEvent( nEventId, rOldValue, rNewValue ); in ImplFireAccessibleEvent()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx157 sal_uInt32 nEventId; // EventId UserEvent member
550 GetpApp()->PostUserEvent(pImp->nEventId, (void*)0); in Pop()
815 GetpApp()->PostUserEvent(pImp->nEventId, (void*)0); in DoActivate_Impl()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx331 static sal_Bool IsProcessedMouseOrKeyEvent( sal_uLong nEventId );
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1562 sal_uLong nEventId = ((SfxEventHint&)rHint).GetEventId(); in Notify() local
1563 if ( nEventId == SFX_EVENT_ACTIVATEDOC ) in Notify()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx225 sal_uLong nEventId = ((SfxEventHint&)rHint).GetEventId(); in lcl_processCompatibleSfxHint() local
226 switch( nEventId ) in lcl_processCompatibleSfxHint()
/trunk/main/svx/source/inc/
H A Dsvxrectctaccessiblecontext.hxx272 …void FireAccessibleEvent (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun…
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx256 ,nEventId ( 0) in SfxObjectShell_Impl()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx430 sal_uLong nEventId; member in SwHTMLParser
H A Dhtmlform.cxx713 if( !pVSh && !nEventId ) in SetControlSize()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx643 sal_uLong nEventId = ((SfxEventHint&)rHint).GetEventId(); in Notify() local
644 switch ( nEventId ) in Notify()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx944 Application::RemoveUserEvent( m_aLoadingPages.front().nEventId ); in disposing()
3750 Application::RemoveUserEvent( aAction.nEventId ); in viewDeactivated()

Completed in 366 milliseconds

1234