summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-02-07tdf#120397 - odf export fix missing texts in text box controlBalazs Varga1-2/+2
2025-02-04[API CHANGE] sd pdfium: add page number when saving/loading pdf pages as imagesJaume Pujantell1-4/+13
2024-12-03don't bother passing const std::[u16]string_view by referenceCaolán McNamara1-1/+1
2024-11-12tdf#162691: ODF 1.4 Add support for xy and polar handle new attributesXisco Fauli1-0/+43
2024-11-10tdf#162686 tdf#162687 ODF 1.4 extrusion-metal-typeRegina Henschel1-12/+25
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-09-25tdf#162690, tdf#162687: Adapt to ODF 1.4Xisco Fauli1-10/+4
2024-09-24tdf#162686: Adapt to ODF 1.4Xisco Fauli1-2/+6
2024-07-14cid#1608584 Overflowed constantCaolán McNamara1-3/+3
2024-05-15loplugin:ostr in xmloffNoel Grandin1-138/+138
2024-05-03tdf#160915: make own OLE objects obey AddReplacementImages settingMike Kaganski1-9/+13
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-7/+10
2024-03-18Clamp extrusion light level to allowed range for ODFRegina Henschel1-0/+5
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-1/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-9/+9
2023-12-30cid#1545421 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (xmloff)Julien Nabet1-3/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann1-13/+13
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-2/+2
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-3/+4
2023-06-26new loplugin:constexprliteralNoel Grandin1-7/+7
2023-05-18improved B2DHomMatrixNoel Grandin1-3/+4
2023-04-18fix brain malfunctionNoel Grandin1-7/+4
2023-04-18convert XmlShapeType to scoped enumNoel Grandin1-146/+146
2023-04-18no need to perform lookup twice in XMLShapeExport::seekShapesNoel Grandin1-4/+2
2023-03-23sc drawstyles: ODF import and exportMaxim Monastirsky1-1/+2
2023-03-16xmloff: ODF export: produce alt text and description for MediaShapeMichael Stahl1-0/+5
2023-02-15tdf#153179 ODP export regression: fix lost shape at missing objectTünde Tóth1-0/+45
2023-01-25tdf#153161: (Ab)use a call to XTextRange::getString to flush editsMike Kaganski1-0/+12
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-4/+4
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin1-4/+7
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin1-4/+2
2022-10-28tdf#145240 add flexibility to receiving PolyPolygons over UNO APIArmin Le Grand (allotropia)1-22/+20
2022-09-21tdf#151100: xText->getString() may be empty for content needing exportMike Kaganski1-15/+0
2022-09-14-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-4/+26
2022-08-29xmloff: extract ExportGraphicPreview() from ...Miklos Vajna1-110/+78
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna1-1/+53
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-16tdf#149551 write draw:text-rotate-angle only onceRegina Henschel1-8/+10
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann1-3/+3
2022-04-25tdf#145240: Can't save drawing if I'm adding a short freeform line with no fillJulien Nabet1-4/+6
2022-04-13use more string_view in xmloffNoel Grandin1-11/+12
2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel1-0/+20
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel1-0/+20
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+9
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski1-12/+10
2021-10-29Fix typoAndrea Gelmini1-1/+1