btndlg.cxx (9f62ea84) btndlg.cxx (ad3a95a3)
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

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

284
285// -----------------------------------------------------------------------
286
287void ButtonDialog::StateChanged( StateChangedType nType )
288{
289 if ( nType == STATE_CHANGE_INITSHOW )
290 {
291 ImplPosControls();
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

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

284
285// -----------------------------------------------------------------------
286
287void ButtonDialog::StateChanged( StateChangedType nType )
288{
289 if ( nType == STATE_CHANGE_INITSHOW )
290 {
291 ImplPosControls();
292//IAccessibility2 Implementation 2009-----
293 ImplBtnDlgItem* pItem = mpItemList->First();
294 while ( pItem )
295 {
296 if ( pItem->mpPushButton && pItem->mbOwnButton )
297 pItem->mpPushButton->SetZOrder(0, WINDOW_ZORDER_LAST);
298 pItem = mpItemList->Next();
299 }
300//-----IAccessibility2 Implementation 2009
292
293 // Focus evt. auf den entsprechenden Button setzen
294 if ( mnFocusButtonId != BUTTONDIALOG_BUTTON_NOTFOUND )
295 {
296 ImplBtnDlgItem* pItem = mpItemList->First();
297 while ( pItem )
298 {
299 if ( pItem->mnId == mnFocusButtonId )

--- 244 unchanged lines hidden ---
301
302 // Focus evt. auf den entsprechenden Button setzen
303 if ( mnFocusButtonId != BUTTONDIALOG_BUTTON_NOTFOUND )
304 {
305 ImplBtnDlgItem* pItem = mpItemList->First();
306 while ( pItem )
307 {
308 if ( pItem->mnId == mnFocusButtonId )

--- 244 unchanged lines hidden ---