summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)AuthorFilesLines
2021-05-11tdf#141463 avoid skew in shape group in ooxml import ..Regina Henschel1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann8-18/+18
2021-04-27use string_view in INetURLObject::decodeNoel Grandin2-3/+3
2021-04-20tdf#122962 DOCX drawingML export: fix polygon shape in group shapeMiklos Vajna1-1/+1
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski1-0/+1
2021-04-14loplugin:unusedmethodsNoel Grandin1-2/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen2-2/+0
2021-04-01Use o3tl::convert for conversion to/from EMUsMike Kaganski1-2/+5
2021-03-26tdf#118535 DOCX export: save header image onceDaniel Arato (NISZ)2-5/+9
2021-02-22oox: VML export: write o:allowincell attribute on shapesMichael Stahl1-2/+4
2021-02-21loplugin:refcounting in oox..i18npoolNoel1-1/+1
2021-02-19tdf#124176 Use pragma once in include/oox/drawingmlQuentin DELAGE1-4/+1
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-9/+7
2021-02-11loplugin:refcounting generalise type checkingNoel1-1/+2
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel1-3/+4
2021-01-29loplugin:stringviewparam extend to new..Noel3-3/+3
2021-01-27PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna1-0/+1
2021-01-26[API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna1-0/+1
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-22improve loplugin:pointerboolNoel1-1/+1
2021-01-22find-can-be-private-symbolsNoel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+2
2021-01-02introduce Degree100 strong_int typeNoel2-3/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann8-11/+21
2020-12-21do not preload all images in the pptx importerLuboš Luňák1-7/+0
2020-12-16tdf#128621 OOXML Chart: export embedded shapes in chartBalazs Varga3-0/+13
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann5-5/+15
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs2-0/+14
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel6-7/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer4-60/+62
2020-11-17loplugin:stringviewparam check methods tooNoel2-5/+5
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-12New loplugin:stringviewparamStephan Bergmann1-4/+5
2020-10-26tdf#97517 DOCX VML shape import: fix missing vertical mirroringRegényi Balázs1-0/+5
2020-10-13tdf#101122 DOCX custom shape export: remove bad fillRegényi Balázs1-1/+3
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl2-2/+11
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs1-0/+2
2020-09-22Avoid unique_ptr(nullptr_t) ctor for incomplete argument typeStephan Bergmann1-1/+1
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl1-2/+5
2020-09-21tdf#136247 Change element order of data labelsGülşah Köse1-1/+1
2020-09-17fix LTO+mergedlibs on windowsNoel Grandin1-1/+2
2020-09-11oox smartart: add support for syncing font heights of multiple shapesMiklos Vajna2-0/+20
2020-09-11tdf#135667 DOCX export: fix border line of OLE objectsAttila Bakos1-0/+1
2020-09-03tdf#131537 DOCX export: fix OLE "Display as icon"Daniel Arato (NISZ)1-1/+1
2020-08-09tdf#128345 PPTX: add transparence gradient for fill in chartRegina Henschel1-0/+1
2020-08-07oox: VML export: produce bottom-to-top in a better wayMichael Stahl1-0/+3
2020-07-24tdf#133015 Fix duplicated row and column problem.Gülşah Köse3-1/+6
2020-07-19compact namespace: ooxNoel Grandin57-252/+116