summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/orcus
Commit message (Expand)AuthorAgeFilesLines
* Add missing sal/log.hxx headersGabor Kelemen2018-08-013-0/+3
* Changes to orcus for implementing XML data providerVikas Mahato2018-06-242-5/+5
* push the data from the temporary storage to the document for XML sourceMarkus Mohrhard2018-06-201-0/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* loplugin:unusedfields-in-constructor in scNoel Grandin2018-05-291-1/+0
* Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen2018-05-121-1/+2
* remove some unused comphelper includesJochen Nitschke2018-04-151-0/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* delete colordata.hxxNoel Grandin2018-03-021-1/+0
* Import cell borders as best as we can from orcus.Kohei Yoshida2018-02-061-5/+30
* Import distributed text alignment settings correctly from orcus.Kohei Yoshida2018-02-061-20/+38
* Ignore the alpha value in font colors.Kohei Yoshida2018-02-031-2/+3
* Correctly import solid fill color.Kohei Yoshida2018-02-021-5/+10
* remove SfxUsrAnyItem typedefNoel Grandin2018-01-041-1/+1
* coverity#1426736 Uninitialized scalar fieldCaolán McNamara2017-12-221-2/+6
* coverity#1426736 Uninitialized scalar fieldCaolán McNamara2017-12-201-9/+29
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-1/+1
* Pick up sheet-local named expressions as well.Kohei Yoshida2017-12-191-3/+14
* Defer cell value insertion until later.Kohei Yoshida2017-12-181-60/+233
* Pick up global named expressions.Kohei Yoshida2017-12-181-0/+26
* Handle per-cell settings of cell formats.Kohei Yoshida2017-12-181-1/+5
* Implement a reference resolver for orcus.Kohei Yoshida2017-12-181-32/+92
* Handle merged cells.Kohei Yoshida2017-12-181-1/+2
* Take into account the fact that ScDocument already has one sheet.Kohei Yoshida2017-12-182-8/+17
* All the other orcus-based filters should take the same code path.Kohei Yoshida2017-12-181-42/+6
* Remove code duplicates.Kohei Yoshida2017-12-181-50/+33
* Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida2017-12-182-2/+43
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Fix inconsistent naming of a variable.Kohei Yoshida2017-12-101-13/+13
* Convert ScFormatEntryType to scoped enumTor Lillqvist2017-11-261-12/+12
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* Updated liborcus to 0.13.1.Kohei Yoshida2017-11-181-7/+15
* loplugin:includeform: scStephan Bergmann2017-10-233-23/+23
* convert SvxCellVerJustify to scoped enumNoel Grandin2017-09-151-5/+5
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-1/+1
* loplugin:constparam in sc part9Noel Grandin2017-08-292-2/+2
* loplugin:checkunusedparams in scNoel Grandin2017-08-151-2/+2
* log details of exception when we catch std::exceptionNoel Grandin2017-08-131-2/+2
* better error reporting for xml source featureMarkus Mohrhard2017-08-121-1/+6
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* Eliminate some unnecessary temporary Date instancesEike Rathke2017-07-181-2/+1
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-1/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-032-3/+3
* Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke2017-05-181-4/+2
* use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard2017-05-131-0/+1
* import stream on the LibreOffice side, tdf#107827Markus Mohrhard2017-05-131-3/+13
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* loplugin:unusedmethodsNoel Grandin2017-03-291-1/+0