Home
last modified time | relevance | path

Searched refs:pXSate (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);
40 [id(4), helpstring("method IncreaseState")] HRESULT IncreaseState(DWORD pXSate);
43 [id(7), helpstring("method SetState")] HRESULT SetState(DWORD pXSate);
/aoo4110/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h193 STDMETHOD(DecreaseState)(DWORD pXSate);
194 STDMETHOD(IncreaseState)(DWORD pXSate);
195 STDMETHOD(SetState)(DWORD pXSate);
H A DMAccessible.cpp1166 STDMETHODIMP CMAccessible::DecreaseState(DWORD pXSate) in DecreaseState() argument
1168 m_dState &= (~pXSate); in DecreaseState()
1177 STDMETHODIMP CMAccessible::IncreaseState(DWORD pXSate) in IncreaseState() argument
1179 m_dState |= pXSate; in IncreaseState()
1188 STDMETHODIMP CMAccessible::SetState(DWORD pXSate) in SetState() argument
1190 m_dState = pXSate; in SetState()

Completed in 33 milliseconds