cellsh4.cxx (b3f79822) | cellsh4.cxx (4b4244d8) |
---|---|
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 --- 81 unchanged lines hidden (view full) --- 90 { 91 //! evaluate cursor movement option? 92 nRTLSign = -1; 93 } 94 95 // einmal extra, damit der Cursor bei ExecuteInputDirect nicht zuoft gemalt wird: 96 pTabViewShell->HideAllCursors(); 97 | 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 --- 81 unchanged lines hidden (view full) --- 90 { 91 //! evaluate cursor movement option? 92 nRTLSign = -1; 93 } 94 95 // einmal extra, damit der Cursor bei ExecuteInputDirect nicht zuoft gemalt wird: 96 pTabViewShell->HideAllCursors(); 97 |
98 // i123629 99 if( pTabViewShell->GetCurObjectSelectionType() == OST_Editing ) 100 pTabViewShell->SetForceFocusOnCurCell(sal_True); 101 else 102 pTabViewShell->SetForceFocusOnCurCell(sal_False); 103 |
|
98 //OS: einmal fuer alle wird doch reichen! 99 pTabViewShell->ExecuteInputDirect(); 100 switch ( nSlotId ) 101 { 102 case SID_CURSORDOWN: 103 pTabViewShell->MoveCursorRel( 0, nRepeat, SC_FOLLOW_LINE, bSel, bKeep ); 104 break; 105 --- 273 unchanged lines hidden --- | 104 //OS: einmal fuer alle wird doch reichen! 105 pTabViewShell->ExecuteInputDirect(); 106 switch ( nSlotId ) 107 { 108 case SID_CURSORDOWN: 109 pTabViewShell->MoveCursorRel( 0, nRepeat, SC_FOLLOW_LINE, bSel, bKeep ); 110 break; 111 --- 273 unchanged lines hidden --- |