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