summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2014-05-05fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida
2014-04-28Make these non inline.Kohei Yoshida
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-15CID#1202917 removed unused member variable nMaxTableNumberEike Rathke
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-03-25fdo#76402: Write unit test for this first.Kohei Yoshida
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-03-14some formula interpreter options are document specificEike Rathke
2014-03-13fdo#58307: Write export test for this to ensure it won't go away...Kohei Yoshida
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida
2014-02-27remove unused code ScDocument::GetCellCount(short, short) constNoel Grandin
2014-02-26remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin
2014-02-26remove unused code ScDocument::CountNotes()Noel Grandin
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin
2014-02-26remove unused code ScDocument::RebuildFormulaGroups()Noel Grandin
2014-02-24fdo#75259: Let undo document share its string pool with the source doc.Kohei Yoshida
2014-02-21fdo#74345: Minimalistic test to reproduce this.Kohei Yoshida
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida
2014-02-11Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida
2014-02-11fdo#74014: Another attempt to reproduce this bug in test.Kohei Yoshida
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida
2014-02-02fdo#74325: Write unit test for cell note export to ods.Kohei Yoshida
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida
2014-01-29fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida
2014-01-28fdo#74014: Better fix, to re-use existing method.Kohei Yoshida
2014-01-27fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida
2013-12-18We don't need these yet.Kohei Yoshida
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida
2013-12-10fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida
2013-12-02Integrate branch of IAccessible2Steve Yin