summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus
AgeCommit message (Expand)Author
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-09-06tdf#116453: One less argument to pass to ScOrcusStyles.Kohei Yoshida
2018-09-05tdf#116453: Pick up non-UTF8 encoding and use it for string values.Kohei Yoshida
2018-09-01Update orcus to 0.14.0.Kohei Yoshida
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-24Changes to orcus for implementing XML data providerVikas Mahato
2018-06-20push the data from the temporary storage to the document for XML sourceMarkus Mohrhard
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-02delete colordata.hxxNoel Grandin
2018-02-06Import cell borders as best as we can from orcus.Kohei Yoshida
2018-02-06Import distributed text alignment settings correctly from orcus.Kohei Yoshida
2018-02-03Ignore the alpha value in font colors.Kohei Yoshida
2018-02-02Correctly import solid fill color.Kohei Yoshida
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin
2017-12-22coverity#1426736 Uninitialized scalar fieldCaolán McNamara
2017-12-20coverity#1426736 Uninitialized scalar fieldCaolán McNamara
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19Pick up sheet-local named expressions as well.Kohei Yoshida
2017-12-18Defer cell value insertion until later.Kohei Yoshida
2017-12-18Pick up global named expressions.Kohei Yoshida
2017-12-18Handle per-cell settings of cell formats.Kohei Yoshida
2017-12-18Implement a reference resolver for orcus.Kohei Yoshida
2017-12-18Handle merged cells.Kohei Yoshida
2017-12-18Take into account the fact that ScDocument already has one sheet.Kohei Yoshida
2017-12-18All the other orcus-based filters should take the same code path.Kohei Yoshida
2017-12-18Remove code duplicates.Kohei Yoshida
2017-12-18Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10Fix inconsistent naming of a variable.Kohei Yoshida
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-29loplugin:constparam in sc part9Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-13log details of exception when we catch std::exceptionNoel Grandin
2017-08-12better error reporting for xml source featureMarkus Mohrhard
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke