summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Collapse)AuthorAgeFilesLines
* complex categories are represented by ScRangeListMarkus Mohrhard2013-03-271-2/+5
| | | | Change-Id: I35ab4e8299bb62ec0124a4c45e5cd20be6fc774a
* WaE: macro is not usedTor Lillqvist2013-03-271-0/+2
| | | | Change-Id: I51ffa344e414d549daf642ad961e489a83b2be37
* Bypass FuncData::getParamDesc() too in the DISABLE_DYNLOADING caseTor Lillqvist2013-03-271-0/+7
| | | | Change-Id: Ia115355af6e556fb848235691be68edd2462752d
* fdo#42781 WaE: unreachable codePetr Kraus2013-03-271-2/+2
| | | | | | | | | | | | Encapsulate whole switch case code by #if so it does not produce unreachable code when TRUE Also found second occurence in function overload. Change-Id: I2f726b4e9cad56850ce360e48f96f45137befe96 Reviewed-on: https://gerrit.libreoffice.org/3066 Reviewed-by: Christoph Brill <egore911@gmail.com> Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
* Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2013-03-274-10/+18
| | | | Change-Id: Idc198beb6d759dbe3bad6ea58d896c1555b4cc0f
* -Wunused-macrosStephan Bergmann2013-03-2731-304/+2
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* More ScBaseCell reduction...Kohei Yoshida2013-03-2712-78/+51
| | | | Change-Id: I3a9f9ce79de7117e7b1410c45b217e5bfe005db7
* Remove this hack.Kohei Yoshida2013-03-272-8/+0
| | | | Change-Id: Ibaf4f478c25e5c8b429ffb45a70d9a8a170053ef
* ScRefCellValue is actually a struct, not a class.Kohei Yoshida2013-03-271-1/+1
| | | | Change-Id: Iadd6d706e5ba9d51cb82d4dd387e59318da1f322
* We don't need this.Kohei Yoshida2013-03-271-1/+0
| | | | Change-Id: I93a13b3fb4203909765841806a7cde017ee85b6a
* GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida2013-03-277-72/+68
| | | | Change-Id: Ibf746351eb111a03be4f00ec719a4428c5fe47a4
* Kill more ScBaseCell usages.Kohei Yoshida2013-03-272-83/+80
| | | | Change-Id: I6fdcdd6763e6da1fd25c6bded22960a1be6d7f66
* Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida2013-03-277-156/+66
| | | | Change-Id: Ide78ab011e1f06bdb61ac2b29bc7c170cdb8d245
* Converted the external ref manager code.Kohei Yoshida2013-03-274-58/+53
| | | | Change-Id: Ifbce13bc8a941e548b1ba647519cf9765b7f55d0
* More of the same...Kohei Yoshida2013-03-275-104/+196
| | | | Change-Id: I829d221d6bf164cd6087d41c65e26240108aa021
* More on killing direct use of cell classes.Kohei Yoshida2013-03-276-101/+86
| | | | Change-Id: Ie2b6819652f330a493b7f9fe557736b27e402803
* Take care of xetable.?xx.Kohei Yoshida2013-03-274-27/+31
| | | | Change-Id: I00e57ca172ba41733d39aa5025c3f0a6f1de755d
* This can return const reference.Kohei Yoshida2013-03-272-2/+2
| | | | Change-Id: I1cf3e58167b883fee1b8cb32783a7892f6e0faa5
* kill some unused inlinesThomas Arnhold2013-03-276-51/+0
| | | | Change-Id: I17160b264b547067c694dd268eb0d3bd1086565d
* Fix #119514#:Item lists are incorrectly importedJianyuan Li2013-03-271-2/+12
| | | | | | | | | | Reported by: Terry Yang Reviewed by: sunying Patched by: Jianyuan Li Conflicts: sc/source/filter/excel/xlpivot.cxx Change-Id: Ib33fc4da3d190cfafb534f22d140de5b2f830dd5
* Revert "Fix #119514#:Item lists are incorrectly imported"Xisco Fauli2013-03-271-12/+2
| | | | This reverts commit 2d3f9fb97857fd8cfc732d3f5aa8f20b01e1cb35.
* Fix #119514#:Item lists are incorrectly importedJianyuan Li2013-03-271-2/+12
| | | | | | | | | | Reported by: Terry Yang Reviewed by: sunying Patched by: Jianyuan Li Conflicts: sc/source/filter/excel/xlpivot.cxx Change-Id: I1e1c69004ed0764442298ae52c3bea87e6096bcd
* #i119557# Ignore redundant "split" property.Andre Fischer2013-03-271-0/+3
| | | | | | Patch by: Jianyuan Li Found by: binguo Review by: Andre Fischer
* WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist2013-03-271-1/+1
| | | | Change-Id: I0d75fd1a1e8fa23a246d6dfe9af024404198645a
* i#120341# - Make SCSTR_FIELDSEP less translation-error-proneAriel Constenla-Haile2013-03-263-3/+20
| | | | | | | | | (cherry picked from commit 30441cd652260941ade8f3e6898205ab2a1d0cdf) Conflicts: sc/inc/sc.hrc Change-Id: Ia306ca5b791504590657fcb8b6e404a75f8a4c79
* fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke2013-03-261-6/+6
| | | | | | | | | | 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 changed String::GetToken() to expect and return a sal_Int32 and return -1 instead of STRING_NOTFOUND. So far so good though not consistent, but unfortunately it also replaced STRING_NOTFOUND with -1 in a few other places like where String::Search() is called but that still returns STRING_NOTFOUND ... Change-Id: I1ef1891cef220c1f1f9032af173d80f3f0e29e71
* Make the conditional formatting code free of ScBaseCell.Kohei Yoshida2013-03-269-210/+134
| | | | Change-Id: I93f83a840874c973cdc0821ddeb1913be7f09767
* By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida2013-03-266-157/+59
| | | | Change-Id: I75652172033e4ce00ac239e85d835c7cc9256fe2
* Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida2013-03-269-80/+326
| | | | | | It directly points to the original cell value instance. Change-Id: I638ec8b931873d237871b6d8fa9f0e1277520d0f
* This method no longer used. Good. Remove it.Kohei Yoshida2013-03-262-8/+0
| | | | Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7
* coverity#982306 Logically dead codeJulien Nabet2013-03-261-2/+0
| | | | Change-Id: If02e50e1b57e2cae5834ecb17aa0f955572a2c6f
* Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist2013-03-261-0/+4
| | | | | | | | | The reason why a 1bpp virtual device is used in these two places in sc and sw is unclear to me. It causes complications on iOS as such a bitmap gets passed to CGBitmapContextCreate() which does not accept 1bpp bitmaps. But let's keep the 1bpp for other platforms. Change-Id: Ia34927cf728d4be05a31e88b7da78200d0b799ba
* WaE: Variable set but not usedTor Lillqvist2013-03-261-1/+2
| | | | Change-Id: Ia9dac8262d08a5727ff0518eeec189c99b768504
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-264-9/+9
| | | | | | | | | | | | | | | Pass -DLIBO_FEATURE_FOO to compiler for some elements in BUILD_TYPE. BUILD_TYPE has at least two kinds of elements: Those that indicate building a bundled copy of some 3rd-party library, and those that indicate some specific feature of the LibreOffice platform or build-time configuration choice. This is for the latter kind. Change many of the checks for Android and/or iOS in the source code to check LIBO_FEATURE_DESKTOP, LIBO_FEATURE_HELP or DISABLE_EXTENSIONS instead, in cases where that is what is meant, not Android or iOS specifically. Change-Id: I2cd3f3bb99e953c7754dcea76a426f8f9d61e4db
* Shared documents make no sense for Android and iOSTor Lillqvist2013-03-264-4/+19
| | | | | | | (When I say documents, I mean spreadsheets. Only Calc has code for this.) Change-Id: I05fd19885633f9e250940678d33e2e4c82c31a9d
* Translate German comments to EnglishLior Kaplan2013-03-261-13/+15
| | | | Change-Id: Iaedc226f0dfad234bc67100e2845e09cc2976687
* warning C4702: unreachable codeStephan Bergmann2013-03-261-6/+0
| | | | Change-Id: I711c7b1968a3ef8ff88ab71b4de837b599519b8a
* add inital test case for fdo#62206Markus Mohrhard2013-03-261-0/+29
| | | | Change-Id: I0a88f4cbd70f5acf84b9c1c6704ac0be92b79c5b
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
| | | | Change-Id: Ia848c70ce38884a6bf3f3bac81ddf8e9c479f218
* Fix warning: statement aligned ... [loplugin]Tor Lillqvist2013-03-261-5/+5
| | | | Change-Id: I8ddf78f70074cca6eb57ee0a27ea78076ff2d21d
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
| | | | Change-Id: I41f2b4579699ed33d9bcd7767f1cbc4a3d67d9ff
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
| | | | Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17
* Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2013-03-2631-853/+978
| | | | | | This took me a whole day.... Change-Id: Ida757b1efa284fc9d071a225f45666c340ba89ea
* Remove a variant of constructor from ScCellIterator.Kohei Yoshida2013-03-267-29/+9
| | | | | | It's redundant. Change-Id: I0aae329124453a5976b2a74f6290b100ce955a4e
* Reduce indentation level.Kohei Yoshida2013-03-261-25/+26
| | | | Change-Id: I13ca8c4815d8a674c2e4e33741678e8bf7c7ed4d
* Query content cell type directly from ScCellIterator.Kohei Yoshida2013-03-264-2/+42
| | | | Change-Id: I0ab93d140f1864ca67ec42d0ac9e133dbc4b6660
* Remove the last use of GetFirst() & GetNext().Kohei Yoshida2013-03-263-70/+3
| | | | | | | Though I had to cheat this by using getHackedBaseCell(). So I still need to rework the call site to not rely on ScBaseCell... Change-Id: I53fc715770b99ef1f2091f90046091d28cdaaee8
* This one too.Kohei Yoshida2013-03-261-29/+13
| | | | Change-Id: Ie0965d1b61d32c943bde3f295e73423008f6b77b
* Another one...Kohei Yoshida2013-03-261-28/+13
| | | | Change-Id: Id2ee7d959cd374ce45a36dbd8d8dc8e4e46f9c83
* Another one involving cell data validation in detective functionality.Kohei Yoshida2013-03-265-4/+98
| | | | Change-Id: I1987f45e436744d4029f8b7af812867ebcfb09c4