summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus
AgeCommit message (Expand)AuthorFilesLines
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-02-06Import cell borders as best as we can from orcus.Kohei Yoshida1-5/+30
2018-02-06Import distributed text alignment settings correctly from orcus.Kohei Yoshida1-20/+38
2018-02-03Ignore the alpha value in font colors.Kohei Yoshida1-2/+3
2018-02-02Correctly import solid fill color.Kohei Yoshida1-5/+10
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin1-1/+1
2017-12-22coverity#1426736 Uninitialized scalar fieldCaolán McNamara1-2/+6
2017-12-20coverity#1426736 Uninitialized scalar fieldCaolán McNamara1-9/+29
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19Pick up sheet-local named expressions as well.Kohei Yoshida1-3/+14
2017-12-18Defer cell value insertion until later.Kohei Yoshida1-60/+233
2017-12-18Pick up global named expressions.Kohei Yoshida1-0/+26
2017-12-18Handle per-cell settings of cell formats.Kohei Yoshida1-1/+5
2017-12-18Implement a reference resolver for orcus.Kohei Yoshida1-32/+92
2017-12-18Handle merged cells.Kohei Yoshida1-1/+2
2017-12-18Take into account the fact that ScDocument already has one sheet.Kohei Yoshida2-8/+17
2017-12-18All the other orcus-based filters should take the same code path.Kohei Yoshida1-42/+6
2017-12-18Remove code duplicates.Kohei Yoshida1-50/+33
2017-12-18Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida2-2/+43
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-10Fix inconsistent naming of a variable.Kohei Yoshida1-13/+13
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-12/+12
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida1-7/+15
2017-10-23loplugin:includeform: scStephan Bergmann3-23/+23
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-5/+5
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-08-29loplugin:constparam in sc part9Noel Grandin2-2/+2
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-2/+2
2017-08-13log details of exception when we catch std::exceptionNoel Grandin1-2/+2
2017-08-12better error reporting for xml source featureMarkus Mohrhard1-1/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke1-2/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-3/+3
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-4/+2
2017-05-13use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard1-0/+1
2017-05-13import stream on the LibreOffice side, tdf#107827Markus Mohrhard1-3/+13
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-10/+10
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-5/+5
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-1/+1
2017-02-09remove obsolete noop callJochen Nitschke1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+4
2016-12-30cleanup tailing backslashesJochen Nitschke1-4/+4