summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-23clean up some include guardsThomas Arnhold
2013-10-23convert input string dialog to .uiCaolán McNamara
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22sc: remove StringPtr type, just use OUString directlyMichael Stahl
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22Fix tools/string.hxx remnantsStephan Bergmann
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-10-22fixup ScDocFunc OUString changes.Michael Meeks
2013-10-22missing dependency on mddsMarkus Mohrhard
2013-10-21drop OSL_ENSURE about STRING_MAXLENCaolán McNamara
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-21remove uses of COMPARE_*Caolán McNamara