Age | Commit message (Expand) | Author |
2022-04-13 | use more string_view in xmloff | Noel Grandin |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2022-04-08 | sw content controls: add ODT export | Miklos Vajna |
2022-04-04 | sc: sparkline import/export for ODF | Tomaž Vajngerl |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-18 | sd theme: add ODP import/export for shape fill color | Miklos Vajna |
2022-03-14 | Return early if empty ref (xmloff/xmlimp) | Julien Nabet |
2022-03-11 | sw clearing breaks: add ODF export | Miklos Vajna |
2022-02-26 | cid#1500663 std::move a sal_uInt16 and then return the original is unorthodox | Caolán McNamara |
2022-02-24 | ODT import: fix MSO-style <text:list text:continue-numbering="true"> | Miklos Vajna |
2022-02-24 | tdf#147580 use valid values for extrusion-specularity | Regina Henschel |
2022-02-17 | tdf#145700 Improve lighting in extruded custom shapes | Regina Henschel |
2022-01-20 | Fix typos | Andrea Gelmini |
2022-01-20 | WASM --enable-wasm-strip now skips lots of LO code | Armin Le Grand (Allotropia) |
2021-12-26 | can use OUStringLiteral here | Noel Grandin |
2021-12-13 | ODP import/export: refer to theme from shape text color with effects | Miklos Vajna |
2021-12-09 | ODP import/export: refer to theme from shape text color | Miklos Vajna |
2021-12-07 | ODP export: write the theme of a master page | Miklos Vajna |
2021-11-24 | loplugin:stringliteraldefine in comphelper | Noel Grandin |
2021-11-19 | rtl::Static->thread-safe static in xmloff | Noel Grandin |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in xmloff | Mike Kaganski |
2021-10-29 | tdf#141193 Added support for bar codes in qrcode dialog box[API Change]. | homeboy445 |
2021-10-21 | loplugin:flatten | Noel Grandin |
2021-10-17 | Simplify Sequences in xmloff (+ merge 2 SetError) | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-11 | Drop unused 'using namespace' here | Mike Kaganski |
2021-10-11 | Expand some defines and simplify loops | Mike Kaganski |
2021-10-10 | loplugin:moveparam in xmloff | Noel Grandin |
2021-10-09 | Simplify SvXMLExport::AddAttribute overloads | Mike Kaganski |
2021-10-01 | loplugin:constmethod | Noel Grandin |
2021-09-28 | sw: paragraph styles: add ODT filter for a linked character style | Miklos Vajna |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-11 | clang:optin.performance.Padding in xmloff | Noel Grandin |
2021-09-06 | tdf#142965 color filter: allow filtering by no fill/automatic color | Samuel Mehrbrodt |
2021-09-04 | dynamic_cast -> static_cast (tdf#130795) | Noel Grandin |
2021-09-03 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-09-01 | tdf#143942: oox: import/export labels from <c15:datalabelsRange> | Dennis Francis |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-08-17 | Add import for new starmath mathml elements | dante |
2021-08-13 | Export Math ML from new mathml nodes | dante |
2021-08-10 | no need to use unique_ptr for NamespaceDefine here | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-08-01 | osl::Mutex->std::mutex in SvXMLExport::SetError | Noel Grandin |
2021-07-25 | use officecfg to retrieve OdfDefaultVersion | Noel Grandin |
2021-07-23 | sw bibliography, local copy: add ODF filter | Miklos Vajna |
2021-07-23 | loplugin:noexceptmove (macOS, libc++) | Stephan Bergmann |