summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2022-05-04tdf#147919 PPTX export: fix curved and bent connector shapeTibor Nagy2-0/+62
2022-05-04Just use Any ctor instead of makeAny in sdStephan Bergmann39-257/+256
2022-05-03add o3tl::equalsAsciiNoel Grandin5-17/+19
2022-05-01use more string_view in variousNoel Grandin7-34/+36
2022-04-29use more string_view in INetURLObjectNoel Grandin4-5/+5
2022-04-27UITest_impress_tests: fix sporadic failuresXisco Fauli1-9/+13
2022-04-27tdf#148665: sd_import_tests-smartart: Add unittestXisco Fauli2-0/+22
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-27tdf#141835 handle SHOWWINDOWMODE_END when resuming the slide showdldld2-2/+2
2022-04-27sd_export_tests-ooxml2: don't use try/catch in this testXisco Fauli1-10/+4
2022-04-26add o3tl::toUInt32Noel Grandin2-4/+5
2022-04-26tdf#53970 PPTX: fix import of linked media filesTünde Tóth1-1/+18
2022-04-26tdf#147586: Initialize mbBulletColorFollowText to falseXisco Fauli2-0/+22
2022-04-25tdf#148654 stop playing sound with presentation endsCaolán McNamara1-0/+2
2022-04-22tdf#148685: Unset CharUnderlineColor and CharUnderlineHasColor propertiesXisco Fauli2-0/+43
2022-04-21sd_export_tests-ooxml3: Add simple test for import/export of underlineXisco Fauli2-0/+797
2022-04-20loplugin:passstuffbyrefNoel Grandin2-2/+2
2022-04-20tdf#119649: sd_import_tests2: Add unittestXisco Fauli2-0/+43
2022-04-19tdf#148620: sd: add UItestXisco Fauli1-0/+77
2022-04-15tdf#109169 use custGeom for Octagon Bevel shapeRegina Henschel3-0/+46
2022-04-14use more string_view in sdNoel Grandin8-26/+27
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin8-26/+28
2022-04-12resave with latest gladeCaolán McNamara1-97/+100
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin2-3/+5
2022-04-11lok: use JsonWriter for annotations notificationSzymon Kłos1-28/+27
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-6/+7
2022-04-10cid#1503836 silence Dereference null return valueCaolán McNamara1-2/+3
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin3-3/+6
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin2-6/+6
2022-04-08use more subView when converting to Int32Noel Grandin2-4/+6
2022-04-07sd theme: add UI (sidebar) for shape fill colorMiklos Vajna2-0/+45
2022-04-06Drop write-only uses of pNonConvertableChars argumentMike Kaganski1-4/+1
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-2/+2
2022-04-04use string_view in comphelper::string::splitNoel Grandin2-2/+2
2022-04-04tdf#53970 PPTX: fix broken export of linked media filesTünde Tóth2-6/+21
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-7/+7
2022-04-01Resolves tdf#148292 - Keep UI static for Impress' general optionsHeiko Tietze1-1/+2
2022-03-30tdf#74670 tdf#91286 PPTX XLSX export: save image onceTünde Tóth3-0/+28
2022-03-30tdf#53970 PPTX: add unittestTünde Tóth1-0/+15
2022-03-30ofz#46160 Null-dereference READCaolán McNamara1-0/+0
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy5-476/+63
2022-03-29tdf#53970 PPTX: fix export of embedded media filesTünde Tóth1-0/+0
2022-03-29-Werror,-Wunused-but-set-variableStephan Bergmann1-6/+0
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-1/+1
2022-03-25tdf#147978 export subpaths individually in custGeomRegina Henschel4-20/+70
2022-03-25tdf#96389 Use default tab stop value of MSO for pptx import.Gülşah Köse3-0/+26
2022-03-18WeldEditView: Just pass new Size object as paramMichael Weghorn1-3/+1
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna1-0/+12
2022-03-17tdf#147766 Export empty lines as line with noFillGülşah Köse2-2/+3
2022-03-14add TypedWhichId version of QueryStateNoel Grandin7-42/+30