summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Related: fdo#69641 check index against length before iterateCodePointsCaolán McNamara2013-10-281-2/+2
* Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida2013-10-286-14/+29
* Remove duplicated code blocks.Kohei Yoshida2013-10-282-35/+28
* Some cleanup to remove duplicated code.Kohei Yoshida2013-10-281-188/+9
* Add cache of column data arrays to the group formula context.Kohei Yoshida2013-10-282-158/+302
* fdo#70100 Detect single stream excel files with BOF ID 5Maxim Monastirsky2013-10-281-0/+1
* fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard2013-10-271-2/+2
* avoid temporary variablesMatúš Kukan2013-10-261-15/+5
* remove now unused ScDocument::GetRowDefaultMatúš Kukan2013-10-261-5/+0
* remove now unused ScMyDefaultStyles.maRowDefaultsMatúš Kukan2013-10-264-119/+39
* remove pRowDefaults; it was full of default valuesMatúš Kukan2013-10-263-85/+14
* fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers2013-10-254-4/+58
* Release control to GPU calc on GAMMAhaochen2013-10-251-0/+1
* [AMLOEXT-44 Bug] Release control of FISHERINV to GPU Calchaochen2013-10-251-0/+1
* Release control to GPU calc for FISHERhaochen2013-10-251-0/+1
* Release control of PPMT to GPU interpreterhaochen2013-10-251-0/+1
* Release control of IRR, MIRR, PMT, RATE to GPUhaochen2013-10-251-0/+5
* compile fix.Michael Meeks2013-10-241-1/+1
* convert SolverDouble dialog to .uiCaolán McNamara2013-10-243-68/+9
* more string bounds checks for scCaolán McNamara2013-10-243-8/+12
* convert SolverInteger dialog to .uiCaolán McNamara2013-10-243-69/+13
* aStr[0] on an empty string is newly disallowedCaolán McNamara2013-10-241-1/+1
* remove useless commented codeLaurent Godard2013-10-241-14/+0
* When failing, we need to return an invalid address.Kohei Yoshida2013-10-231-2/+2
* Cell note deletion should happen even when no cells exist in the column.Kohei Yoshida2013-10-231-3/+7
* Bail out on first hit. No need to go through the whole set.Kohei Yoshida2013-10-231-10/+7
* remove some legacy stuffThomas Arnhold2013-10-231-33/+0
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2013-10-231-1/+1
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-237-174/+195
* remove warning [-Wsign-compare]Laurent Godard2013-10-231-2/+3
* remove useless includeLaurent Godard2013-10-231-3/+0
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-2338-927/+932
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-232-4/+4
* clean up some include guardsThomas Arnhold2013-10-231-2/+2
* convert input string dialog to .uiCaolán McNamara2013-10-238-121/+33
* convert code to use OUString::endsWithNoel Grandin2013-10-236-17/+9
* sc: remove StringPtr type, just use OUString directlyMichael Stahl2013-10-222-10/+9
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-22116-154/+154
* vcl: mark more Image constructors as "explicit"Michael Stahl2013-10-221-1/+1
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-228-0/+8
* fixup ScDocFunc OUString changes.Michael Meeks2013-10-222-14/+14
* drop OSL_ENSURE about STRING_MAXLENCaolán McNamara2013-10-211-2/+0
* remove unnecessary tools/string.hxx includesCaolán McNamara2013-10-213-3/+5
* remove uses of COMPARE_*Caolán McNamara2013-10-217-88/+89
* drop CharSet typedefCaolán McNamara2013-10-2126-46/+47
* fdo#68849 add some header guardsThomas Arnhold2013-10-2110-0/+51
* drop unnecessary tools/string includesCaolán McNamara2013-10-2024-50/+37
* Reduce branching on empty matrix elements as well.Kohei Yoshida2013-10-202-8/+32
* Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida2013-10-202-25/+285
* Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida2013-10-203-14/+11