summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida12-28/+124
2014-11-21Dump formula group listener info.Kohei Yoshida3-6/+41
2014-11-21check that sort with absolute references works in both modesEike Rathke1-7/+20
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida3-17/+45
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida7-4/+156
2014-11-20Add string for transl. and "Test statistic" for Chi-Square TestTomaž Vajngerl3-33/+67
2014-11-20Use U_SUCCESSTor Lillqvist1-1/+1
2014-11-20One more IsMapMode() -> IsMapModeEnabled().Jan Holesovsky1-1/+1
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida9-16/+21
2014-11-20Improve wording for the OpenCL blacklist/whitelistTor Lillqvist1-4/+4
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist7-86/+58
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke3-10/+15
2014-11-20fdo#85594 enabling date format and pivot table and adding a more hidden onesYousuf Philips2-5/+8
2014-11-20Add tests for vectorized binary ops + - * /Tor Lillqvist1-5/+37
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida3-10/+22
2014-11-19Add COUNTTor Lillqvist1-0/+1
2014-11-19Add opcodes for binary operators + - * /Tor Lillqvist1-0/+6
2014-11-19Test also MIN, MAX and PRODUCTTor Lillqvist1-6/+23
2014-11-19Resolves: rhbz#1165444 abrt crash with NULL pViewCaolán McNamara1-5/+2
2014-11-19Don't use OpenCL for RAND by defaultTor Lillqvist2-1/+4
2014-11-19-Werror,-Wabsolute-valueStephan Bergmann1-1/+5
2014-11-19coverity#1242708 Untrusted loop boundCaolán McNamara1-0/+11
2014-11-18Use group area listeners during ODS import.Kohei Yoshida2-6/+21
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida5-23/+184
2014-11-19Generate OpenCL test doc programmatically, first versionTor Lillqvist1-0/+115
2014-11-19Revert "Add a spreadsheet to test OpenCL implementation on user request"Tor Lillqvist3-17/+0
2014-11-18Add a spreadsheet to test OpenCL implementation on user requestTor Lillqvist3-0/+17
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl6-0/+6
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida7-63/+38
2014-11-18fdo#85594 renabling a few entries and adding addition hidden entriesYousuf Philips2-5/+8
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida3-5/+13
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist3-0/+26
2014-11-18Rename Activate... -> Attach...Kohei Yoshida2-10/+10
2014-11-18Unnecessary casting.Kohei Yoshida1-1/+1
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist1-1/+1
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida5-19/+39
2014-11-18Extend the test to cover insertion / deletion of rows.Kohei Yoshida1-0/+39
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida5-33/+50
2014-11-18Unused local variable.Kohei Yoshida1-1/+0
2014-11-18Regroup formula cells in columns before initializing them.Kohei Yoshida1-1/+3
2014-11-18New test for testing group area listener behaviors during formula pasting.Kohei Yoshida2-0/+69
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida5-9/+9
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida7-28/+113
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida7-14/+17
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida6-12/+13
2014-11-18Avoid area listeners and such during formula cell paste replication.Kohei Yoshida3-9/+18
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida6-14/+178
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida2-100/+1