summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-11-17coverity#1242891 Untrusted loop boundCaolán McNamara1-3/+9
2014-11-17Add a bunch of allegedly common opcodes to the default subset for OpenCLTor Lillqvist1-0/+15
2014-11-17coverity#704257 Logically dead codeCaolán McNamara1-3/+0
2014-11-17Insert some fairly generic fallback whitelist entries for nowTor Lillqvist1-0/+9
2014-11-17-Werror,-Wunused-const-variableStephan Bergmann1-22/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl87-0/+104
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl2-8/+0
2014-11-16callcatcher: update unused codeCaolán McNamara4-53/+0
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna4-7/+7
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna7-8/+8
2014-11-15Remove unused header include.Kohei Yoshida1-1/+0
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida4-1/+6
2014-11-15Remove tools/fract.hxx from document.hxx.Kohei Yoshida2-1/+2
2014-11-15t-test & F-test Statistics dialog: rename VAR -> VARIABLETomaž Vajngerl2-41/+35
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl16-6/+636
2014-11-15Make room for more IDs and rename common IDs in Statistics dialogsTomaž Vajngerl4-59/+57
2014-11-15fdo#81801 add first and third quartile to "Descriptive Statistics"Tomaž Vajngerl3-0/+12
2014-11-15remove unused code in ScRawTokenNoel Grandin2-102/+4
2014-11-15fdo#86132 add useful tooltips to number formatting toolbar buttonsYousuf Philips1-6/+6
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 Rathke2-0/+27
2014-11-14Handle the 'New' and 'Delete' buttonsTor Lillqvist2-0/+40
2014-11-14Use right mnemonic_widget idTor Lillqvist1-1/+1
2014-11-14I don't know what I planned the 'Edit' button to do, drop itTor Lillqvist3-15/+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 Srivastava42-90/+90
2014-11-14-Werror,-Wunused-const-variableNoel Grandin1-21/+0
2014-11-13Missing includeStephan Bergmann1-0/+1
2014-11-13callcatcher: BiffDrawingObjectBase is never constructedCaolán McNamara2-355/+0
2014-11-13fdo#86252: Menu 'Merge Documents' is at wrong positionCor Nouws1-1/+2
2014-11-13calc performance testLaurent Godard4-1/+335
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist5-35/+36
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 Lillqvist2-0/+23
2014-11-12Bin effectively dead codeTor Lillqvist1-120/+1