summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+5
2014-05-28resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7
2014-05-09fdo#77806: Check the boundaries before accessing an array....Kohei Yoshida1-2/+18
2014-05-06fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-5/+15
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida1-4/+2
2014-03-31rhbz#1080196: Delete the destination first then paste.Kohei Yoshida1-69/+32
2014-03-13fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-9/+25
2014-02-27fdo#75259: Let undo document share its string pool with the source doc.Kohei Yoshida1-0/+3
2014-02-25fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-4/+11
2014-02-12Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida1-2/+2
2014-02-06fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida1-9/+22
2014-02-06fdo#74516: Avoid excessive building of escaped sheet names.Kohei Yoshida1-5/+11
2014-02-03fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida1-0/+11
2014-01-30fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-4/+5
2014-01-27resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-14/+16
2013-12-18count notes - GetNotesInRange now include last tabLaurent Godard1-1/+1
2013-11-27Clear the cache here too.Kohei Yoshida1-0/+4
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida1-0/+5
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard1-0/+12
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard1-0/+16
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida1-0/+16
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida1-3/+12
2013-10-26remove now unused ScDocument::GetRowDefaultMatúš Kukan1-5/+0
2013-10-23When failing, we need to return an invalid address.Kohei Yoshida1-2/+2
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida1-12/+60
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-9/+95
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-11/+3
2013-10-08Unused methods.Kohei Yoshida1-8/+0
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+1
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin1-14/+0
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida1-0/+16
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida1-2/+2
2013-09-10Oops I forgot a return statement.Kohei Yoshida1-1/+1
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida1-0/+9
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida1-3/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-14Do the same when inserting columns.Kohei Yoshida1-1/+1
2013-08-13Do the same when deleting rows.Kohei Yoshida1-2/+2
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida1-6/+6
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-8/+10
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-11/+13
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-4/+7
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida1-4/+4
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida1-6/+4
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-07-24Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida1-31/+36
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida1-11/+39
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-5/+5