summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida
2014-11-18fdo#85594 renabling a few entries and adding addition hidden entriesYousuf Philips
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist
2014-11-18Rename Activate... -> Attach...Kohei Yoshida
2014-11-18Unnecessary casting.Kohei Yoshida
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida
2014-11-18Extend the test to cover insertion / deletion of rows.Kohei Yoshida
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida
2014-11-18Unused local variable.Kohei Yoshida
2014-11-18Regroup formula cells in columns before initializing them.Kohei Yoshida
2014-11-18New test for testing group area listener behaviors during formula pasting.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-18Unindent.Kohei Yoshida
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida
2014-11-18Scope reduction.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-18Thread excel table row/column format finalization.Michael Meeks
2014-11-18Bump the minimum group size for OpenCL to 100Tor Lillqvist
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt
2014-11-18fdo#86086 addition of number format submenu and simplifying itemsYousuf Philips
2014-11-18fdo#85594 moving merge cells to standard toolbarYousuf Philips
2014-11-18fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popupsYousuf Philips
2014-11-18remove unneeded includesTomaž Vajngerl
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl
2014-11-18Related: coverity#1242793 Untrusted value as argumentCaolán McNamara
2014-11-18coverity#1242538 Untrusted loop boundCaolán McNamara
2014-11-18coverity#1242628 Untrusted loop boundCaolán McNamara
2014-11-18coverity#1242631 Untrusted loop boundCaolán McNamara
2014-11-17coverity#1242891 Untrusted loop boundCaolán McNamara
2014-11-17Add a bunch of allegedly common opcodes to the default subset for OpenCLTor Lillqvist
2014-11-17coverity#704257 Logically dead codeCaolán McNamara
2014-11-17Insert some fairly generic fallback whitelist entries for nowTor Lillqvist
2014-11-17-Werror,-Wunused-const-variableStephan Bergmann