summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-05loplugin:unreffunStephan Bergmann1-56/+0
2015-01-05Refactor OpenCL settings dialogOlivier Hallot1-468/+57
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-13/+13
2014-11-27Add the "Test" button backTor Lillqvist1-4/+3
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-201/+6
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist1-28/+0
2014-11-24coverity#1255908 Resource leakCaolán McNamara1-17/+17
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-21Add new-style test generation for SUM and PRODUCTTor Lillqvist1-151/+90
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-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist1-18/+7
2014-11-20Add tests for vectorized binary ops + - * /Tor Lillqvist1-5/+37
2014-11-19Test also MIN, MAX and PRODUCTTor Lillqvist1-6/+23
2014-11-19Don't use OpenCL for RAND by defaultTor Lillqvist1-0/+4
2014-11-19-Werror,-Wabsolute-valueStephan Bergmann1-1/+5
2014-11-19Generate OpenCL test doc programmatically, first versionTor Lillqvist1-0/+115
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist1-0/+11
2014-11-14Handle the 'New' and 'Delete' buttonsTor Lillqvist1-0/+38
2014-11-14I don't know what I planned the 'Edit' button to do, drop itTor Lillqvist1-1/+0
2014-11-14coverity#1251589 silence Using invalid iteratorCaolán McNamara1-5/+1
2014-11-14coverity#1251587 Unchecked dynamic_castCaolán McNamara1-12/+10
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist1-7/+7
2014-11-12Split driver version specification into a rangeTor Lillqvist1-6/+16
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist1-9/+9
2014-11-10callcatcher: unused codeCaolán McNamara1-4/+0
2014-11-07sc, opencl dependant code called even without FEATURE_OPENCLNorbert Thiebaud1-1/+4
2014-11-07Update the white or black list when editing an entryTor Lillqvist1-7/+14
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist1-30/+79
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist1-46/+17
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist1-15/+65
2014-11-06Bin unnecessary variablesTor Lillqvist1-15/+0
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist1-4/+95
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-7/+136
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida1-9/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin1-15/+15
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke1-10/+154
2014-03-14SvxCheckListBox/SvTreeList/ListBox position types nitpickEike Rathke1-5/+5
2014-03-10coverity#1103674 Unchecked dynamic_castCaolán McNamara1-1/+5
2014-01-28bool improvementsStephan Bergmann1-2/+2