summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
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
2022-06-24tdf#149311 PPTX export: fix internal hyperlink on textsTibor Nagy
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin
2022-06-23tdf#149314 PPTX import: fix internal hyperlink in editorTibor Nagy
2022-06-23tdf#149126 fix export of PPTX preset shapesTibor Nagy
2022-06-22rename oox::OptValue::get to valueNoel Grandin
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin
2022-06-22remove OptValue(bool,Type) constructorNoel Grandin
2022-06-22replace oox::OptValue::useNoel Grandin
2022-06-21remove oox::OptValue::setNoel Grandin
2022-06-21remove oox::OptValue::differsFromNoel Grandin
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin