summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2021-11-18import pptx color schemes as color setsSarper Akdemir
2021-11-18implement color tint or shade import for pptxSarper Akdemir
2021-11-17rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir
2021-11-17implement initial pptx theme color importSarper Akdemir
2021-11-16rtl::Static->thread-safe static in ooxNoel Grandin
2021-11-15Avoid some -Werror,-Wdeprecated-copy-with-user-provided-dtorStephan Bergmann
2021-11-15PPTX import: fix handling of theme overrides in the chart importMiklos Vajna
2021-11-13rtl::Static->thread-safe staticNoel Grandin
2021-11-13rtl::Static->thread-safe static in StaticNamespaceMapNoel Grandin
2021-11-08Drop code that modified type for no good reasonMike Kaganski
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin
2021-11-05Simplify oox::PropertyNameVector ctorMike Kaganski
2021-11-05Drop code that modifies unused variableMike Kaganski
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski
2021-11-04tdf#144918 PPTX import: fix internal hyperlink on shapesTibor Nagy
2021-11-03tdf#144914 PPTX export: fix interactions and hyperlinks on shapesTibor Nagy
2021-11-03loplugin:finalclassesNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski
2021-10-25Missing test dependencyStephan Bergmann
2021-10-21loplugin:flattenNoel Grandin
2021-10-20tdf#144917 PPTX import: fix hyperlinks on grouped shapesTibor Nagy
2021-10-18tdf#125582 use TextVerticalAlign_BOTTOM for textCircleRegina Henschel
2021-10-16Simplify vector initialization in ooxJulien Nabet
2021-10-15Value stored to 'accent_val' during its initialization is never readCaolán McNamara
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-13tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs
2021-10-13tdf#124232 PPTX export: fix interactions and hyperlinks on imagesTibor Nagy
2021-10-13tdf#144943 PPTX import: fix permission for editingTünde Tóth
2021-10-08Clean up a bit iterator management in oox/vmldrawingJulien Nabet
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-01tdf#144616 PPTX import: fix hyperlinks on shapesTibor Nagy
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27tdf#141704 PPTX import: fix hyperlinks on images added via placeholderTibor Nagy
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: ooxStephan Bergmann
2021-09-21tdf#142602 DOCX: export adjustment points of custom shape arrowsDaniel Arato (NISZ)
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann
2021-09-16tdf#115933 XLSX import: fix permission for editingTünde Tóth
2021-09-15loplugin:constvarsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-14tdf#141704 PPTX import: fix hyperlinks on imagesTibor Nagy
2021-09-12clang:optin.performance.PaddingNoel Grandin
2021-09-11cid#1454626: Uninitialized scalar field (oox/chartexport)Julien Nabet
2021-09-10tdf#126426: support for hyperlinks in TextParagraphContextVasily Melenchuk