summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-09-13Let's keep our file naming scheme consistent.Kohei Yoshida
2011-09-12We normally use an 'f' prefix for double.Kohei Yoshida
2011-09-12No need to use += to initialize m_aFileRoot.Kohei Yoshida
2011-09-12Let's do hard re-calc only when necessary.Kohei Yoshida
2011-09-12Let's put using namespace declarations at the top.Kohei Yoshida
2011-09-12It's appropriate to name this class singular.Kohei Yoshida
2011-09-12Let's not indent in namespace scopes.Kohei Yoshida
2011-09-12These don't have to be member functions.Kohei Yoshida
2011-09-13force always a full recalculation for ods, xls and xlsx in unit testMarkus Mohrhard
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida
2011-09-13add files for bugFix tests and restructure filters-test a bitMarkus Mohrhard
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida
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