summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-10-29ScLinkedAreaDlg: unused private memberMatúš Kukan
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet
2013-10-29sal_Bool to bool in ScHeaderControlRodolfo Ribeiro Gomes
2013-10-28resolved fdo#56209 reviving FilterFormulaParserEike Rathke
2013-10-28try to fix windows buildMarkus Mohrhard
2013-10-28add test for fdo#70275Markus Mohrhard
2013-10-28add ODS export test for formattingsMarkus Mohrhard
2013-10-28add test for LEFT and MID where string is shorter than requestedMarkus Mohrhard
2013-10-28kill a few xub_StrLen in ScInterpreterMarkus Mohrhard
2013-10-28fix another assertion related to string length in calc functionsMarkus Mohrhard
2013-10-28fix assert with invalid sting lengthMarkus Mohrhard
2013-10-28fix another instance where the index is broken for pagebreaksNoel Power
2013-10-28follow fix for bnc#813528Noel Power
2013-10-28write display attr of hyperlink only if value is different from stringtableNoel Power
2013-10-28Related: fdo#69641 check index against length before iterateCodePointsCaolán McNamara
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
2013-10-28Remove duplicated code blocks.Kohei Yoshida
2013-10-28Some cleanup to remove duplicated code.Kohei Yoshida
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida
2013-10-28remove local css namespace definitionsThomas Arnhold
2013-10-28fdo#70100 Detect single stream excel files with BOF ID 5Maxim Monastirsky
2013-10-27fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard
2013-10-26avoid temporary variablesMatúš Kukan
2013-10-26remove now unused ScDocument::GetRowDefaultMatúš Kukan
2013-10-26remove now unused ScMyDefaultStyles.maRowDefaultsMatúš Kukan
2013-10-26remove pRowDefaults; it was full of default valuesMatúš Kukan
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers
2013-10-25Release control to GPU calc on GAMMAhaochen
2013-10-25[AMLOEXT-44 Bug] Release control of FISHERINV to GPU Calchaochen
2013-10-25Release control to GPU calc for FISHERhaochen
2013-10-25Release control of PPMT to GPU interpreterhaochen
2013-10-25Release control of IRR, MIRR, PMT, RATE to GPUhaochen
2013-10-24compile fix.Michael Meeks
2013-10-24avoid localization issueLaurent Godard
2013-10-24convert SolverDouble dialog to .uiCaolán McNamara
2013-10-24more string bounds checks for scCaolán McNamara
2013-10-24convert SolverInteger dialog to .uiCaolán McNamara
2013-10-24aStr[0] on an empty string is newly disallowedCaolán McNamara
2013-10-24remove useless commented codeLaurent Godard
2013-10-23When failing, we need to return an invalid address.Kohei Yoshida
2013-10-23Cell note deletion should happen even when no cells exist in the column.Kohei Yoshida
2013-10-23Bail out on first hit. No need to go through the whole set.Kohei Yoshida
2013-10-23remove some legacy stuffThomas Arnhold
2013-10-23-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
2013-10-23Missing mdds_headersStephan Bergmann
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Build fix.Kohei Yoshida
2013-10-23remove warning [-Wsign-compare]Laurent Godard
2013-10-23remove useless includeLaurent Godard
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard