summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida3-31/+0
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam2-16/+26
2013-11-04Fix for Calc page scaling - see #i54993#Eilidh McAdam1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-31Don't hard-code the start row position of string array to 0...Kohei Yoshida1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-3/+3
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida1-0/+91
2013-10-30Use enum for table op mode.Kohei Yoshida2-9/+11
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard3-12/+14
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard2-5/+9
2013-10-30use DocumentImport for csv import, related fdo#69006Markus Mohrhard1-2/+3
2013-10-30variable can never be NULL in this placeMarkus Mohrhard1-8/+4
2013-10-30real assert() to bail out on invalid indexEike Rathke1-1/+1
2013-10-29Restore the old behavior, even when the data comes from a cache.Kohei Yoshida1-2/+32
2013-10-30renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke1-4/+4
2013-10-30use SC_STRLOAD()Eike Rathke1-4/+2
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida6-14/+29
2013-10-28Remove duplicated code blocks.Kohei Yoshida1-35/+5
2013-10-28Some cleanup to remove duplicated code.Kohei Yoshida1-188/+9
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida1-158/+238
2013-10-26avoid temporary variablesMatúš Kukan1-15/+5
2013-10-26remove now unused ScDocument::GetRowDefaultMatúš Kukan1-5/+0
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-23-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+1
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida4-12/+166
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard10-616/+686
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-3/+3
2013-10-23convert code to use OUString::endsWithNoel Grandin1-5/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist20-27/+27
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara2-0/+2
2013-10-21remove uses of COMPARE_*Caolán McNamara2-11/+10
2013-10-21drop CharSet typedefCaolán McNamara5-9/+9
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-18Redo vector ref array fetching for ranges starting with a numeric cell.Kohei Yoshida1-6/+126
2013-10-18Cleanup.Kohei Yoshida1-4/+5
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida2-27/+69
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida1-2/+2
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin5-13/+5
2013-10-11-Werror,-Wunused-functionStephan Bergmann1-5/+0
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida12-58/+59
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida2-9/+9
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida2-7/+9
2013-10-11We are supposed to keep track of max-length string.Kohei Yoshida1-0/+4
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida2-5/+4
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida2-1/+7
2013-10-11Use shared string's fast equality check for ValidQuery().Kohei Yoshida1-12/+26
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida1-1/+1