select.cxx (b3f79822) select.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

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

364 {
365 if (!bAnchor)
366 {
367 pView->DoneRefMode( sal_True );
368 pView->InitRefMode( nPosX, nPosY, pViewData->GetTabNo(), SC_REFTYPE_REF );
369 }
370
371 pView->UpdateRef( nPosX, nPosY, pViewData->GetTabNo() );
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

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

364 {
365 if (!bAnchor)
366 {
367 pView->DoneRefMode( sal_True );
368 pView->InitRefMode( nPosX, nPosY, pViewData->GetTabNo(), SC_REFTYPE_REF );
369 }
370
371 pView->UpdateRef( nPosX, nPosY, pViewData->GetTabNo() );
372//IAccessibility2 Implementation 2009-----
373 pView->SelectionChanged();
374//-----IAccessibility2 Implementation 2009
372 }
373 }
374 else if (pViewData->IsFillMode() ||
375 (pViewData->GetFillMode() == SC_FILL_MATRIX && (nScFillModeMouseModifier & KEY_MOD1) ))
376 {
377 // Wenn eine Matrix angefasst wurde, kann mit Ctrl auf AutoFill zurueckgeschaltet werden
378
379 SCCOL nStartX, nEndX;

--- 508 unchanged lines hidden ---
375 }
376 }
377 else if (pViewData->IsFillMode() ||
378 (pViewData->GetFillMode() == SC_FILL_MATRIX && (nScFillModeMouseModifier & KEY_MOD1) ))
379 {
380 // Wenn eine Matrix angefasst wurde, kann mit Ctrl auf AutoFill zurueckgeschaltet werden
381
382 SCCOL nStartX, nEndX;

--- 508 unchanged lines hidden ---