/aoo4110/main/winaccessibility/source/service/ |
H A D | AccComponentEventListener.cxx | 192 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 D | AccContainerEventListener.cxx | 245 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 D | AccObject.cxx | 547 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 D | AccWindowEventListener.cxx | 138 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState() 147 pAgent->DecreaseState( pAccessible, AccessibleStateType::SHOWING ); in setComponentState()
|
H A D | AccObjectManagerAgent.cxx | 212 void AccObjectManagerAgent::DecreaseState( XAccessible* pXAcc,unsigned short pState ) in DecreaseState() function in AccObjectManagerAgent 216 pWinManager->DecreaseState( pXAcc, pState ); in DecreaseState()
|
H A D | AccParagraphEventListener.cxx | 71 pAgent->DecreaseState( pAccessible, State); in notifyEvent()
|
H A D | AccDialogEventListener.cxx | 141 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
|
H A D | AccMenuEventListener.cxx | 142 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
|
H A D | AccFrameEventListener.cxx | 164 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
|
H A D | AccDescendantManagerEventListener.cxx | 146 pAgent->DecreaseState( pAcc, AccessibleStateType::SELECTED); in handleSelectionChangedEvent()
|
H A D | AccObjectWinManager.cxx | 958 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 D | UAccCOM.idl | 39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);
|
/aoo4110/main/winaccessibility/inc/ |
H A D | AccObject.hxx | 104 void DecreaseState(short xState );//call COM interface DecreaseState method
|
H A D | AccObjectManagerAgent.hxx | 64 void DecreaseState( com::sun::star::accessibility::XAccessible* pXAcc,unsigned short pState );
|
H A D | AccObjectWinManager.hxx | 134 void DecreaseState( com::sun::star::accessibility::XAccessible* pXAcc,unsigned short pState );
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.h | 193 STDMETHOD(DecreaseState)(DWORD pXSate);
|
H A D | MAccessible.cpp | 1166 STDMETHODIMP CMAccessible::DecreaseState(DWORD pXSate) in DecreaseState() function in CMAccessible
|