summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann
2011-09-12Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).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-12Properly mark multiple ranges during undo and redo.Kohei Yoshida
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida
2011-09-12ResetChanged() now takes range list.Kohei Yoshida
2011-09-12PostPaint() now takes range list.Kohei Yoshida
2011-09-12Swapped the 8-param and 3-param variants of PostPaint().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-12ScUndoPaste to handle multiple ranges.Kohei Yoshida
2011-09-12ScPateUndo cleaned up.Kohei Yoshida
2011-09-12ScMultiBlockUndo in place.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-12Be even more specificTor Lillqvist
2011-09-12Be more specific, gb_CCVER is set only in unxgcc.mk anywayTor Lillqvist
2011-09-12fdo#40759 Fix GAMMADIST() result for x=0Wolfgang Pechlaner
2011-09-12callcatcher: drop unused methodsCaolán McNamara
2011-09-11sal_Bool to bool and cosmeticsEike Rathke
2011-09-11translated some commentsEike Rathke
2011-09-11fix fdo#39485 recalculate matrix formula dimension correctlyEike Rathke
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke
2011-09-10Revert partly cppcheck cleaningJulien Nabet
2011-09-10Some cppcheck cleaningJulien Nabet
2011-09-09 second try to prevent warningMarkus Mohrhard
2011-09-09forgot to add the file for the unit testMarkus Mohrhard
2011-09-09prevent warningMarkus Mohrhard
2011-09-09add logical function unit testMarkus Mohrhard
2011-09-09externalrefmgr.cxx is String freeMarkus Mohrhard
2011-09-09add range name xls testMarkus Mohrhard
2011-09-08sal_Bool to bool.Kohei Yoshida
2011-09-08Bring the default row height back to the 3.4 level.Kohei Yoshida
2011-09-08GCC bug 50255 will be fixed in 4.6.2 already.Stephan Bergmann
2011-09-08Related: gcc#50255 we now know the bounds of the broken gcc versionsCaolán McNamara
2011-09-07Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida
2011-09-08make ScViewFunc::SetStyleSheetToMarked() work againEike Rathke
2011-09-07use SAL_CONST_UINT64 with such large valuesEike Rathke
2011-09-07some basic unit test for xls and xlsxMarkus Mohrhard
2011-09-07Remove warnings.Kohei Yoshida
2011-09-07Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard
2011-09-06related #i114504: external reference manager partMarkus Mohrhard