Home
last modified time | relevance | path

Searched refs:_nEventId (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/svtools/source/control/
H A Dasynclink.cxx55 ( !_nEventId && ( !_pTimer || !_pTimer->IsActive() ) ), in Call()
57 if( _nEventId ) in Call()
60 Application::RemoveUserEvent( _nEventId ); in Call()
78 … Application::PostUserEvent( _nEventId, STATIC_LINK( this, AsynchronLink, HandleCall), 0 ); in Call()
86 if( _nEventId ) in ~AsynchronLink()
88 Application::RemoveUserEvent( _nEventId ); in ~AsynchronLink()
98 pThis->_nEventId = 0; in IMPL_STATIC_LINK()
113 if( _nEventId ) in ClearPendingCall()
115 Application::RemoveUserEvent( _nEventId ); in ClearPendingCall()
116 _nEventId = 0; in ClearPendingCall()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx338 void AccessibleGridControl::commitCellEvent(sal_Int16 _nEventId,const Any& _rNewValue,const Any& _r… in commitCellEvent() argument
354 m_pImpl->m_pCell->commitEvent( _nEventId, _rNewValue, _rOldValue ); in commitCellEvent()
362 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitCellEvent()
365 void AccessibleGridControl::commitTableEvent(sal_Int16 _nEventId,const Any& _rNewValue,const Any& _… in commitTableEvent() argument
369 if(_nEventId == AccessibleEventId::ACTIVE_DESCENDANT_CHANGED) in commitTableEvent()
372 m_pImpl->m_pTable->commitEvent(_nEventId, makeAny(xChild),_rOldValue); in commitTableEvent()
374 else if(_nEventId == AccessibleEventId::TABLE_MODEL_CHANGED) in commitTableEvent()
386 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
389 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
393 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
H A DAccessibleBrowseBox.cxx324 void AccessibleBrowseBox::commitTableEvent(sal_Int16 _nEventId,const Any& _rNewValue,const Any& _rO… in commitTableEvent() argument
328 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
332 void AccessibleBrowseBox::commitHeaderBarEvent( sal_Int16 _nEventId, in commitHeaderBarEvent() argument
339 pHeaderBar->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitHeaderBarEvent()
H A DAccessibleGridControlBase.cxx397 sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue ) in commitEvent() argument
408 aEvent.EventId = _nEventId; in commitEvent()
H A DAccessibleBrowseBoxBase.cxx487 sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue ) in commitEvent() argument
498 aEvent.EventId = _nEventId; in commitEvent()
H A Daccessibleiconchoicectrlentry.cxx133 void AccessibleIconChoiceCtrlEntry::NotifyAccessibleEvent( sal_Int16 _nEventId, in NotifyAccessibleEvent() argument
138 AccessibleEventObject aEventObj( xSource, _nEventId, _aNewValue, _aOldValue ); in NotifyAccessibleEvent()
H A Daccessiblelistboxentry.cxx118 void AccessibleListBoxEntry::NotifyAccessibleEvent( sal_Int16 _nEventId, in NotifyAccessibleEvent() argument
123 AccessibleEventObject aEventObj( xSource, _nEventId, _aNewValue, _aOldValue ); in NotifyAccessibleEvent()
/trunk/main/comphelper/source/misc/
H A Daccessiblecontexthelper.cxx193 void SAL_CALL OAccessibleContextHelper::NotifyAccessibleEvent( const sal_Int16 _nEventId, in NotifyAccessibleEvent() argument
204 aEvent.EventId = _nEventId; in NotifyAccessibleEvent()
213 void SAL_CALL OAccessibleContextHelper::BufferAccessibleEvent( const sal_Int16 _nEventId, in BufferAccessibleEvent() argument
233 aEvent.EventId = _nEventId; in BufferAccessibleEvent()
/trunk/main/svtools/inc/svtools/
H A Dasynclink.hxx43 sal_uLong _nEventId; member in svtools::AsynchronLink
55 _aLink( rLink ), _nEventId( 0 ), _pTimer( 0 ), _bInCall( sal_False ), in AsynchronLink()
57 AsynchronLink() : _nEventId( 0 ), _pTimer( 0 ), _bInCall( sal_False ), in AsynchronLink()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3500 switch ( _nEventId ) in onWindowEvent()
3508 && ( _nEventId == VCLEVENT_CONTROL_GETFOCUS in onWindowEvent()
3509 || _nEventId == VCLEVENT_CONTROL_LOSEFOCUS in onWindowEvent()
3513 && ( _nEventId == VCLEVENT_WINDOW_GETFOCUS in onWindowEvent()
3514 || _nEventId == VCLEVENT_WINDOW_LOSEFOCUS in onWindowEvent()
3522 …bool bFocusGained = ( _nEventId == VCLEVENT_CONTROL_GETFOCUS ) || ( _nEventId == VCLEVENT_WINDOW_G… in onWindowEvent()
3909 switch ( _nEventId ) in onWindowEvent()
3919 FmXTextCell::onWindowEvent( _nEventId, _rWindow, _pEventData ); in onWindowEvent()
4067 switch ( _nEventId ) in onWindowEvent()
4405 && ( _nEventId == VCLEVENT_LISTBOX_SELECT ) in onWindowEvent()
[all …]
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx88 const sal_Int16 _nEventId,
189 const sal_Int16 _nEventId, in fireEvent() argument
194 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in fireEvent()
264 const sal_Int16 _nEventId, in fireEvent() argument
269 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in fireEvent()
H A Dgridcell.hxx830 …virtual void onWindowEvent( const sal_uLong _nEventId, const Window& _rWindow, const void* _pEvent…
946 …virtual void onWindowEvent( const sal_uLong _nEventId, const Window& _rWindow, const void* _pEvent…
998 …virtual void onWindowEvent( const sal_uLong _nEventId, const Window& _rWindow, const void* _pEvent…
1050 …virtual void onWindowEvent( const sal_uLong _nEventId, const Window& _rWindow, const void* _pEvent…
1095 …virtual void onWindowEvent( const sal_uLong _nEventId, const Window& _rWindow, const void* _pEvent…
H A Dfmshimp.hxx126 FmLoadAction( FmFormPage* _pPage, sal_uInt16 _nFlags, sal_uLong _nEventId ) in FmLoadAction()
127 :pPage( _pPage ), nEventId( _nEventId ), nFlags( _nFlags ) in FmLoadAction()
H A DAccessibleFrameSelector.hxx111 …void NotifyAccessibleEvent( const sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _rOldV…
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx424 void BrowseBox::commitTableEvent( sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue… in commitTableEvent() argument
427 m_pImpl->m_pAccessible->commitTableEvent( _nEventId, _rNewValue, _rOldValue ); in commitTableEvent()
430 void BrowseBox::commitBrowseBoxEvent( sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldV… in commitBrowseBoxEvent() argument
433 m_pImpl->m_pAccessible->commitEvent( _nEventId, _rNewValue, _rOldValue); in commitBrowseBoxEvent()
/trunk/main/dbaccess/source/ui/inc/
H A DJAccess.hxx75 const sal_Int16 _nEventId, in notifyAccessibleEvent() argument
80 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in notifyAccessibleEvent()
H A DTableWindowAccess.hxx111 const sal_Int16 _nEventId, in notifyAccessibleEvent() argument
116 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in notifyAccessibleEvent()
H A DAccessibleBaseIFace.hxx45 virtual void notifyAccessibleEvent( sal_Int16 _nEventId,
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblecontexthelper.hxx220 const sal_Int16 _nEventId,
240 const sal_Int16 _nEventId,
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx732 void AccFrameSelector::NotifyAccessibleEvent( const sal_Int16 _nEventId, in NotifyAccessibleEvent() argument
738 AccessibleEventObject aEvent( xSource, _nEventId, _rNewValue, _rOldValue ); in NotifyAccessibleEvent()
H A Dcharmapacc.cxx76 const sal_Int16 _nEventId, in IMPLEMENT_FORWARD_XINTERFACE2()
82 m_pTable->fireEvent(_nEventId,_rOldValue,_rNewValue); in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/fpicker/source/office/
H A Dpickercallbacks.hxx50 virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) = 0;
H A DOfficeFilePicker.cxx342 void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) in notify() argument
349 switch ( _nEventId ) in notify()
H A DOfficeFilePicker.hxx213 virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId );
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx125 void VCLXAccessibleListItem::NotifyAccessibleEvent( sal_Int16 _nEventId, in NotifyAccessibleEvent() argument
131 aEvt.EventId = _nEventId; in NotifyAccessibleEvent()

Completed in 139 milliseconds

12