summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-30tdf#163486: PVS: Identical branchesBogdan Buzea1-4/+2
2024-07-09Make convert*Angle strictMike Kaganski1-4/+4
2024-06-26Fix typoAndrea Gelmini1-1/+1
2024-06-25tdf#161483 enable LO to read ODF angle unitsRegina Henschel1-4/+4
2024-05-15loplugin:ostr in xmloffNoel Grandin1-138/+138
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-2/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-02tdf#123396 actually use the mimetype set in the from documentTomaž Vajngerl1-3/+21
2023-12-01Fix typoAndrea Gelmini1-1/+1
2023-12-01[API CHANGE] Add OOXML way of curved connector routingRegina Henschel1-2/+52
2023-11-07warn about exotic protocols as wellCaolán McNamara1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann1-6/+6
2023-10-16Resolves: tdf#157726 missing chart from Base reportCaolán McNamara1-0/+3
2023-09-07Fix typoAndrea Gelmini1-1/+1
2023-09-07Fix typoAndrea Gelmini1-1/+1
2023-09-07Fix typoAndrea Gelmini1-1/+1
2023-09-06add referer to ole objectsCaolán McNamara1-0/+4
2023-09-06improve debug logging in SdXMLShapeContext::AddShapeNoel Grandin1-0/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-6/+6
2023-05-18improved B2DHomMatrixNoel Grandin1-3/+3
2023-04-19add a route to get calc Floating Frame links under 'manage links'Caolán McNamara1-1/+15
2023-04-18create the FloatingFrameShape in a separate step to inserting itCaolán McNamara1-1/+12
2023-04-18convert XmlShapeType to scoped enumNoel Grandin1-8/+8
2023-04-05avmedia,*: guess the mime type of media files based on file nameMichael Stahl1-2/+3
2023-03-23sc drawstyles: ODF import and exportMaxim Monastirsky1-1/+5
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-1/+0
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin1-4/+3
2022-09-06check impress/calc IFrame "FrameURL" targetCaolán McNamara1-0/+4
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna1-1/+13
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-14elide some temporary OUStringsNoel Grandin1-2/+3
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-4/+5
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann1-28/+28
2022-04-20use more FastAttributeIter::toViewNoel Grandin1-3/+3
2022-02-24tdf#72776 Allow text removal in the shapesSzymon Kłos1-0/+7
2022-01-20Fix typosAndrea Gelmini1-1/+1
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+8
2022-01-05tdf#130076 Fixed flip not working properly from fileDhiraj Holden1-1/+24
2021-12-14sw ODF shape import: improve is-textbox checkMiklos Vajna1-1/+3
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski1-23/+26
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso1-2/+2
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-7/+2
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-3/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-8/+8
2021-02-17loplugin:referencecasting in xmloffNoel1-3/+3
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel1-1/+1
2020-12-18use more string_view in convertEnumNoel1-4/+4
2020-12-16use views to parseNoel1-135/+137
2020-12-15use views to parse rather than allocating OUStringNoel1-1/+1
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin1-621/+452