summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida2015-01-151-0/+3
* only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard2015-01-101-0/+1
* Deteremine the script type of source cell during paste replication.Kohei Yoshida2014-12-101-1/+3
* remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke2014-12-091-1/+0
* introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke2014-12-091-0/+8
* introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke2014-12-091-1/+11
* we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2014-12-081-0/+1
* Fix incorrect adjustment of range references during sort.Kohei Yoshida2014-12-051-0/+1
* get rid of defaulted boolean parameters in ScColumn::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-4/+13
* Use group area listeners when deleting rows.Kohei Yoshida2014-11-211-2/+10
* Adjust InsertRow() for group area listeners.Kohei Yoshida2014-11-201-0/+5
* No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida2014-11-201-1/+1
* fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke2014-11-201-5/+7
* Use group area listener when entering a new single formula cell.Kohei Yoshida2014-11-191-3/+5
* Use group area listeners when filling down formula cells via fill series.Kohei Yoshida2014-11-181-4/+9
* Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida2014-11-181-2/+1
* Rename Activate... -> Attach...Kohei Yoshida2014-11-181-2/+2
* Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida2014-11-181-1/+1
* 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/+3
* Rename methods whose name no longer represent what they do.Kohei Yoshida2014-11-181-1/+1
* Avoid area listeners and such during formula cell paste replication.Kohei Yoshida2014-11-181-1/+2
* Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida2014-11-181-3/+7
* Speed up pasting of single row onto multiple destination rows.Kohei Yoshida2014-11-181-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* sc: remove some unused codeNoel Grandin2014-11-061-2/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-3/+3
* Fraction: Revert "do not forward-declare templates"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida2014-10-221-1/+0
* Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida2014-10-221-2/+1
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* do not forward-declare templatesDavid Tardon2014-10-141-1/+1
* 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/+7
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-041-6/+6
* don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard2014-08-161-1/+2
* fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida2014-07-301-1/+0
* fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2014-07-281-2/+4
* remove whitespaceMarkus Mohrhard2014-06-251-1/+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-2/+2
* resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke2014-05-271-1/+1
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-2/+2
* remove dead codeNoel Grandin2014-05-131-2/+0