EnumVariant.cpp (b0a7a3cf) | EnumVariant.cpp (86e1cf34) |
---|---|
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 --- 164 unchanged lines hidden (view full) --- 173 CHECK_ENABLE_INF_ZERO 174 175 if(m_pXAccessibleSelection.is()) 176 return m_pXAccessibleSelection->getSelectedAccessibleChildCount(); 177 return 0; 178} 179 180/** | 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 --- 164 unchanged lines hidden (view full) --- 173 CHECK_ENABLE_INF_ZERO 174 175 if(m_pXAccessibleSelection.is()) 176 return m_pXAccessibleSelection->getSelectedAccessibleChildCount(); 177 return 0; 178} 179 180/** |
181 * Set memeber m_pXAccessibleSelection to NULL and m_lCurrent to m_lLBound. | 181 * Set member m_pXAccessibleSelection to NULL and m_lCurrent to m_lLBound. |
182 * @param. 183 * @return Result 184 */ 185STDMETHODIMP CEnumVariant::ClearEnumeration() 186{ 187 pUNOInterface = NULL; 188 m_pXAccessibleSelection = NULL; 189 m_lCurrent = m_lLBound; --- 38 unchanged lines hidden --- | 182 * @param. 183 * @return Result 184 */ 185STDMETHODIMP CEnumVariant::ClearEnumeration() 186{ 187 pUNOInterface = NULL; 188 m_pXAccessibleSelection = NULL; 189 m_lCurrent = m_lLBound; --- 38 unchanged lines hidden --- |