Lines Matching refs:CMAccessible

196 AccObjectManagerAgent* CMAccessible::g_pAgent = NULL;
198 CMAccessible::CMAccessible(): in CMAccessible() function in CMAccessible
222 CMAccessible::~CMAccessible() in ~CMAccessible()
265 STDMETHODIMP CMAccessible::get_accParent(IDispatch **ppdispParent) in get_accParent()
302 STDMETHODIMP CMAccessible::get_accChildCount(long *pcountChildren) in get_accChildCount()
335 STDMETHODIMP CMAccessible::get_accChild(VARIANT varChild, IDispatch **ppdispChild) in get_accChild()
373 STDMETHODIMP CMAccessible::get_accName(VARIANT varChild, BSTR *pszName) in get_accName()
412 STDMETHODIMP CMAccessible::get_accValue(VARIANT varChild, BSTR *pszValue) in get_accValue()
457 STDMETHODIMP CMAccessible::get_accDescription(VARIANT varChild, BSTR *pszDescription) in get_accDescription()
496 STDMETHODIMP CMAccessible::get_accRole(VARIANT varChild, VARIANT *pvarRole) in get_accRole()
547 STDMETHODIMP CMAccessible::get_accState(VARIANT varChild, VARIANT *pvarState) in get_accState()
606 STDMETHODIMP CMAccessible::get_accHelp(VARIANT, BSTR *) in get_accHelp()
620 STDMETHODIMP CMAccessible::get_accHelpTopic(BSTR *, VARIANT, long *) in get_accHelpTopic()
650 STDMETHODIMP CMAccessible::get_accKeyboardShortcut(VARIANT varChild, BSTR *pszKeyboardShortcut) in get_accKeyboardShortcut()
804 STDMETHODIMP CMAccessible::get_accFocus(VARIANT *pvarChild) in get_accFocus()
843 STDMETHODIMP CMAccessible::get_accSelection(VARIANT *pvarChildren) in get_accSelection()
892 STDMETHODIMP CMAccessible::accLocation(long *pxLeft, long *pyTop, long *pcxWidth, long *pcyHeight, … in accLocation()
949 STDMETHODIMP CMAccessible::accNavigate(long navDir, VARIANT varStart, VARIANT *pvarEndUpAt) in accNavigate()
991 STDMETHODIMP CMAccessible::accHitTest(long xLeft, long yTop, VARIANT *pvarChild) in accHitTest()
1052 STDMETHODIMP CMAccessible::QueryService(REFGUID guidService, REFIID riid, void** ppvObject) in QueryService()
1066 STDMETHODIMP CMAccessible::put_accName(VARIANT varChild, BSTR szName) in put_accName()
1099 STDMETHODIMP CMAccessible::put_accValue(VARIANT varChild, BSTR szValue) in put_accValue()
1130 STDMETHODIMP CMAccessible::Put_XAccName(const OLECHAR __RPC_FAR *pszName) in Put_XAccName()
1155 STDMETHODIMP CMAccessible::Put_XAccRole(unsigned short pRole) in Put_XAccRole()
1166 STDMETHODIMP CMAccessible::DecreaseState(DWORD pXSate) in DecreaseState()
1177 STDMETHODIMP CMAccessible::IncreaseState(DWORD pXSate) in IncreaseState()
1188 STDMETHODIMP CMAccessible::SetState(DWORD pXSate) in SetState()
1201 STDMETHODIMP CMAccessible::Put_XAccDescription(const OLECHAR __RPC_FAR *pszDescription) in Put_XAccDescription()
1227 STDMETHODIMP CMAccessible::Put_XAccValue(const OLECHAR __RPC_FAR *pszAccValue) in Put_XAccValue()
1252 STDMETHODIMP CMAccessible::Put_XAccWindowHandle(HWND hwnd) in Put_XAccWindowHandle()
1268 STDMETHODIMP CMAccessible::Put_XAccFocus(long dChildID) in Put_XAccFocus()
1301 STDMETHODIMP CMAccessible::Put_XAccLocation(const Location sLocation) in Put_XAccLocation()
1314 STDMETHODIMP CMAccessible::Put_XAccParent(IMAccessible __RPC_FAR *pIParent) in Put_XAccParent()
1329 STDMETHODIMP CMAccessible::Put_XAccChildID(long dChildID) in Put_XAccChildID()
1341 STDMETHODIMP CMAccessible::Put_XAccAgent(long pAgent) in Put_XAccAgent()
1354 STDMETHODIMP CMAccessible::NotifyDestroy(BOOL isDestroy) in NotifyDestroy()
1371 IMAccessible* CMAccessible::GetChildInterface(long dChildID)//for test in GetChildInterface()
1419 BOOL CMAccessible::IsDecendantManage() in IsDecendantManage()
1431 IMAccessible* CMAccessible::GetNavigateChildForDM(VARIANT varCur, short flags) in GetNavigateChildForDM()
1510 HRESULT CMAccessible::GetFirstChild(VARIANT varStart,VARIANT* pvarEndUpAt) in GetFirstChild()
1547 HRESULT CMAccessible::GetLastChild(VARIANT varStart,VARIANT* pvarEndUpAt) in GetLastChild()
1583 HRESULT CMAccessible::GetNextSibling(VARIANT varStart,VARIANT* pvarEndUpAt) in GetNextSibling()
1617 HRESULT CMAccessible::GetPreSibling(VARIANT varStart,VARIANT* pvarEndUpAt) in GetPreSibling()
1653 STDMETHODIMP CMAccessible::get_nRelations( long __RPC_FAR *nRelations) in get_nRelations()
1683 STDMETHODIMP CMAccessible::get_relation( long relationIndex, IAccessibleRelation __RPC_FAR *__RPC_F… in get_relation()
1749 STDMETHODIMP CMAccessible::get_relations( long, IAccessibleRelation __RPC_FAR *__RPC_FAR *relation,… in get_relations()
1811 STDMETHODIMP CMAccessible::role(long __RPC_FAR *role) in role()
1823 STDMETHODIMP CMAccessible:: get_nActions(long __RPC_FAR *nActions) in get_nActions()
1853 STDMETHODIMP CMAccessible:: scrollToPoint(enum IA2CoordinateType, long, long) in scrollToPoint()
1862 STDMETHODIMP CMAccessible:: scrollTo(enum IA2ScrollType) in scrollTo()
1895 STDMETHODIMP CMAccessible:: get_groupPosition(long __RPC_FAR *groupLevel,long __RPC_FAR *similarIte… in get_groupPosition()
2070 STDMETHODIMP CMAccessible:: get_extendedStates( long, BSTR __RPC_FAR *__RPC_FAR *, long __RPC_FAR *) in get_extendedStates()
2083 STDMETHODIMP CMAccessible:: get_uniqueID(long __RPC_FAR *uniqueID) in get_uniqueID()
2099 STDMETHODIMP CMAccessible:: get_windowHandle(HWND __RPC_FAR *windowHandle) in get_windowHandle()
2112 CMAccessible* pChild = this; in get_windowHandle()
2115 pChild = (CMAccessible*)pParent; in get_windowHandle()
2136 XAccessibleContext* CMAccessible::GetContextByXAcc( XAccessible* pXAcc ) in GetContextByXAcc()
2155 Reference< XAccessibleSelection > CMAccessible::GetSelection() in GetSelection()
2173 HRESULT CMAccessible::SelectChild(XAccessible* pItem) in SelectChild()
2198 HRESULT CMAccessible::DeSelectChild(XAccessible* pItem) in DeSelectChild()
2226 HRESULT CMAccessible::SelectMultipleChidren( XAccessible** pItem,int size ) in SelectMultipleChidren()
2251 HRESULT CMAccessible::DeSelectMultipleChildren( XAccessible** pItem,int size ) in DeSelectMultipleChildren()
2276 STDMETHODIMP CMAccessible::SetXAccessible(long pXAcc) in SetXAccessible()
2297 STDMETHODIMP CMAccessible::accSelect(long flagsSelect, VARIANT varChild) in accSelect()
2391 STDMETHODIMP CMAccessible::GetUNOInterface(long* pXAcc) in GetUNOInterface()
2406 STDMETHODIMP CMAccessible::SetDefaultAction(long pAction) in SetDefaultAction()
2419 HRESULT STDMETHODCALLTYPE CMAccessible::get_accDefaultAction(VARIANT varChild, BSTR *pszDefaultActi… in get_accDefaultAction()
2457 HRESULT STDMETHODCALLTYPE CMAccessible::accDoDefaultAction(VARIANT varChild) in accDoDefaultAction()
2491 STDMETHODIMP CMAccessible::Put_ActionDescription( const OLECHAR* szAction) in Put_ActionDescription()
2508 BOOL CMAccessible::GetXInterfaceFromXAccessible(XAccessible* pXAcc, XInterface** ppXI, int index) in GetXInterfaceFromXAccessible()
2557 HRESULT WINAPI CMAccessible::SmartQI(void* pv, REFIID iid, void** ppvObject) in SmartQI()
2613 BOOL CMAccessible::get_IAccessibleFromXAccessible(long pXAcc, IAccessible **ppIA) in get_IAccessibleFromXAccessible()
2635 void CMAccessible::get_OLECHARFromAny(Any& pAny, OLECHAR* pChar) in get_OLECHARFromAny()
2820 void CMAccessible::get_OLECHAR4Numbering(const Any& pAny, short numberingLevel,const OUString& numb… in get_OLECHAR4Numbering()
2843 CMAccessible::get_OLECHARFromAny(rProp.Value,pTemp); in get_OLECHAR4Numbering()
2882 void CMAccessible::ConvertAnyToVariant(const ::com::sun::star::uno::Any &rAnyVal, VARIANT *pvData) in ConvertAnyToVariant()
3009 STDMETHODIMP CMAccessible::Get_XAccChildID(long* childID) in Get_XAccChildID()
3019 STDMETHODIMP CMAccessible:: get_states(AccessibleStates __RPC_FAR *states ) in get_states()
3057 STDMETHODIMP CMAccessible:: get_extendedRole( BSTR __RPC_FAR * ) in get_extendedRole()
3069 STDMETHODIMP CMAccessible:: get_localizedExtendedRole( BSTR __RPC_FAR * ) in get_localizedExtendedRole()
3078 STDMETHODIMP CMAccessible:: get_nExtendedStates( long __RPC_FAR * ) in get_nExtendedStates()
3091 STDMETHODIMP CMAccessible:: get_localizedExtendedStates( long, BSTR __RPC_FAR *__RPC_FAR *, long __… in get_localizedExtendedStates()
3102 STDMETHODIMP CMAccessible:: get_indexInParent( long __RPC_FAR *accParentIndex) in get_indexInParent()
3122 STDMETHODIMP CMAccessible:: get_locale( IA2Locale __RPC_FAR *locale ) in get_locale()
3198 STDMETHODIMP CMAccessible:: get_appName( BSTR __RPC_FAR *name) in get_appName()
3210 STDMETHODIMP CMAccessible:: get_appVersion(BSTR __RPC_FAR *version) in get_appVersion()
3221 STDMETHODIMP CMAccessible:: get_toolkitName(BSTR __RPC_FAR *name) in get_toolkitName()
3232 STDMETHODIMP CMAccessible:: get_toolkitVersion(BSTR __RPC_FAR *version) in get_toolkitVersion()
3245 STDMETHODIMP CMAccessible::get_attributes(/*[out]*/ BSTR *pAttr) in get_attributes()