summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* complex categories are represented by ScRangeListMarkus Mohrhard2013-03-271-2/+5
* WaE: macro is not usedTor Lillqvist2013-03-271-0/+2
* Bypass FuncData::getParamDesc() too in the DISABLE_DYNLOADING caseTor Lillqvist2013-03-271-0/+7
* fdo#42781 WaE: unreachable codePetr Kraus2013-03-271-2/+2
* Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2013-03-274-10/+18
* -Wunused-macrosStephan Bergmann2013-03-2731-304/+2
* More ScBaseCell reduction...Kohei Yoshida2013-03-2712-78/+51
* Remove this hack.Kohei Yoshida2013-03-272-8/+0
* ScRefCellValue is actually a struct, not a class.Kohei Yoshida2013-03-271-1/+1
* We don't need this.Kohei Yoshida2013-03-271-1/+0
* GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida2013-03-277-72/+68
* Kill more ScBaseCell usages.Kohei Yoshida2013-03-272-83/+80
* Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida2013-03-277-156/+66
* Converted the external ref manager code.Kohei Yoshida2013-03-274-58/+53
* More of the same...Kohei Yoshida2013-03-275-104/+196
* More on killing direct use of cell classes.Kohei Yoshida2013-03-276-101/+86
* Take care of xetable.?xx.Kohei Yoshida2013-03-274-27/+31
* This can return const reference.Kohei Yoshida2013-03-272-2/+2
* kill some unused inlinesThomas Arnhold2013-03-276-51/+0
* Fix #119514#:Item lists are incorrectly importedJianyuan Li2013-03-271-2/+12
* Revert "Fix #119514#:Item lists are incorrectly imported"Xisco Fauli2013-03-271-12/+2
* Fix #119514#:Item lists are incorrectly importedJianyuan Li2013-03-271-2/+12
* #i119557# Ignore redundant "split" property.Andre Fischer2013-03-271-0/+3
* WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist2013-03-271-1/+1
* i#120341# - Make SCSTR_FIELDSEP less translation-error-proneAriel Constenla-Haile2013-03-263-3/+20
* fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke2013-03-261-6/+6
* Make the conditional formatting code free of ScBaseCell.Kohei Yoshida2013-03-269-210/+134
* By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida2013-03-266-157/+59
* Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida2013-03-269-80/+326
* This method no longer used. Good. Remove it.Kohei Yoshida2013-03-262-8/+0
* coverity#982306 Logically dead codeJulien Nabet2013-03-261-2/+0
* Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist2013-03-261-0/+4
* WaE: Variable set but not usedTor Lillqvist2013-03-261-1/+2
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-264-9/+9
* Shared documents make no sense for Android and iOSTor Lillqvist2013-03-264-4/+19
* Translate German comments to EnglishLior Kaplan2013-03-261-13/+15
* warning C4702: unreachable codeStephan Bergmann2013-03-261-6/+0
* add inital test case for fdo#62206Markus Mohrhard2013-03-261-0/+29
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* Fix warning: statement aligned ... [loplugin]Tor Lillqvist2013-03-261-5/+5
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2013-03-2631-853/+978
* Remove a variant of constructor from ScCellIterator.Kohei Yoshida2013-03-267-29/+9
* Reduce indentation level.Kohei Yoshida2013-03-261-25/+26
* Query content cell type directly from ScCellIterator.Kohei Yoshida2013-03-264-2/+42
* Remove the last use of GetFirst() & GetNext().Kohei Yoshida2013-03-263-70/+3
* This one too.Kohei Yoshida2013-03-261-29/+13
* Another one...Kohei Yoshida2013-03-261-28/+13
* Another one involving cell data validation in detective functionality.Kohei Yoshida2013-03-265-4/+98