summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)Author
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-12targetted VBA re-work.Noel Power
2012-07-23-Werror=unused-parameterStephan Bergmann
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-06-29Remove unused header guards and optionsThomas Arnhold
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-21Remove unused dbexch.hrcThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-03-22removed duplicate includes in scTakeshi Abe
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard
2011-11-27remove include of pch header from scNorbert Thiebaud
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