summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2022-09-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroRadhey Parekh
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in oox/scJulien Nabet
2022-09-05tdf#149670 fix color change api and adjust tolerance for ooxmlSarper Akdemir
2022-09-04Fix comment, formulabase.cxx has been moved in sc/source/filter/oox since 2012Julien Nabet
2022-08-31Fix typoAndrea Gelmini
2022-08-31tdf#144092 pptx export: export endParaRPr for empty shape & cellsSarper Akdemir
2022-08-31tdf#144092 pptx import: correct table height during importSarper Akdemir
2022-08-29tdf#144092 pptx import: fix import of empty cell and shape text propertiesSarper Akdemir
2022-08-25oox: avoid unnecessary value parameterMiklos Vajna
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18oox: set fill properties correctly for the data table at importTomaž Vajngerl
2022-08-17cid#1500403 Dereference before null checkCaolán McNamara
2022-08-11Related: tdf#150176 pptx chart import: fix automatic border styleBalazs Varga
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-08-09tdf#150176 pptx chart import: fix automatic border styleBalazs Varga
2022-08-04Silence false -Werror=maybe-uninitializedStephan Bergmann
2022-08-02elide some temporary OUString construction in oox parsingNoel Grandin
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin
2022-08-02use more getStringDefaultedNoel Grandin
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-31Fix typo in codeAndrea Gelmini
2022-07-29cid#1507491 cut and paste typo triggering 'Constant' variable guards dead codeCaolán McNamara
2022-07-29cid#1507492 Improper use of negative valueCaolán McNamara
2022-07-29Revert "tdf#141652 partial revert "Reset ShapeProperty priority..."Justin Luth
2022-07-28oox export: export line/fill and text props. of a data tableTomaž Vajngerl
2022-07-26oox export: add export of basic properties of a data tableTomaž Vajngerl
2022-07-25tdf#135953 move txXfrm to compensate TextRotateAngleRegina Henschel
2022-07-25sw content controls, plain text: add DOCX importMiklos Vajna
2022-07-24Fix typoAndrea Gelmini
2022-07-23tdf#149538 no text area rotation if upright exportedRegina Henschel
2022-07-22tdf#149697 PPTX export: fix changing place of connection pointsTibor Nagy
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-07-21Fix typosAndrea Gelmini
2022-07-21One more -Werror,-Wunused-resultStephan Bergmann
2022-07-21tdf#145528 add round1Rect to SmartArt text area correctionsRegina Henschel
2022-07-21-Werror,-Wunused-resultStephan Bergmann
2022-07-20tdf#149551 separate TextRotateAngle from TextPreRotateAngleRegina Henschel
2022-07-17oox: support reading text and shape properties for a data tableTomaž Vajngerl
2022-07-17oox: add data table and props. with the new UNO DataTable serviceTomaž Vajngerl
2022-07-17cid#1506711 Uncaught exceptionCaolán McNamara
2022-07-14tdf#149985 pptx crash on a one-slide presentation (with a chart)Noel Grandin
2022-07-12elide some temporary OUStringsNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-30tdf#149785 Read Error importing documentNoel Grandin
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-06-27Integer division could cancel small values of wrong signMike Kaganski
2022-06-27tdf#149692 crash importing document with vba formsNoel Grandin
2022-06-27replace oox::OptValue with std::optionalNoel Grandin
2022-06-25use SAL_WARN instead of printf for loggingNoel Grandin
2022-06-24make oox::OptValue::value() assert if emptyNoel Grandin