summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-6/+2
2014-07-15fdo#81309: Adjust references during sort.Kohei Yoshida1-13/+22
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-0/+1
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida1-3/+0
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+3
2014-05-13fdo#78402: Write test for this.Kohei Yoshida1-2/+2
2014-05-13remove dead codeNoel Grandin1-2/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-05-05fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-4/+5
2014-04-28Make these non inline.Kohei Yoshida1-2/+2
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida1-0/+2
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida1-0/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-15CID#1202917 removed unused member variable nMaxTableNumberEike Rathke1-2/+0
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida1-0/+2
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-1/+10
2014-03-25fdo#76402: Write unit test for this first.Kohei Yoshida1-0/+13
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida1-0/+2
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+2
2014-03-14some formula interpreter options are document specificEike Rathke1-0/+6
2014-03-13fdo#58307: Write export test for this to ensure it won't go away...Kohei Yoshida1-1/+1
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-3/+5
2014-02-27remove unused code ScDocument::GetCellCount(short, short) constNoel Grandin1-1/+0
2014-02-26remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin1-5/+0
2014-02-26remove unused code ScDocument::CountNotes()Noel Grandin1-1/+0
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin1-1/+0
2014-02-26remove unused code ScDocument::RebuildFormulaGroups()Noel Grandin1-1/+0
2014-02-24fdo#75259: Let undo document share its string pool with the source doc.Kohei Yoshida1-1/+3
2014-02-21fdo#74345: Minimalistic test to reproduce this.Kohei Yoshida1-1/+1
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-0/+2
2014-02-11Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida1-2/+3
2014-02-11fdo#74014: Another attempt to reproduce this bug in test.Kohei Yoshida1-1/+1
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida1-0/+1
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida1-1/+0
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida1-1/+1
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida1-0/+2
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida1-0/+6
2014-02-02fdo#74325: Write unit test for cell note export to ods.Kohei Yoshida1-1/+1
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-9/+7
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+13
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-2/+2
2014-01-29fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-0/+2
2014-01-28fdo#74014: Better fix, to re-use existing method.Kohei Yoshida1-5/+0
2014-01-27fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida1-0/+5
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+4
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke1-3/+3
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida1-8/+0
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida1-2/+2