summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann2-5/+0
2011-09-12Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida1-6/+49
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida3-27/+48
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida6-54/+134
2011-09-12Added code to handle paste functions and skip empties.Kohei Yoshida1-0/+21
2011-09-12Allow paste when the dest range is a multiple of the source range.Kohei Yoshida1-2/+5
2011-09-12Properly mark multiple ranges during undo and redo.Kohei Yoshida1-3/+11
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida3-6/+8
2011-09-12ResetChanged() now takes range list.Kohei Yoshida3-14/+15
2011-09-12PostPaint() now takes range list.Kohei Yoshida2-50/+59
2011-09-12Swapped the 8-param and 3-param variants of PostPaint().Kohei Yoshida1-26/+29
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida11-39/+46
2011-09-12Pass multi-ranges to the undo object.Kohei Yoshida1-1/+1
2011-09-12ScUndoPaste to handle multiple ranges.Kohei Yoshida2-80/+97
2011-09-12ScPateUndo cleaned up.Kohei Yoshida9-61/+42
2011-09-12ScMultiBlockUndo in place.Kohei Yoshida2-0/+121
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida4-24/+40
2011-09-12Undo to work.Kohei Yoshida1-6/+54
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida4-13/+185
2011-09-12Be even more specificTor Lillqvist1-1/+1
2011-09-12Be more specific, gb_CCVER is set only in unxgcc.mk anywayTor Lillqvist1-1/+1
2011-09-12fdo#40759 Fix GAMMADIST() result for x=0Wolfgang Pechlaner1-1/+18
2011-09-12callcatcher: drop unused methodsCaolán McNamara2-9/+0
2011-09-11sal_Bool to bool and cosmeticsEike Rathke3-199/+199
2011-09-11translated some commentsEike Rathke2-29/+29
2011-09-11fix fdo#39485 recalculate matrix formula dimension correctlyEike Rathke2-3/+11
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke4-9/+4
2011-09-10Revert partly cppcheck cleaningJulien Nabet1-1/+1
2011-09-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-09-09 second try to prevent warningMarkus Mohrhard1-2/+5
2011-09-09forgot to add the file for the unit testMarkus Mohrhard1-0/+0
2011-09-09prevent warningMarkus Mohrhard1-8/+8
2011-09-09add logical function unit testMarkus Mohrhard4-0/+188
2011-09-09externalrefmgr.cxx is String freeMarkus Mohrhard1-4/+2
2011-09-09add range name xls testMarkus Mohrhard1-18/+29
2011-09-08sal_Bool to bool.Kohei Yoshida2-34/+34
2011-09-08Bring the default row height back to the 3.4 level.Kohei Yoshida1-7/+12
2011-09-08GCC bug 50255 will be fixed in 4.6.2 already.Stephan Bergmann1-1/+1
2011-09-08Related: gcc#50255 we now know the bounds of the broken gcc versionsCaolán McNamara1-3/+6
2011-09-07Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida2-4/+293
2011-09-08make ScViewFunc::SetStyleSheetToMarked() work againEike Rathke1-2/+1
2011-09-07use SAL_CONST_UINT64 with such large valuesEike Rathke1-1/+1
2011-09-07some basic unit test for xls and xlsxMarkus Mohrhard4-19/+44
2011-09-07Remove warnings.Kohei Yoshida1-2/+2
2011-09-07Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida245-3397/+4916
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner7-0/+284
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida3-28/+16
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard3-8/+59
2011-09-06related #i114504: external reference manager partMarkus Mohrhard1-3/+26
2011-09-06related #i114504: don't assume external references are always file urlsNiklas Nebel1-12/+16