summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-28remove local css namespace definitionsThomas Arnhold1-1/+0
2013-10-28fdo#70100 Detect single stream excel files with BOF ID 5Maxim Monastirsky1-0/+1
2013-10-27fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard1-2/+2
2013-10-26avoid temporary variablesMatúš Kukan1-15/+5
2013-10-26remove now unused ScDocument::GetRowDefaultMatúš Kukan2-8/+2
2013-10-26remove now unused ScMyDefaultStyles.maRowDefaultsMatúš Kukan4-119/+39
2013-10-26remove pRowDefaults; it was full of default valuesMatúš Kukan3-85/+14
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers5-4/+60
2013-10-25Release control to GPU calc on GAMMAhaochen1-0/+1
2013-10-25[AMLOEXT-44 Bug] Release control of FISHERINV to GPU Calchaochen1-0/+1
2013-10-25Release control to GPU calc for FISHERhaochen1-0/+1
2013-10-25Release control of PPMT to GPU interpreterhaochen1-0/+1
2013-10-25Release control of IRR, MIRR, PMT, RATE to GPUhaochen1-0/+5
2013-10-24compile fix.Michael Meeks1-1/+1
2013-10-24avoid localization issueLaurent Godard1-4/+11
2013-10-24convert SolverDouble dialog to .uiCaolán McNamara7-70/+116
2013-10-24more string bounds checks for scCaolán McNamara3-8/+12
2013-10-24convert SolverInteger dialog to .uiCaolán McNamara7-71/+127
2013-10-24aStr[0] on an empty string is newly disallowedCaolán McNamara1-1/+1
2013-10-24remove useless commented codeLaurent Godard1-14/+0
2013-10-23When failing, we need to return an invalid address.Kohei Yoshida1-2/+2
2013-10-23Cell note deletion should happen even when no cells exist in the column.Kohei Yoshida1-3/+7
2013-10-23Bail out on first hit. No need to go through the whole set.Kohei Yoshida1-10/+7
2013-10-23remove some legacy stuffThomas Arnhold1-33/+0
2013-10-23-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+1
2013-10-23Missing mdds_headersStephan Bergmann1-1/+4
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida12-216/+269
2013-10-23Build fix.Kohei Yoshida1-1/+1
2013-10-23remove warning [-Wsign-compare]Laurent Godard1-2/+3
2013-10-23remove useless includeLaurent Godard1-3/+0
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard48-1047/+1352
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin2-4/+4
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-23convert input string dialog to .uiCaolán McNamara12-125/+155
2013-10-23convert code to use OUString::endsWithNoel Grandin6-17/+9
2013-10-22sc: remove StringPtr type, just use OUString directlyMichael Stahl2-10/+9
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist128-169/+169
2013-10-22Fix tools/string.hxx remnantsStephan Bergmann1-8/+11
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-1/+1
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara8-0/+8
2013-10-22fixup ScDocFunc OUString changes.Michael Meeks2-14/+14
2013-10-22missing dependency on mddsMarkus Mohrhard1-0/+1
2013-10-21drop OSL_ENSURE about STRING_MAXLENCaolán McNamara1-2/+0
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara4-4/+5
2013-10-21remove uses of COMPARE_*Caolán McNamara8-90/+91
2013-10-21drop CharSet typedefCaolán McNamara28-48/+49
2013-10-21fdo#68849 add some header guardsThomas Arnhold11-0/+56
2013-10-21Add writedirections buttons to calc sidebar fdo#67746abdulmajeed ahmed1-36/+86
2013-10-20drop unnecessary tools/string includesCaolán McNamara45-86/+61
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida3-8/+37