summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-08\<the the\> -> theJan Holesovsky
2015-05-30Implemented formula group count statisticBenjamin Ni
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-15tdf#89957 prevent crash, not really fixedEike Rathke
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida
2015-01-10only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida
2014-12-09remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida
2014-11-18Rename Activate... -> Attach...Kohei Yoshida
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida
2014-11-18Avoid area listeners and such during formula cell paste replication.Kohei Yoshida
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06sc: remove some unused codeNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-14do not forward-declare templatesDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard