summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard2-3/+28
2013-09-05WaE: -Werror,-Wunused-functionThomas Arnhold1-223/+0
2013-09-04Remove more unused methodsMarcos Paulo de Souza2-232/+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-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara4-17/+9
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-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power1-2/+4
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida1-0/+5
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-21fdo#68381 take care of cell notes on TransposeLaurent Godard1-0/+14
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák5-14/+14
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida1-0/+86
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-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-12We still need to update cell positions for non-top cells.Kohei Yoshida1-12/+36
2013-08-12Do the splitting of formula groups.Kohei Yoshida1-5/+4
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida2-6/+65
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 Yoshida1-3/+96
2013-08-12Disable vectorization on named ranges for now.Kohei Yoshida1-26/+0
2013-08-12Uncomment this.Kohei Yoshida1-1/+1
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-4/+0
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida2-5/+25
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida3-11/+43
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida4-8/+45
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida1-22/+73
2013-08-12removed misleading comment about now obsolete CELLTYPE_NOTEEike Rathke1-1/+0
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried1-41/+179
2013-08-09Revert "fdo#37341 dix unending loop in calc with Goal Seek"Stephan Bergmann1-179/+41
2013-08-08import performance : do not use EditEngine anymoreLaurent Godard1-5/+1
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried1-41/+179
2013-08-05fix build with debug STLDavid Tardon1-7/+17
2013-08-02Fix subtotal functions in the status bar.Kohei Yoshida1-1/+1
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida3-173/+353
2013-07-31WaE: Unused private fieldsTor Lillqvist1-4/+0
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida4-42/+42
2013-07-30More on avoiding direct access to reference data members.Kohei Yoshida1-10/+12
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida9-194/+259
2013-07-30Adjust named range references on sheet move.Kohei Yoshida7-41/+53
2013-07-30Update range names on sheet deletion.Kohei Yoshida6-39/+55