summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke
2014-12-06Fix incorrect adjustment of range references during sort.Kohei Yoshida
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida
2014-12-05ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke
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-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke
2014-11-28Fix OpenCL-less buildTor Lillqvist
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida
2014-11-21Dump formula group listener info.Kohei Yoshida
2014-11-21Handle group area listeners correctly when deleting cells.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-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist
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-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida
2014-11-18Let's not re-use the same iterator esp when it's still iterating.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-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida
2014-11-18Differentiate shared and non-shared formula cells when registering.Kohei Yoshida
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida
2014-11-18Move this code to the context class.Kohei Yoshida
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida
2014-11-18Make these methods non-inline again.Kohei Yoshida
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl