summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+1
2015-04-21tdf#89957 prevent crash, not really fixedEike Rathke1-1/+1
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
2015-01-12only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard1-0/+1
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-1/+3
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard1-0/+1
2014-12-06Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+1
2014-12-03get rid of defaulted boolean parameters in ScColumn::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-4/+13
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-2/+10
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+5
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-1/+1
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke1-5/+7
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida1-3/+5
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida1-4/+9
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida1-2/+1
2014-11-18Rename Activate... -> Attach...Kohei Yoshida1-2/+2
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida1-1/+1
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/+3
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida1-1/+1
2014-11-18Avoid area listeners and such during formula cell paste replication.Kohei Yoshida1-1/+2
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-3/+7
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06sc: remove some unused codeNoel Grandin1-2/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-1/+0
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida1-2/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-14do not forward-declare templatesDavid Tardon1-1/+1
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/+7
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-6/+6
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard1-1/+2
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-1/+0
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+4
2014-06-25remove whitespaceMarkus Mohrhard1-1/+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-2/+2
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke1-1/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-05-13remove dead codeNoel Grandin1-2/+0