summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)AuthorFilesLines
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in scNoel Grandin3-0/+18
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-1/+1
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-5/+5
2015-01-28Disable the 'Test OpenCL' button once pressedTor Lillqvist1-1/+3
2015-01-28Make the OpenCL test document construction and calculation a bit fasterTor Lillqvist1-32/+39
2015-01-28Add NORMDIST testTor Lillqvist1-0/+64
2015-01-28Use minimum necessary value for nRowsTor Lillqvist1-3/+3
2015-01-28Add ROUND testTor Lillqvist1-0/+53
2015-01-28Add NORMSINV testTor Lillqvist1-0/+7
2015-01-21callcatcher: update unused codeCaolán McNamara2-45/+0
2015-01-07coverity#1261766 Uninitialized pointer fieldCaolán McNamara1-3/+0
2015-01-05sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)Douglas Mencken1-0/+2
2015-01-05loplugin:unreffunStephan Bergmann1-56/+0
2015-01-05Refactor OpenCL settings dialogOlivier Hallot2-517/+72
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann2-16/+16
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-2/+0
2014-12-08Revert "No need to have OpenCL optional at configure-time"David Tardon1-0/+2
2014-11-27Add the "Test" button backTor Lillqvist2-4/+5
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist2-225/+11
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist2-31/+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 Lillqvist2-20/+8
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 Lillqvist2-0/+13
2014-11-14Handle the 'New' and 'Delete' buttonsTor Lillqvist2-0/+40
2014-11-14I don't know what I planned the 'Edit' button to do, drop itTor Lillqvist2-2/+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 Lillqvist2-7/+18
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist2-11/+11
2014-11-10callcatcher: unused codeCaolán McNamara2-5/+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