vclxaccessibleradiobutton.cxx (0841af79) | vclxaccessibleradiobutton.cxx (21075d77) |
---|---|
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 --- 183 unchanged lines hidden (view full) --- 192// ----------------------------------------------------------------------------- 193 194::rtl::OUString VCLXAccessibleRadioButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException) 195{ 196 OExternalLockGuard aGuard( this ); 197 198 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) 199 throw IndexOutOfBoundsException(); | 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 --- 183 unchanged lines hidden (view full) --- 192// ----------------------------------------------------------------------------- 193 194::rtl::OUString VCLXAccessibleRadioButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException) 195{ 196 OExternalLockGuard aGuard( this ); 197 198 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) 199 throw IndexOutOfBoundsException(); |
200 201 return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) ); | 200 return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_SELECT ) ); |
202} 203 204// ----------------------------------------------------------------------------- 205 206Reference< XAccessibleKeyBinding > VCLXAccessibleRadioButton::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException) 207{ 208 OExternalLockGuard aGuard( this ); 209 --- 101 unchanged lines hidden --- | 201} 202 203// ----------------------------------------------------------------------------- 204 205Reference< XAccessibleKeyBinding > VCLXAccessibleRadioButton::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException) 206{ 207 OExternalLockGuard aGuard( this ); 208 --- 101 unchanged lines hidden --- |