summaryrefslogtreecommitdiff
path: root/include/oox/helper
AgeCommit message (Expand)Author
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2024-06-07tdf#160591 PPTX export: fix colormap mapping in slide masterTibor Nagy
2024-05-07tdf#147021 Replace SAL_N_ELEMENTS with std::sizeZainab Abbasi
2024-03-17loplugin:unusedmethodsNoel Grandin
2024-02-23Fix warning C4589 when building with MSVC without -Wv:18Mike Kaganski
2024-02-14Fix build breakage with --enable-mergelibs on macOSPatrick Luby
2024-02-12use more UNLESS_MERGELIBSNoel Grandin
2024-01-13cid#1546354 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-23cid#1545525 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-14Related: tdf#76115 Also pass RepairPackage to FilterDetectMike 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-09-30tdf#146619 Recheck include/oox with IWYUGabor Kelemen
2023-04-02MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)
2022-11-24loplugin:unusedfields make some fields privateNoel 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-24make oox::OptValue::value() assert if emptyNoel Grandin
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin
2022-06-22rename oox::OptValue::get to valueNoel Grandin
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin
2022-06-22remove OptValue(bool,Type) constructorNoel Grandin
2022-06-22replace oox::OptValue::useNoel Grandin
2022-06-21remove oox::OptValue::setNoel Grandin
2022-06-21remove oox::OptValue::differsFromNoel 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-05Advanced Diagram support: Move Diagram Text information to svxArmin Le Grand (Allotropia)
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski
2021-06-21Delete copy ctors/assignments for DLLEXPORT classMike Kaganski
2021-06-20Include the header to workaround MSVC bug (shows with disabled pch)Mike Kaganski
2021-06-19fix loading calc files with embedded form macrosNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-12-21do not preload all images in the pptx importerLuboš Luňák
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen
2020-06-02inline some use-once typedefsNoel Grandin
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-28tdf#131841 DOCX DrawingML shape import: Fixed missing HighlightColorSzabolcs
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin