summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Silence false -Werror=maybe-uninitializedStephan Bergmann1-0/+14
2022-08-02elide some temporary OUString construction in oox parsingNoel Grandin1-11/+11
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin49-117/+158
2022-08-02use more getStringDefaultedNoel Grandin30-119/+119
2022-08-01use more string_view when dealing with attributesNoel Grandin1-10/+7
2022-07-31Fix typo in codeAndrea Gelmini2-2/+2
2022-07-29cid#1507491 cut and paste typo triggering 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2022-07-29cid#1507492 Improper use of negative valueCaolán McNamara1-1/+1
2022-07-29Revert "tdf#141652 partial revert "Reset ShapeProperty priority..."Justin Luth1-1/+4
2022-07-28oox export: export line/fill and text props. of a data tableTomaž Vajngerl1-0/+3
2022-07-26oox export: add export of basic properties of a data tableTomaž Vajngerl1-11/+18
2022-07-25tdf#135953 move txXfrm to compensate TextRotateAngleRegina Henschel1-17/+71
2022-07-25sw content controls, plain text: add DOCX importMiklos Vajna1-4/+1
2022-07-23tdf#149538 no text area rotation if upright exportedRegina Henschel1-9/+21
2022-07-22tdf#149697 PPTX export: fix changing place of connection pointsTibor Nagy2-4/+35
2022-07-22elide some makeStringAndClear() callsNoel Grandin3-8/+7
2022-07-21Fix typosAndrea Gelmini1-2/+2
2022-07-21One more -Werror,-Wunused-resultStephan Bergmann1-1/+1
2022-07-21tdf#145528 add round1Rect to SmartArt text area correctionsRegina Henschel1-0/+16
2022-07-21-Werror,-Wunused-resultStephan Bergmann1-5/+5
2022-07-20tdf#149551 separate TextRotateAngle from TextPreRotateAngleRegina Henschel11-160/+417
2022-07-17oox: support reading text and shape properties for a data tableTomaž Vajngerl2-1/+9
2022-07-17oox: add data table and props. with the new UNO DataTable serviceTomaž Vajngerl3-12/+32
2022-07-17cid#1506711 Uncaught exceptionCaolán McNamara3-3/+3
2022-07-14tdf#149985 pptx crash on a one-slide presentation (with a chart)Noel Grandin1-1/+1
2022-07-12elide some temporary OUStringsNoel Grandin9-15/+15
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock2-3/+3
2022-06-30tdf#149785 Read Error importing documentNoel Grandin1-1/+2
2022-06-28use utl::TempFile directly in packageNoel Grandin1-0/+7
2022-06-27Integer division could cancel small values of wrong signMike Kaganski1-4/+8
2022-06-27tdf#149692 crash importing document with vba formsNoel Grandin1-1/+5
2022-06-27replace oox::OptValue with std::optionalNoel Grandin17-107/+107
2022-06-25use SAL_WARN instead of printf for loggingNoel Grandin1-8/+10
2022-06-24make oox::OptValue::value() assert if emptyNoel Grandin5-7/+9
2022-06-24tdf#149311 PPTX export: fix internal hyperlink on textsTibor Nagy1-1/+7
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin32-113/+121
2022-06-23tdf#149314 PPTX import: fix internal hyperlink in editorTibor Nagy2-1/+7
2022-06-23tdf#149126 fix export of PPTX preset shapesTibor Nagy1-2/+1
2022-06-22rename oox::OptValue::get to valueNoel Grandin54-281/+281
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin14-85/+85
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin7-89/+89
2022-06-22remove OptValue(bool,Type) constructorNoel Grandin1-17/+16
2022-06-22replace oox::OptValue::useNoel Grandin4-23/+28
2022-06-21remove oox::OptValue::setNoel Grandin8-25/+25
2022-06-21remove oox::OptValue::differsFromNoel Grandin3-10/+13
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin32-175/+175
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-3/+6
2022-06-17tdf#134210: Reimplement cropping from srcRect and fillRectMike Kaganski1-53/+39
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt6-28/+15
2022-06-16Correct parsing of ST_PercentageMike Kaganski1-4/+17