summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2021-08-09tdf#142915 PPTX import: support for presentation's timing attributeTibor Nagy
2021-07-02tdf#143028 DOCX: fix corrupt export of shape "bracePair" etc.Attila Bakos (NISZ)
2021-06-29tdf#142913 PPTX: slideshow setting “Start from” not importedTibor Nagy
2021-06-24tdf#92525 tdf#142398: fix export of simple custom shapesAttila Bakos (NISZ)
2021-06-21tdf#142590 PPTX import: fix custom slide show use as defaultTibor Nagy
2021-06-21fix loading calc files with embedded form macrosNoel Grandin
2021-06-10tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga
2021-06-08tdf#47365 PPTX export: support loop attributeTibor Nagy
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski
2021-05-25tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy
2021-05-11tdf#141463 avoid skew in shape group in ooxml import ..Regina Henschel
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-20tdf#122962 DOCX drawingML export: fix polygon shape in group shapeMiklos Vajna
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski
2021-04-14loplugin:unusedmethodsNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-01Use o3tl::convert for conversion to/from EMUsMike Kaganski
2021-03-26tdf#118535 DOCX export: save header image onceDaniel Arato (NISZ)
2021-02-22oox: VML export: write o:allowincell attribute on shapesMichael Stahl
2021-02-21loplugin:refcounting in oox..i18npoolNoel
2021-02-19tdf#124176 Use pragma once in include/oox/drawingmlQuentin DELAGE
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-27PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna
2021-01-26[API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna
2021-01-26loplugin:passstuffbyrefNoel
2021-01-22improve loplugin:pointerboolNoel
2021-01-22find-can-be-private-symbolsNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-21do not preload all images in the pptx importerLuboš Luňák
2020-12-16tdf#128621 OOXML Chart: export embedded shapes in chartBalazs Varga
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-10-26tdf#97517 DOCX VML shape import: fix missing vertical mirroringRegényi Balázs
2020-10-13tdf#101122 DOCX custom shape export: remove bad fillRegényi Balázs
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs
2020-09-22Avoid unique_ptr(nullptr_t) ctor for incomplete argument typeStephan Bergmann