summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)Author
2022-04-13use more string_view in xmloffNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-08sw content controls: add ODT exportMiklos Vajna
2022-04-04sc: sparkline import/export for ODFTomaž Vajngerl
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna
2022-03-14Return early if empty ref (xmloff/xmlimp)Julien Nabet
2022-03-11sw clearing breaks: add ODF exportMiklos Vajna
2022-02-26cid#1500663 std::move a sal_uInt16 and then return the original is unorthodoxCaolán McNamara
2022-02-24ODT import: fix MSO-style <text:list text:continue-numbering="true">Miklos Vajna
2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel
2022-01-20Fix typosAndrea Gelmini
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-12-26can use OUStringLiteral hereNoel Grandin
2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna
2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna
2021-12-07ODP export: write the theme of a master pageMiklos Vajna
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin
2021-11-19rtl::Static->thread-safe static in xmloffNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy445
2021-10-21loplugin:flattenNoel Grandin
2021-10-17Simplify Sequences in xmloff (+ merge 2 SetError)Julien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11Drop unused 'using namespace' hereMike Kaganski
2021-10-11Expand some defines and simplify loopsMike Kaganski
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski
2021-10-01loplugin:constmethodNoel Grandin
2021-09-28sw: paragraph styles: add ODT filter for a linked character styleMiklos Vajna
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-11clang:optin.performance.Padding in xmloffNoel Grandin
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-17Add import for new starmath mathml elementsdante
2021-08-13Export Math ML from new mathml nodesdante
2021-08-10no need to use unique_ptr for NamespaceDefine hereNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-08-01osl::Mutex->std::mutex in SvXMLExport::SetErrorNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna
2021-07-23loplugin:noexceptmove (macOS, libc++)Stephan Bergmann