summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-0/+1
2015-01-16fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+3
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-1/+5
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-0/+2
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke1-1/+1
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-1/+1
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+4
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-1/+3
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+6
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-1/+1
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida1-4/+7
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida1-1/+1
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida1-1/+1
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-1/+2
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-1/+2
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida1-1/+1
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-3/+6
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-0/+3
2014-11-04remove some unused code in scNoel Grandin1-2/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-1/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida1-0/+2
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+8
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-5/+5
2014-09-03fdo#81633: Add a new 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-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+4
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+1
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-4/+12
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-13/+13
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+2
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