summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2021-12-02PPTX export: handle theme colors from the doc model for shape textMiklos Vajna3-23/+76
2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski1-1/+1
2021-12-01tdf#140912 Better handling of the picture placeholders.gulsahkose2-0/+31
2021-11-29tdf#118045 PPTX export: fix proportional line spacingTibor Nagy1-2/+5
2021-11-26loplugin:stringliteraldefine in l10ntools..ooxNoel Grandin1-3/+2
2021-11-24tdf#124781 PPTX export: fix superscript and subscript positionsTibor Nagy1-5/+22
2021-11-24PPTX import: implement native handling of a color's luminance offsetMiklos Vajna4-0/+26
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin2-2/+2
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna5-0/+26
2021-11-23tdf#138223 oox: don't set highlight color if it is transparentJustin Luth1-1/+1
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-11-22PPTX: implement native handling of <a:clrScheme> childrenMiklos Vajna3-0/+29
2021-11-20tdf#118776 drawingml: treat XML_nofill as (mostly) transparentJustin Luth1-0/+5
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski4-6/+6
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-2/+2
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna4-0/+40
2021-11-19tdf#137438 drawingml: separate outline from text importJustin Luth3-3/+19
2021-11-18import pptx color schemes as color setsSarper Akdemir3-1/+26
2021-11-18implement color tint or shade import for pptxSarper Akdemir2-0/+17
2021-11-17rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir4-10/+10
2021-11-17implement initial pptx theme color importSarper Akdemir3-0/+19
2021-11-16rtl::Static->thread-safe static in ooxNoel Grandin2-14/+13
2021-11-15Avoid some -Werror,-Wdeprecated-copy-with-user-provided-dtorStephan Bergmann1-8/+0
2021-11-15PPTX import: fix handling of theme overrides in the chart importMiklos Vajna3-4/+47
2021-11-13rtl::Static->thread-safe staticNoel Grandin4-3/+9
2021-11-13rtl::Static->thread-safe static in StaticNamespaceMapNoel Grandin3-2/+9
2021-11-08Drop code that modified type for no good reasonMike Kaganski1-17/+3
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin3-14/+14
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin2-6/+7
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin1-1/+1
2021-11-05Simplify oox::PropertyNameVector ctorMike Kaganski1-10/+4
2021-11-05Drop code that modifies unused variableMike Kaganski1-23/+4
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski1-4/+11
2021-11-04tdf#144918 PPTX import: fix internal hyperlink on shapesTibor Nagy1-0/+18
2021-11-03tdf#144914 PPTX export: fix interactions and hyperlinks on shapesTibor Nagy1-0/+56
2021-11-03loplugin:finalclassesNoel Grandin4-4/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski27-324/+283
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski6-11/+21
2021-10-25Missing test dependencyStephan Bergmann1-0/+2
2021-10-21loplugin:flattenNoel Grandin2-55/+55
2021-10-20tdf#144917 PPTX import: fix hyperlinks on grouped shapesTibor Nagy1-63/+80
2021-10-18tdf#125582 use TextVerticalAlign_BOTTOM for textCircleRegina Henschel4-2/+34
2021-10-16Simplify vector initialization in ooxJulien Nabet1-8/+14
2021-10-15Value stored to 'accent_val' during its initialization is never readCaolán McNamara1-2/+21
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski4-5/+5
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski4-7/+5
2021-10-13tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs1-1/+8
2021-10-13tdf#124232 PPTX export: fix interactions and hyperlinks on imagesTibor Nagy1-5/+83
2021-10-13tdf#144943 PPTX import: fix permission for editingTünde Tóth1-0/+76
2021-10-08Clean up a bit iterator management in oox/vmldrawingJulien Nabet1-2/+2