summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
AgeCommit message (Expand)AuthorFilesLines
2022-06-22rename oox::OptValue::get to valueNoel Grandin39-200/+200
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin10-60/+60
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin4-51/+51
2022-06-22replace oox::OptValue::useNoel Grandin4-23/+28
2022-06-21remove oox::OptValue::setNoel Grandin7-23/+23
2022-06-21remove oox::OptValue::differsFromNoel Grandin3-10/+13
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin21-123/+123
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 Mehrbrodt3-2/+6
2022-06-16Correct parsing of ST_PercentageMike Kaganski1-4/+17
2022-06-15oox: fix div by zero in lclCalculateCropPercentage()Miklos Vajna1-0/+8
2022-06-08tdf148321: convert OOXML inset values to text distance valuesTomaž Vajngerl2-21/+117
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)2-2/+3
2022-05-18Remove 1 ImportGraphic methodJulien Nabet1-1/+1
2022-05-14use more string_view in ooxNoel Grandin1-156/+166
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)2-0/+28
2022-05-06tdf#148929 sd theme: limit PPTX import for shape fill effects to lum mod/offMiklos Vajna2-2/+2
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-04simplify lcl_parseHandleRefNoel Grandin1-4/+3
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann10-67/+67
2022-04-29use more string_view in ooxNoel Grandin1-2/+2
2022-04-29oox: make buSzTx and buFontTx behave the same way as buClrTxXisco Fauli2-4/+12
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-28sd theme: add PPTX import for shape fill color effectsMiklos Vajna2-2/+8
2022-04-27tdf#148665 Fix crash while loading SmartArt graphicsHossein1-7/+10
2022-04-26tdf#53970 PPTX: fix import of linked media filesTünde Tóth2-11/+27
2022-04-26tdf#147586: Initialize mbBulletColorFollowText to falseXisco Fauli1-1/+2
2022-04-25oox: Remove obsolete TODOXisco Fauli1-2/+0
2022-04-22tdf#148685: Unset CharUnderlineColor and CharUnderlineHasColor propertiesXisco Fauli1-0/+6
2022-04-22Fix typo in codeAndrea Gelmini1-1/+1
2022-04-21Fix typoAndrea Gelmini1-1/+1
2022-04-21Fix typoAndrea Gelmini1-1/+1
2022-04-20Advanced Diagram support: Use better association Model<->XShapeArmin Le Grand (Allotropia)9-59/+302
2022-04-18oox: move DataTableConverter into own fileTomaž Vajngerl3-21/+53
2022-04-15oox: move DataTable{Context,Model} into own file, prop. "showKeys"Tomaž Vajngerl3-38/+69
2022-04-14Advanced Diagram support: Secure properties at Diagram ModelDataArmin Le Grand (Allotropia)4-17/+88
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-5/+7
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-3/+3
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-36/+42
2022-04-11Advanced Diagram support: Make Style/Theme info availableArmin Le Grand (Allotropia)3-3/+45
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin3-7/+7
2022-04-08use more subView when converting to Int32Noel Grandin3-4/+7
2022-04-06Advanced Diagram support: Enhance BackgroundShape handlingArmin Le Grand (Allotropia)5-8/+13
2022-04-05Fix typosAndrea Gelmini1-1/+1
2022-04-05Advanced Diagram support: Move Diagram Text information to svxArmin Le Grand (Allotropia)3-349/+60
2022-04-05Fix typosAndrea Gelmini1-2/+2
2022-03-31Advanced Diagram support: Move class DiagramData to svx AFAPArmin Le Grand (Allotropia)8-158/+42
2022-03-30ofz#46160 Use-of-uninitialized-valueCaolán McNamara1-5/+3
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy6-58/+113