summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
Commit message (Expand)AuthorAgeFilesLines
* coverity#1266519 Use after freeCaolán McNamara2015-01-261-1/+1
* fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida2015-01-151-0/+3
* Implement getDocumentSize(). Cell data only for now.Kohei Yoshida2015-01-141-0/+1
* introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke2014-12-091-0/+8
* introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke2014-12-091-1/+1
* Revert "coverity#1242942 Use of untrusted scalar value"Caolán McNamara2014-12-071-9/+0
* Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke2014-12-051-1/+5
* Create 2 variants of SortReorderByRow.Kohei Yoshida2014-12-051-0/+2
* Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke2014-12-041-1/+1
* introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke2014-12-031-1/+1
* coverity#1242942 Use of untrusted scalar valueCaolán McNamara2014-12-031-0/+9
* remove boolean parameter default from ScTable::SetDirty()Eike Rathke2014-12-031-1/+1
* fdo#86762 broadcast also empty cells after sortEike Rathke2014-12-021-1/+1
* Adjust ref undo to ensure group area listeners are used.Kohei Yoshida2014-11-251-1/+4
* Use group area listeners when deleting rows.Kohei Yoshida2014-11-211-1/+3
* Adjust InsertRow() for group area listeners.Kohei Yoshida2014-11-201-0/+6
* No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida2014-11-201-1/+1
* Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida2014-11-181-4/+7
* Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida2014-11-181-1/+1
* Rename these to make it clear that they are only to be called from ...Kohei Yoshida2014-11-181-1/+1
* Use group-area listeners during copy & paste if we can.Kohei Yoshida2014-11-181-1/+2
* Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida2014-11-181-1/+2
* Rename methods whose name no longer represent what they do.Kohei Yoshida2014-11-181-1/+1
* Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida2014-11-181-3/+6
* calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard2014-11-041-0/+3
* remove some unused code in scNoel Grandin2014-11-041-2/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-3/+3
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-3/+3
* Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida2014-10-221-1/+3
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-3/+3
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-3/+3
* Add menu entry for the "formula to value" feature.Kohei Yoshida2014-10-041-0/+2
* New feature to allow converting formula cells to static values.Kohei Yoshida2014-10-021-0/+8
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-041-5/+5
* fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida2014-09-031-2/+6
* fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida2014-07-301-4/+1
* fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2014-07-281-2/+4
* fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida2014-07-271-0/+1
* fdo#81309: Adjust references during sort.Kohei Yoshida2014-07-131-4/+12
* remove whitespaceMarkus Mohrhard2014-06-251-2/+0
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-191-1/+5
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-13/+13
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-2/+2
* remove dead codeNoel Grandin2014-05-131-3/+0
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida2014-05-011-1/+0
* fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida2014-04-251-1/+2
* SwapRow() is no more!Kohei Yoshida2014-04-231-1/+0
* New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida2014-04-231-1/+2
* Skip adjustment of row height when all rows have the same height.Kohei Yoshida2014-04-231-0/+2