summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)Author
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida
2011-09-12Added code to handle paste functions and skip empties.Kohei Yoshida
2011-09-12Allow paste when the dest range is a multiple of the source range.Kohei Yoshida
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida
2011-09-12Pass multi-ranges to the undo object.Kohei Yoshida
2011-09-12ScPateUndo cleaned up.Kohei Yoshida
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida
2011-09-12Undo to work.Kohei Yoshida
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida
2011-09-08sal_Bool to bool.Kohei Yoshida
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-08-16GetLastSelected returns a table number and not a 1-based indexMarkus Mohrhard
2011-08-04some clean-upMarkus Mohrhard
2011-07-29bnc#707486 fix fit of extreme carelessness with defaulted paramsNoel Power
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power
2011-07-05yet more iterator->const_iteratorCaolán McNamara
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard
2011-05-19fix some bugs introduced with the last patches and rework some partsMarkus Mohrhard
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-04-26n#677811: Adjust/Shrink the ranges while copying.Muthu Subramanian
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-28undoapi: pulled and merged DEV300.m98Frank Schoenheit [fs]
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead code in 'view'Thomas Arnhold
2010-12-21Oops. We can't bail out earlier than that, it seems.Kohei Yoshida
2010-12-21Simplified the logic a bit.Kohei Yoshida
2010-12-21Leftover data after Undo operationJoost Wezenbeek
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
2010-11-21cleaned dead code in calc ui viewPierre-André Jacquod
2010-11-18Add workaround to avoid pasting data from OOo Calc as an OLE objectTor Lillqvist
2010-11-15Revert "initial debug statement"Kohei Yoshida
2010-11-15initial debug statementKohei Yoshida
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU...Frank Schoenheit [fs]
2010-10-20WaE, unused variableCaolán McNamara
2010-10-13Merge commit 'origin/master' fix conflicts and more trailing wsNoel Power
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notifiedThomas Benisch
2010-09-29chartextensibility: merge with DEV300_m88Thomas Benisch