summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Expand)Author
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2024-06-29Fix "lets" -> "let's"Andrea Gelmini
2024-06-07tdf#160591 PPTX export: fix colormap mapping in slide masterTibor Nagy
2024-05-10loplugin:ostr in ooxNoel Grandin
2024-04-09tdf#146619 Drop unused 'using namespace' in: oox/Gabor Kelemen
2024-03-29tdf#158237 Use C++20 contains() instead of find() and end()Aaron Bourdeaux
2024-03-17loplugin:unusedmethodsNoel Grandin
2024-02-15SAL_WARN->SAL_INFONoel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-11-26tdf#96401: allow to detect a broken ZIP packageMike Kaganski
2023-10-27tdf#156593 FILEOPEN OOXML: image shown in full instead of croppedBalazs Varga
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ooxStephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-05-08Do not copy decodeXString() string and analyse if there is nothing to decodeEike Rathke
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen
2023-04-02MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)
2022-12-20crashtesting: assert on import of forum-mso-en4-253564.xlsxCaolán McNamara
2022-12-17crashtesting: assert on export of forum-mso-en4-212378.xlsx back to xlsxCaolán McNamara
2022-12-11crashtesting: accept timestamp with Z suffix as validCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-02elide some temporary OUString construction in oox parsingNoel Grandin
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-06-27replace oox::OptValue with std::optionalNoel Grandin
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin
2022-06-23tdf#149314 PPTX import: fix internal hyperlink in editorTibor Nagy
2022-06-22rename oox::OptValue::get to valueNoel Grandin
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin
2022-06-22remove OptValue(bool,Type) constructorNoel Grandin
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-05Fix typosAndrea Gelmini
2022-04-05Advanced Diagram support: Move Diagram Text information to svxArmin Le Grand (Allotropia)
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18osl::Mutex->std::mutex in GenericPropertySetNoel Grandin
2021-06-19fix loading calc files with embedded form macrosNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-11Revert "tdf#118133 DOCX import: disable lazy-loading of tiff images"Xisco Fauli
2021-03-07Revert "tdf#126310 Disable lazy loading of WMF images"Xisco Fauli