summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard3-3/+90
2013-09-05WaE: -Werror,-Wunused-functionThomas Arnhold1-223/+0
2013-09-04Remove more unused methodsMarcos Paulo de Souza6-279/+0
2013-09-01These pieces of code are no longer needed.Kohei Yoshida4-101/+0
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida1-249/+0
2013-08-30-Werror,-WswitchStephan Bergmann1-18/+11
2013-08-30Patch for milestone1-0829-v4.Haidong Lian4-743/+2188
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara14-128/+86
2013-08-29add support for in-place style previewNoel Power4-22/+84
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin2-2/+2
2013-08-28warning C4805: == : unsafe mix of type[s]Stephan Bergmann1-1/+1
2013-08-27interpr/vlookup: use ScMatrix func to find matching cellsPierre-Eric Pelloux-Prayer1-11/+25
2013-08-27Follow-up change for coding styles, boundary checks etc.Kohei Yoshida1-16/+24
2013-08-27Fix the build.Kohei Yoshida1-3/+5
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer1-0/+126
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power2-5/+26
2013-08-25Unused variable.Kohei Yoshida1-1/+0
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida1-0/+5
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida1-80/+88
2013-08-23cppcheck: fix reassigned valueJulien Nabet1-2/+1
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks1-1/+2
2013-08-22cppcheck: various fixesJulien Nabet1-16/+13
2013-08-22cppcheck: fix redundant assignmentsJulien Nabet1-0/+1
2013-08-21fdo#68381 take care of cell notes on TransposeLaurent Godard1-0/+14
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák8-17/+17
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida1-0/+86
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)Julien Nabet2-14/+14
2013-08-17sal_Bool to boolTakeshi Abe1-10/+10
2013-08-17Mark as constTakeshi Abe2-2/+2
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl1-12/+22
2013-08-16cppcheck: memory leak + test rResult before freeing itJulien Nabet1-2/+4
2013-08-15Mark as constTakeshi Abe1-18/+18
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida4-16/+2
2013-08-14Do the same when inserting columns.Kohei Yoshida2-2/+7
2013-08-14XubString->OUStringCaolán McNamara1-2/+2
2013-08-13Do the same when deleting rows.Kohei Yoshida2-4/+9
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida4-12/+97
2013-08-13Try to re-group without ungrouping all cells.Kohei Yoshida1-31/+77
2013-08-13Ensure iterators are value-initializedStephan Bergmann1-16/+0
2013-08-13Unused memeberStephan Bergmann1-1/+0
2013-08-12Compile token array only once per formula group.Kohei Yoshida1-17/+24
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida1-6/+18
2013-08-12Fix indentation.Kohei Yoshida1-6/+6
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida1-12/+36
2013-08-12Do the splitting of formula groups.Kohei Yoshida3-8/+31
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida4-6/+152
2013-08-12If the formula cell is grouped, update reference only on the top cell.Kohei Yoshida1-0/+4
2013-08-12Detect self-referencing groups, and disable group-calculation.Kohei Yoshida2-6/+96
2013-08-12Disable vectorization on named ranges for now.Kohei Yoshida2-26/+3