summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-24Ctrl+A and Data Sort took ages to broadcast ALL cells, fdo#81501 relatedEike Rathke1-1/+5
2014-12-13fdo#86762 re-establish listeners to move cell broadcastersEike Rathke1-1/+1
2014-11-23fdo#81633: Add a hidden configuration option to toggle ref update on sort.Kohei Yoshida1-2/+6
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-4/+1
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+4
2014-07-28fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+1
2014-07-15fdo#81309: Adjust references during sort.Kohei Yoshida1-4/+12
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+5
2014-05-13remove dead codeNoel Grandin1-3/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida1-1/+0
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida1-1/+2
2014-04-23SwapRow() is no more!Kohei Yoshida1-1/+0
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida1-1/+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-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida1-1/+1
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida1-0/+3
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida1-0/+1
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida1-0/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida1-2/+4
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-1/+3
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/+10
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-1/+2
2014-03-05remove unused code ScTable::GetCellCount(short)Noel Grandin1-1/+0
2014-02-27remove unused code ScTable::GetNote(short, int)Noel Grandin1-2/+0
2014-02-27remove unused code ScTable::SetRawString(short, int, rtl::OUString const&)Noel Grandin1-1/+0
2014-02-26remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin1-2/+0
2014-02-26remove unused code ScDocument::GetFormulaTokensNoel Grandin1-1/+0
2014-02-26remove unused code ScDocument::RebuildFormulaGroups()Noel Grandin1-1/+0
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-0/+2
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-0/+2
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-5/+5
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-3/+3
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-1/+2
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/+1
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/+1
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-13/+8
2014-01-31Move this to its own method.Kohei Yoshida1-0/+6
2014-01-31Extract this code block into its own method.Kohei Yoshida1-1/+8
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida1-2/+6
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+5
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-1/+1
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+4
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-3/+3