summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida2011-09-121-6/+49
* Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida2011-09-123-27/+48
* Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida2011-09-126-54/+134
* Added code to handle paste functions and skip empties.Kohei Yoshida2011-09-121-0/+21
* Allow paste when the dest range is a multiple of the source range.Kohei Yoshida2011-09-121-2/+5
* Properly mark multiple ranges during undo and redo.Kohei Yoshida2011-09-121-3/+11
* Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida2011-09-123-6/+8
* ResetChanged() now takes range list.Kohei Yoshida2011-09-123-14/+15
* PostPaint() now takes range list.Kohei Yoshida2011-09-122-50/+59
* Swapped the 8-param and 3-param variants of PostPaint().Kohei Yoshida2011-09-121-26/+29
* Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida2011-09-1211-39/+46
* Pass multi-ranges to the undo object.Kohei Yoshida2011-09-121-1/+1
* ScUndoPaste to handle multiple ranges.Kohei Yoshida2011-09-122-80/+97
* ScPateUndo cleaned up.Kohei Yoshida2011-09-129-61/+42
* ScMultiBlockUndo in place.Kohei Yoshida2011-09-122-0/+121
* PostPasteFromClip to work with ScRangeList.Kohei Yoshida2011-09-124-24/+40
* Undo to work.Kohei Yoshida2011-09-121-6/+54
* Got the normal paste to work. Still no undo etc.Kohei Yoshida2011-09-124-13/+185
* Be even more specificTor Lillqvist2011-09-121-1/+1
* Be more specific, gb_CCVER is set only in unxgcc.mk anywayTor Lillqvist2011-09-121-1/+1
* fdo#40759 Fix GAMMADIST() result for x=0Wolfgang Pechlaner2011-09-121-1/+18
* callcatcher: drop unused methodsCaolán McNamara2011-09-122-9/+0
* sal_Bool to bool and cosmeticsEike Rathke2011-09-113-199/+199
* translated some commentsEike Rathke2011-09-112-29/+29
* fix fdo#39485 recalculate matrix formula dimension correctlyEike Rathke2011-09-112-3/+11
* fix fdo#40590 stop abusing regular string token for XML importEike Rathke2011-09-114-9/+4
* Revert partly cppcheck cleaningJulien Nabet2011-09-101-1/+1
* Some cppcheck cleaningJulien Nabet2011-09-101-1/+1
* second try to prevent warningMarkus Mohrhard2011-09-091-2/+5
* forgot to add the file for the unit testMarkus Mohrhard2011-09-091-0/+0
* prevent warningMarkus Mohrhard2011-09-091-8/+8
* add logical function unit testMarkus Mohrhard2011-09-094-0/+188
* externalrefmgr.cxx is String freeMarkus Mohrhard2011-09-091-4/+2
* add range name xls testMarkus Mohrhard2011-09-091-18/+29
* sal_Bool to bool.Kohei Yoshida2011-09-082-34/+34
* Bring the default row height back to the 3.4 level.Kohei Yoshida2011-09-081-7/+12
* GCC bug 50255 will be fixed in 4.6.2 already.Stephan Bergmann2011-09-081-1/+1
* Related: gcc#50255 we now know the bounds of the broken gcc versionsCaolán McNamara2011-09-081-3/+6
* Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida2011-09-072-4/+293
* make ScViewFunc::SetStyleSheetToMarked() work againEike Rathke2011-09-081-2/+1
* use SAL_CONST_UINT64 with such large valuesEike Rathke2011-09-071-1/+1
* some basic unit test for xls and xlsxMarkus Mohrhard2011-09-074-19/+44
* Remove warnings.Kohei Yoshida2011-09-071-2/+2
* Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida2011-09-07245-3397/+4916
|\
| * BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner2011-09-077-0/+284
| * Improve performance of large Excel documents wrt cell style import.Kohei Yoshida2011-09-063-28/+16
| * initital work for a unit test for calc's basic featuresMarkus Mohrhard2011-09-063-8/+59
| * related #i114504: external reference manager partMarkus Mohrhard2011-09-061-3/+26
| * related #i114504: don't assume external references are always file urlsNiklas Nebel2011-09-061-12/+16
| * merge area does not need to be increased if a shadow is attachedMarkus Mohrhard2011-09-0615-42/+29