gridwin3.cxx (b3f79822) | gridwin3.cxx (0deba7fb) |
---|---|
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 --- 165 unchanged lines hidden (view full) --- 174 if ( !pViewData->GetView()->IsDrawSelMode() ) 175 if ( !bNewMarked ) 176 { 177 pViewData->GetViewShell()->SetDrawShell( sal_False ); 178 bLeaveDraw = sal_True; 179 if ( !bOldMarked && 180 rKEvt.GetKeyCode().GetCode() == KEY_DELETE ) 181 bUsed = sal_False; // nichts geloescht | 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 --- 165 unchanged lines hidden (view full) --- 174 if ( !pViewData->GetView()->IsDrawSelMode() ) 175 if ( !bNewMarked ) 176 { 177 pViewData->GetViewShell()->SetDrawShell( sal_False ); 178 bLeaveDraw = sal_True; 179 if ( !bOldMarked && 180 rKEvt.GetKeyCode().GetCode() == KEY_DELETE ) 181 bUsed = sal_False; // nichts geloescht |
182//IAccessibility2 Implementation 2009----- 183 if(bOldMarked) 184 GetFocus(); 185//-----IAccessibility2 Implementation 2009 |
|
182 } 183 if (!bLeaveDraw) 184 UpdateStatusPosSize(); // #108137# for moving/resizing etc. by keyboard 185 return bUsed; 186 } 187 } 188 189 return sal_False; --- 250 unchanged lines hidden --- | 186 } 187 if (!bLeaveDraw) 188 UpdateStatusPosSize(); // #108137# for moving/resizing etc. by keyboard 189 return bUsed; 190 } 191 } 192 193 return sal_False; --- 250 unchanged lines hidden --- |