summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2022-09-20tdf#89928 pptx import: implement import of BiLevel thresholdSarper Akdemir2-0/+45
2022-09-20tdf#94122 pptx export: fix automatic text color exportSarper Akdemir2-0/+42
2022-09-20simplify usage of TempFile in sdNoel Grandin1-8/+4
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-18use more string_view in utl::TempFileNoel Grandin1-1/+1
2022-09-16tdf#149551 unit test writing mode in shape in ImpressRegina Henschel3-0/+77
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock2-13/+13
2022-09-15no need to load SaveVBA symbol at runtimeNoel Grandin4-66/+5
2022-09-14no need to load ImportPPT symbol at runtimeNoel Grandin5-21/+5
2022-09-14no need to load ExportPPT symbol at runtimeNoel Grandin3-125/+117
2022-09-14tdf#148620: sd: move UITest to CppUnittestXisco Fauli2-111/+106
2022-09-14merge sdfilt library into sdNoel Grandin11-101/+24
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin6-6/+6
2022-09-14no need to dynamically ImportCGM symbolNoel Grandin4-35/+6
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel3-28/+65
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl1-2/+2
2022-09-10unique_ptr->optional for GraphicNoel Grandin2-11/+12
2022-09-09tdf#150719 PPTX import: fix hyperlink format (lost underline)Tibor Nagy2-0/+18
2022-09-08Fix CppunitTest_sd_export_tests-ooxml3 on non-default DPIMike Kaganski1-0/+6
2022-09-08Fix CppunitTest_sd_png_export_tests on non-default DPIMike Kaganski1-4/+6
2022-09-08Fix typoAndrea Gelmini1-2/+2
2022-09-08tdf#150770: sd_import_tests2: Add unittestXisco Fauli2-0/+14
2022-09-08tdf#150102 Correct PrefSize for UNO API Metafile exporterArmin Le Grand (allotropia)1-2/+8
2022-09-07sd: rename WriteAnimationNodeAudio to MediaMiklos Vajna1-4/+5
2022-09-06Replace leftover use of StarSymbol with OpenSymbolTor Lillqvist1-2/+2
2022-09-05Fix typoAndrea Gelmini1-1/+1
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas5-7/+7
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas5-7/+7
2022-09-04tdf#150773: Avoid bringing loading files to front several timesMike Kaganski2-6/+18
2022-09-03crashtesting: assert on loading ooo57561-1.sxiCaolán McNamara1-3/+3
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn13-60/+73
2022-09-02Related: tdf#149969 PPTX export: add loop from the animation of a media shapeMiklos Vajna3-8/+65
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin2-2/+2
2022-09-01cid#1500537 silence Dereference after null checkCaolán McNamara1-2/+1
2022-09-01cid#1500519 Using a moved objectCaolán McNamara1-0/+1
2022-08-31tdf#150506 Execution parameter confused with slot stateMaxim Monastirsky1-1/+1
2022-08-31tdf#144092 pptx export: export endParaRPr for empty shape & cellsSarper Akdemir4-2/+42
2022-08-31tdf#144092 tdf#139511: revert parts of tdf#91762 tdf#137949 tdf#139511Sarper Akdemir1-2/+2
2022-08-31tdf#144092 pptx import: correct table height during importSarper Akdemir3-1/+18
2022-08-30tdf#141908 Replace usage of sal_Int32 with Color in unit testscutamar2-6/+6
2022-08-29span requires a complete element typeStephan Bergmann1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin57-455/+408
2022-08-29tdf#144092 pptx import: fix import of empty cell and shape text propertiesSarper Akdemir5-66/+66
2022-08-28cid#1512438 Dereference before null checkCaolán McNamara1-1/+1
2022-08-27sd: react to touchpad zoom gestures in ViewShellPovilas Kanapickas2-0/+45
2022-08-24cid#1509260 silence Dereference null return valueCaolán McNamara1-1/+3
2022-08-24cid#1509207 Dereference after null checkCaolán McNamara1-2/+2
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock3-3/+3
2022-08-24try and make test_Tdf148620 more reliableCaolán McNamara1-0/+12
2022-08-22cid#1509228 Explicit null dereferencedCaolán McNamara1-17/+21