MAccessible.cpp (86e1cf34) MAccessible.cpp (81afc36f)
1/**************************************************************
2*
3* Licensed to the Apache Software Foundation (ASF) under one
4* or more contributor license agreements. See the NOTICE file
5* distributed with this work for additional information
6* regarding copyright ownership. The ASF licenses this file
7* to you under the Apache License, Version 2.0 (the
8* "License"); you may not use this file except in compliance

--- 2209 unchanged lines hidden (view full) ---

2218}
2219
2220/**
2221* Select multiple XAccessible items,for implementation of accSelect
2222* @param pItem, the items should be selected.
2223* @param size, the size of the items.
2224* @return S_OK if successful.
2225*/
1/**************************************************************
2*
3* Licensed to the Apache Software Foundation (ASF) under one
4* or more contributor license agreements. See the NOTICE file
5* distributed with this work for additional information
6* regarding copyright ownership. The ASF licenses this file
7* to you under the Apache License, Version 2.0 (the
8* "License"); you may not use this file except in compliance

--- 2209 unchanged lines hidden (view full) ---

2218}
2219
2220/**
2221* Select multiple XAccessible items,for implementation of accSelect
2222* @param pItem, the items should be selected.
2223* @param size, the size of the items.
2224* @return S_OK if successful.
2225*/
2226HRESULT CMAccessible::SelectMutipleChidren( XAccessible** pItem,int size )
2226HRESULT CMAccessible::SelectMultipleChidren( XAccessible** pItem,int size )
2227{
2228
2229 ENTER_PROTECTED_BLOCK
2230 ISDESTROY()
2231 // #CHECK#
2232 if(pItem == NULL)
2233 {
2234 return E_INVALIDARG;

--- 8 unchanged lines hidden (view full) ---

2243}
2244
2245/**
2246* Deselect multiple XAccessible items,for implementation of accSelect
2247* @param pItem, the items should be selected.
2248* @param size, the size of the items.
2249* @return S_OK if successful.
2250*/
2227{
2228
2229 ENTER_PROTECTED_BLOCK
2230 ISDESTROY()
2231 // #CHECK#
2232 if(pItem == NULL)
2233 {
2234 return E_INVALIDARG;

--- 8 unchanged lines hidden (view full) ---

2243}
2244
2245/**
2246* Deselect multiple XAccessible items,for implementation of accSelect
2247* @param pItem, the items should be selected.
2248* @param size, the size of the items.
2249* @return S_OK if successful.
2250*/
2251HRESULT CMAccessible::DeSelectMutipleChildren( XAccessible** pItem,int size )
2251HRESULT CMAccessible::DeSelectMultipleChildren( XAccessible** pItem,int size )
2252{
2253
2254 ENTER_PROTECTED_BLOCK
2255 ISDESTROY()
2256 // #CHECK#
2257 if(pItem == NULL)
2258 {
2259 return E_INVALIDARG;

--- 1016 unchanged lines hidden ---
2252{
2253
2254 ENTER_PROTECTED_BLOCK
2255 ISDESTROY()
2256 // #CHECK#
2257 if(pItem == NULL)
2258 {
2259 return E_INVALIDARG;

--- 1016 unchanged lines hidden ---