summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Run clang-tidy with misc-unused-using-decls on module xmloffGabor Kelemen4-5/+0
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 McNamara2-1/+14
2023-04-18fix brain malfunctionNoel Grandin2-14/+9
2023-04-18convert XmlShapeType to scoped enumNoel Grandin2-154/+154
2023-04-18no need to perform lookup twice in XMLShapeExport::seekShapesNoel Grandin1-4/+2
2023-04-12xmloff: ODF import/export for style:overflow-behavior "clip"Sarper Akdemir1-0/+1
2023-04-08use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl1-4/+5
2023-04-05avmedia,*: guess the mime type of media files based on file nameMichael Stahl1-2/+3
2023-03-30loplugin:stringadd in xmloffNoel Grandin2-8/+4
2023-03-23sc drawstyles: ODF import and exportMaxim Monastirsky2-2/+7
2023-03-16xmloff: ODF export: produce alt text and description for MediaShapeMichael Stahl1-0/+5
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen9-16/+7
2023-02-15tdf#153179 ODP export regression: fix lost shape at missing objectTünde Tóth1-0/+45
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl1-46/+32
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-1/+1
2023-01-25tdf#153161: (Ab)use a call to XTextRange::getString to flush editsMike Kaganski1-0/+12
2023-01-24xmloff: extract XMLThemeContext into own classTomaž Vajngerl1-135/+3
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski5-8/+6
2023-01-13xmloff: use XThemeColor in ODF, change the format for themesTomaž Vajngerl2-3/+5
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann3-33/+2
2022-12-25sw: support for reading back theme color from OOXMLTomaž Vajngerl1-1/+2
2022-12-22loplugin:unocast (DocumentSettingsSerializer)Stephan Bergmann3-2/+33
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin2-9/+14
2022-11-29sd: replace hardcoded table styles with xml fileMaxim Monastirsky1-3/+18
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin3-246/+244
2022-10-28tdf#145240 add flexibility to receiving PolyPolygons over UNO APIArmin Le Grand (allotropia)1-22/+20
2022-09-21use more string_view in xmloffNoel Grandin4-34/+34
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 Henschel2-4/+63
2022-09-06check impress/calc IFrame "FrameURL" targetCaolán McNamara1-0/+4
2022-08-29xmloff: extract ExportGraphicPreview() from ...Miklos Vajna1-110/+78
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna2-2/+66
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann12-12/+12
2022-08-18cid#1509254 Uninitialized scalar variableCaolán McNamara1-0/+1
2022-07-14elide some temporary OUStringsNoel Grandin1-2/+3
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin12-33/+41
2022-07-05tdf#137544 reduce ref-counting trafficNoel Grandin1-4/+5
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin1-1/+2
2022-06-20tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl1-0/+1
2022-06-16tdf#149551 write draw:text-rotate-angle only onceRegina Henschel1-8/+10
2022-06-02elide some makeStringAndClear() classNoel Grandin3-9/+12
2022-05-30these can be stack allocatedNoel Grandin1-13/+13
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna1-0/+2
2022-05-03tdf#148714 Repair path in older CurvedArrow shapesRegina Henschel1-4/+28
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann13-78/+77
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+4
2022-04-29use more string_view in xmloffNoel Grandin3-3/+3
2022-04-25tdf#145240: Can't save drawing if I'm adding a short freeform line with no fillJulien Nabet1-4/+6