Home
last modified time | relevance | path

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

/aoo4110/main/winaccessibility/source/service/
H A DAccComponentEventListener.cxx192 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in setComponentState()
202 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSABLE); in setComponentState()
249 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in fireStatePropertyChange()
268 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
277 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
281 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
287 pAgent->DecreaseState( pAccessible, state); in fireStatePropertyChange()
293 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in fireStatePropertyChange()
295 pAgent->DecreaseState( pAccessible, AccessibleStateType::SHOWING ); in fireStatePropertyChange()
299 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in fireStatePropertyChange()
[all …]
H A DAccContainerEventListener.cxx245 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in setComponentState()
254 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSABLE); in setComponentState()
273 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSED); in setComponentState()
332 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
338 pAgent->DecreaseState( pAccessible, state); in fireStatePropertyChange()
343 pAgent->DecreaseState( pAccessible, AccessibleStateType::SHOWING ); in fireStatePropertyChange()
347 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in fireStatePropertyChange()
403 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSED); in fireStateFocusdChange()
419 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSED); in fireStateFocusdChange()
H A DAccObject.cxx547 m_pIMAcc->DecreaseState( STATE_SYSTEM_READONLY ); in GetMSAAStateFromUNO()
574 void AccObject::DecreaseState( short xState ) in DecreaseState() function in AccObject
609 m_pIMAcc->DecreaseState(msState); in DecreaseState()
628 m_pIMAcc->DecreaseState( STATE_SYSTEM_INVISIBLE ); in IncreaseState()
632 m_pIMAcc->DecreaseState( STATE_SYSTEM_OFFSCREEN ); in IncreaseState()
774 m_pIMAcc->DecreaseState( STATE_SYSTEM_FOCUSABLE ); in UpdateState()
871 DecreaseState( FOCUSABLE ); in UpdateState()
874 DecreaseState( FOCUSABLE ); in UpdateState()
998 DecreaseState( FOCUSED ); in unsetFocus()
H A DAccWindowEventListener.cxx138 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
147 pAgent->DecreaseState( pAccessible, AccessibleStateType::SHOWING ); in setComponentState()
H A DAccObjectManagerAgent.cxx212 void AccObjectManagerAgent::DecreaseState( XAccessible* pXAcc,unsigned short pState ) in DecreaseState() function in AccObjectManagerAgent
216 pWinManager->DecreaseState( pXAcc, pState ); in DecreaseState()
H A DAccParagraphEventListener.cxx71 pAgent->DecreaseState( pAccessible, State); in notifyEvent()
H A DAccDialogEventListener.cxx141 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
H A DAccMenuEventListener.cxx142 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
H A DAccFrameEventListener.cxx164 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
H A DAccDescendantManagerEventListener.cxx146 pAgent->DecreaseState( pAcc, AccessibleStateType::SELECTED); in handleSelectionChangedEvent()
H A DAccObjectWinManager.cxx958 void AccObjectWinManager::DecreaseState( XAccessible* pXAcc,unsigned short pState ) in DecreaseState() function in AccObjectWinManager
962 pAccObj->DecreaseState( pState ); in DecreaseState()
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);
/aoo4110/main/winaccessibility/inc/
H A DAccObject.hxx104 void DecreaseState(short xState );//call COM interface DecreaseState method
H A DAccObjectManagerAgent.hxx64 void DecreaseState( com::sun::star::accessibility::XAccessible* pXAcc,unsigned short pState );
H A DAccObjectWinManager.hxx134 void DecreaseState( com::sun::star::accessibility::XAccessible* pXAcc,unsigned short pState );
/aoo4110/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h193 STDMETHOD(DecreaseState)(DWORD pXSate);
H A DMAccessible.cpp1166 STDMETHODIMP CMAccessible::DecreaseState(DWORD pXSate) in DecreaseState() function in CMAccessible

Completed in 51 milliseconds