summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-15remove unused code in ScRawTokenNoel Grandin1-74/+0
2014-11-15some formatting improvementsMarkus Mohrhard1-4/+5
2014-11-15Make "Hypothesized Mean Difference" as parameter in t-testTomaž Vajngerl1-7/+8
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-0/+21
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-14Remove the dummy entry just used for testingTor 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-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava41-89/+89
2014-11-14-Werror,-Wunused-const-variableNoel Grandin1-21/+0
2014-11-13callcatcher: BiffDrawingObjectBase is never constructedCaolán McNamara2-355/+0
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist3-26/+27
2014-11-13valgrind: check return of convertDateTime before using fDateCaolán McNamara1-8/+10
2014-11-12fdo#86219 use vector replication when obtaining scalar for jump matrixEike Rathke1-1/+2
2014-11-12addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twiceLaurent Godard1-2/+0
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard2-8/+7
2014-11-12coverity#1242892 Untrusted value as argumentCaolán McNamara1-0/+1
2014-11-12Check blacklist and whitelist here, tooTor Lillqvist1-0/+26
2014-11-12Make checkForKnownBadCompilers() publicTor Lillqvist2-21/+23
2014-11-12Specify platform vendor, not platform nameTor Lillqvist1-1/+1
2014-11-12We want the platform vendor here, not the platform nameTor Lillqvist1-1/+1
2014-11-12Refactor and fix checkForKnownBadCompilers()Tor Lillqvist1-60/+45
2014-11-12A bit more informative SAL_INFO loggingTor Lillqvist1-2/+6
2014-11-12Add first whitelist and blacklist check attempt to checkForKnownBadCompilers()Tor Lillqvist1-12/+74
2014-11-12Add a whitelist entry, too (for what I happen to be running at the moment)Tor Lillqvist1-0/+3
2014-11-12Add output operators for SAL_INFO convenienceTor Lillqvist1-0/+19
2014-11-12Bin effectively dead codeTor Lillqvist1-120/+1
2014-11-12Add comment that replies to the question in comment aboveTor Lillqvist1-0/+9
2014-11-12Don't use misleading 'm' prefix for non-member variablesTor Lillqvist1-9/+9
2014-11-12Expand tiny misleadingly named 'registerOpenCLKernel' at its only call siteTor Lillqvist2-8/+3
2014-11-12Keep also the platform vendor in ds_deviceTor Lillqvist1-0/+7
2014-11-12Split driver version specification into a rangeTor Lillqvist4-12/+25
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist4-25/+25
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini32-47/+47
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti8-22/+1
2014-11-11sc: ~ScViewPaneBase() needs the SolarMutexMichael Stahl1-0/+2
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2-4/+4
2014-11-10coverity#1242526 silence Arguments in wrong orderCaolán McNamara1-2/+4
2014-11-10callcatcher: unused codeCaolán McNamara2-5/+0
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna4-6/+6
2014-11-07sc, opencl dependant code called even without FEATURE_OPENCLNorbert Thiebaud1-1/+4
2014-11-07coverity#735814 Explicit null dereferencedEike Rathke1-2/+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 Lillqvist3-49/+105
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist4-69/+34
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist4-34/+139
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin6-7/+7
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann6-10/+11
2014-11-06Don't be too modern for MSVC2012Tor Lillqvist1-4/+2