summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* remove local css namespace definitionsThomas Arnhold2013-10-281-1/+0
* 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-262-8/+2
* 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-255-4/+60
* 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
* avoid localization issueLaurent Godard2013-10-241-4/+11
* convert SolverDouble dialog to .uiCaolán McNamara2013-10-247-70/+116
* more string bounds checks for scCaolán McNamara2013-10-243-8/+12
* convert SolverInteger dialog to .uiCaolán McNamara2013-10-247-71/+127
* 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
* Missing mdds_headersStephan Bergmann2013-10-231-1/+4
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-2312-216/+269
* Build fix.Kohei Yoshida2013-10-231-1/+1
* 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-2348-1047/+1352
* 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-2312-125/+155
* 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-22128-169/+169
* Fix tools/string.hxx remnantsStephan Bergmann2013-10-221-8/+11
* 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
* missing dependency on mddsMarkus Mohrhard2013-10-221-0/+1
* drop OSL_ENSURE about STRING_MAXLENCaolán McNamara2013-10-211-2/+0
* remove unnecessary tools/string.hxx includesCaolán McNamara2013-10-214-4/+5
* remove uses of COMPARE_*Caolán McNamara2013-10-218-90/+91
* drop CharSet typedefCaolán McNamara2013-10-2128-48/+49
* fdo#68849 add some header guardsThomas Arnhold2013-10-2111-0/+56
* Add writedirections buttons to calc sidebar fdo#67746abdulmajeed ahmed2013-10-211-36/+86
* drop unnecessary tools/string includesCaolán McNamara2013-10-2045-86/+61
* Reduce branching on empty matrix elements as well.Kohei Yoshida2013-10-203-8/+37