summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar1-11/+35
2014-11-24Remove superfluous and inconsistent whitespaceTor Lillqvist1-3/+3
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist10-28/+4
2014-11-24Reduce the amount of data by an order of magnitudeTor Lillqvist1-7/+7
2014-11-24Add AVERAGE testTor Lillqvist1-0/+6
2014-11-24Add MIN and MAX testsTor Lillqvist1-0/+12
2014-11-24Fix fencepost errorsTor Lillqvist1-13/+19
2014-11-24The initial value for PRODUCT should obviously be one, not zeroTor Lillqvist1-1/+1
2014-11-24cid#1255906: Unchecked return valueTor Lillqvist1-1/+1
2014-11-24timers: callback useless, remove timer completely.Tobias Madl2-13/+0
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-9/+9
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida8-22/+101
2014-11-21Dump formula group listener info.Kohei Yoshida2-6/+35
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida2-17/+44
2014-11-21Add new-style test generation for SUM and PRODUCTTor Lillqvist1-151/+90
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida4-4/+140
2014-11-21Some of our supported compilers still don't have 'override' it seemsTor Lillqvist1-6/+6
2014-11-21Re-factor the OpenCL quality test spreadsheet generating codeTor Lillqvist1-9/+311
2014-11-21Mark InsertTable SC_DLLPUBLIC, will need it in next commitTor Lillqvist1-1/+1
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 Yoshida5-12/+17
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist5-48/+49
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke2-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 Yoshida2-7/+17
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 Yoshida4-19/+175
2014-11-19Generate OpenCL test doc programmatically, first versionTor Lillqvist1-0/+115
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida5-57/+30
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida2-5/+10
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist2-0/+13
2014-11-18Rename Activate... -> Attach...Kohei Yoshida1-8/+8
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 Yoshida3-18/+36
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida3-31/+48
2014-11-18Unused local variable.Kohei Yoshida1-1/+0