svxpixelctlaccessiblecontext.cxx (9b8096d0) svxpixelctlaccessiblecontext.cxx (4d7c9de0)
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

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

1118
1119 if (mrParentWindow )
1120 {
1121 long nIndex = mrParentWindow->GetFoucsPosIndex();
1122 if ( nIndex == mnIndexInParent)
1123 {
1124 pStateSetHelper->AddState( AccessibleStateType::SELECTED );
1125 }
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

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

1118
1119 if (mrParentWindow )
1120 {
1121 long nIndex = mrParentWindow->GetFoucsPosIndex();
1122 if ( nIndex == mnIndexInParent)
1123 {
1124 pStateSetHelper->AddState( AccessibleStateType::SELECTED );
1125 }
1126 //IAccessibility2 Implementation 2009-----
1127 if (mrParentWindow->GetBitmapPixel(sal_uInt16(mnIndexInParent)))
1126 if (mrParentWindow->GetBitmapPixel(sal_uInt16(mnIndexInParent)))
1128 //-----IAccessibility2 Implementation 2009
1129 {
1130 pStateSetHelper->AddState( AccessibleStateType::CHECKED );
1131 }
1132 }
1133 }
1134 else
1135 pStateSetHelper->AddState( AccessibleStateType::DEFUNC );
1136

--- 145 unchanged lines hidden ---
1127 {
1128 pStateSetHelper->AddState( AccessibleStateType::CHECKED );
1129 }
1130 }
1131 }
1132 else
1133 pStateSetHelper->AddState( AccessibleStateType::DEFUNC );
1134

--- 145 unchanged lines hidden ---