summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2023-04-02MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2023-03-23oox: import gradient fill to model::FormatSchemeTomaž Vajngerl
2023-03-22oox: introduce FormatScheme - use in Theme importTomaž Vajngerl
2023-03-08sc: fix ever-increasing chart IDs when exporting to XLSXMiklos Vajna
2023-03-08oox, sd: fix ever-increasing chart IDs when exporting to PPTXMiklos Vajna
2023-03-01oox: import directly into docmodel's Theme and ColorSetTomaž Vajngerl
2023-02-28tdf#153105 PPTX export: fix "Custom position/size" background imageTibor Nagy
2023-02-20BaseMutex in oox::core::FilterBase is unusedNoel Grandin
2023-02-17tdf#149756 tdf#152545 PPTX import: position of standard connector - part2Tibor Nagy
2023-02-01tdf#107841 oox: rename ambiguous and confusing ECMA_DIALECTMichael Stahl
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl
2023-01-26tdf#153107 OOXML export: fix scale of tile of shape backgroundTibor Nagy
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth
2023-01-13support theme color for lines + oox support + testsTomaž Vajngerl
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2023-01-02oox: add ThemeExport that exports a svx::Theme into theme.xml fileTomaž Vajngerl
2023-01-01sw: read theme from OOXML file and set it to the draw pageTomaž Vajngerl
2023-01-01oox: add support for importing font scheme into a svx::ThemeTomaž Vajngerl
2022-12-26oox: rename name variables that are imported into oox::ThemeTomaž Vajngerl
2022-12-26oox: set svx::Theme directly to a SdrPage when importingTomaž Vajngerl
2022-12-21Use rtl::Reference to avoid some dynamic_castsStephan Bergmann
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann
2022-12-18Combine oox::FormulaIm-/ExportBaseStephan Bergmann
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-29tdf#152152 DOCX export: fix lost WDP images in artistic effectsTünde Tóth
2022-11-24tdf#152069 tdf#108356 PPTX export: fix missing tile propertiesTibor Nagy
2022-11-24loplugin:unusedfields make some fields privateNoel Grandin
2022-11-23tdf#152153 DOCX export: fix lost images at embedded documentsTünde Tóth
2022-10-28tdf#54095 docx SmartArt import, apply theme text colorRegina Henschel
2022-10-27tdf#148926 tdf#151678 PPTX import: position of standard connector - part1Tibor Nagy
2022-10-27related tdf#149961 pptx export: scale indents for autofitted textboxesSarper Akdemir
2022-10-24tdf#83671 make SmartArt visible in import of xlsxRegina Henschel
2022-10-13tdf#149840 Use actual outer size for SmartArt in WriterRegina Henschel
2022-09-28use more string_view in ooxNoel Grandin
2022-09-09tdf#150719 PPTX import: fix hyperlink format (lost underline)Tibor Nagy
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-29cid#1507492 Improper use of negative valueCaolán McNamara
2022-07-22tdf#149697 PPTX export: fix changing place of connection pointsTibor Nagy
2022-07-21Removed duplicated include and typoAndrea Gelmini
2022-07-17cid#1506711 Uncaught exceptionCaolán McNamara
2022-06-27replace oox::OptValue with std::optionalNoel Grandin
2022-06-24make oox::OptValue::value() assert if emptyNoel Grandin
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin
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