summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
Commit message (Expand)AuthorAgeFilesLines
* sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin2015-12-271-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-14/+14
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* convert SC_PASTE constants to scoped enumNoel Grandin2015-09-221-3/+3
* Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke2015-09-101-1/+1
* improve the returnbyref lopluginNoel Grandin2015-07-061-1/+1
* \<the the\> -> theJan Holesovsky2015-06-081-1/+1
* Implemented formula group count statisticBenjamin Ni2015-05-301-0/+1
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-171-4/+4
* tdf#89957 prevent crash, not really fixedEike Rathke2015-04-151-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke2015-02-051-0/+1
* 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