summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-0713-17/+17
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-073-3/+5
* UNO API test for conditional formatsMatúš Kukan2015-01-073-0/+246
* fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan2015-01-073-7/+25
* fix invalid string accessMarkus Mohrhard2015-01-071-3/+8
* fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière2015-01-079-11/+11
* Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet2015-01-061-2/+2
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-061-7/+7
* fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin2015-01-061-3/+3
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-065-24/+24
* fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin2015-01-062-2/+2
* fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2015-01-063-24/+24
* Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist2015-01-052-0/+59
* sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)Douglas Mencken2015-01-051-0/+2
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-052-2/+2
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-055-10/+14
* loplugin:unreffunStephan Bergmann2015-01-051-56/+0
* fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2015-01-052-1/+2
* Refactor OpenCL settings dialogOlivier Hallot2015-01-053-1031/+396
* Resolves fdo#87863: Calc tooltip text for hyperlink wrong on OSXJulien Nabet2015-01-052-2/+11
* Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee2015-01-051-8/+7
* java: unnecessary importsNoel Grandin2015-01-051-4/+0
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-042-6/+6
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-1/+1
* help out clangCaolán McNamara2015-01-042-0/+8
* merge OpCodeEnum and OpCodeCaolán McNamara2015-01-045-7/+7
* Typo: translitaration->transliterationJulien Nabet2015-02-031-3/+3
* Typo: calulate->calculateJulien Nabet2015-02-032-4/+4
* Fix indentTomaž Vajngerl2015-01-041-5/+7
* Remove nOverlap as it is constantly set to 0 now.Tomaž Vajngerl2015-01-041-35/+32
* fdo#87684 option to make tabbar inline with scrollbar againTomaž Vajngerl2015-01-043-17/+76
* tabview - put locals into anonymous namespaceTomaž Vajngerl2015-01-041-2/+12
* need algorithm for std::minCaolán McNamara2015-01-031-0/+1
* need algorithm for std::minCaolán McNamara2015-01-031-0/+1
* need algorithm for std::minCaolán McNamara2015-01-031-0/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0384-268/+249
* Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet2015-01-032-1/+8
* Ensure that we don't block on kernel when launching it.Kohei Yoshida2015-01-021-3/+16
* Make these non-inline, for consistency.Kohei Yoshida2015-01-021-100/+115
* Add a missing space.Jan Holesovsky2015-01-031-1/+1
* Fix simple typos.Andrea Gelmini2015-01-023-6/+6
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-1/+1
* Ifdef out testSharedFormulaXLS() for now, fails for me with OpenCL on CPUTor Lillqvist2014-12-311-0/+8
* Cosmetic changesTor Lillqvist2014-12-311-11/+5
* add a few more formula testsRaal2014-12-319-4/+236
* correct test for fdo#81195Markus Mohrhard2014-12-301-0/+26
* add test for fdo#81195Markus Mohrhard2014-12-302-0/+23
* use the correct tab for sheet local names, fdo#81195Markus Mohrhard2014-12-301-2/+2
* add test for fdo#84556Markus Mohrhard2014-12-303-13/+48
* relative refs wrap around in xls, fdo#84556Markus Mohrhard2014-12-302-7/+16