summaryrefslogtreecommitdiff
path: root/sd/qa
AgeCommit message (Expand)AuthorFilesLines
2021-04-15tdf#141269: sd_export: Add unittestXisco Fauli2-0/+31
2021-04-15sd: just use Color in these assertsXisco Fauli2-15/+15
2021-04-15sd: use hexadecimal representation for colorsXisco Fauli4-37/+37
2021-04-15sd: improve output when asserting colorsXisco Fauli1-1/+4
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos1-0/+68
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07tdf#141297: sd: Add UItestXisco Fauli2-0/+97
2021-04-07tdf#141267 PPTX export: fix handling of audio nodes with non-media sourceMiklos Vajna2-0/+13
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski2-4/+3
2021-03-31sd: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna4-42/+73
2021-03-29tdf#125560 PPTX import: fix WordArt effect textDeflate and textInflateTopGabor Kelemen3-0/+34
2021-03-29tdf#137367 PPTX import: fix lost direct hyperlink colorsTibor Nagy2-0/+41
2021-03-29tdf#131269: sd_import: Add unittestXisco Fauli2-0/+17
2021-03-25tdf#134734 sd,sw: add UITestsMichael Stahl1-0/+111
2021-03-25tdf#134734 svx,sd: BackgroundFullSizeMichael Stahl2-0/+148
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-8/+5
2021-03-24sd_import_tests: simplify testXisco Fauli1-8/+10
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC1-4/+1
2021-03-23Revert "lok: switch to the correct view before any UI update is doneTamás Zolnai1-5/+1
2021-03-23Revert "Remove this unreliable check."Tamás Zolnai1-0/+3
2021-03-23tdf#140714 Import graphics cropped into custom geometry as custom shapes.Gülşah Köse2-0/+16
2021-03-22Remove this unreliable check.Tamás Zolnai1-3/+0
2021-03-22lok: switch to the correct view before any UI update is done via SfxBindings.Tamás Zolnai1-1/+5
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-2/+2
2021-03-19tdf#131905 PPTX table export: fix vertical alignmentTibor Nagy2-0/+28
2021-03-17throw exception for errors in uitest actionsNoel Grandin1-1/+0
2021-03-16tdf#136956 reorder undo actions in removeColumnsMark Hung1-0/+35
2021-03-12can call XWindow::setVisible instead of extracting its vcl::WindowCaolán McNamara1-4/+1
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák2-11/+11
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-7/+6
2021-03-10tdf#140865 roundtrip pptx wordart 3D, add sp3dRegina Henschel2-0/+24
2021-03-09filter: svg: unit test for placeholder localeMarco Cecchetti1-0/+58
2021-03-09filter: svg: export: renaming class attributes related to TextShapeMarco Cecchetti1-6/+6
2021-03-09filter: svg: export tiled background by exploiting svg:pattern elementMarco Cecchetti1-15/+49
2021-03-08filter: svg: js engine: unit test: slide background: exporting bitmapsMarco Cecchetti3-0/+87
2021-03-07ref-count SdrPageNoel1-4/+5
2021-02-20Add unittest for tdf#123841 Unfilled rectangles make filled rectanglesmsrijita181-0/+34
2021-02-19uitest: remove duplicated testsXisco Fauli1-99/+0
2021-02-17tdf#106612: sd: Add UItestXisco Fauli1-0/+45
2021-02-17tdf#128213 Add unit test for text camera z rotation.Gülşah Köse2-0/+17
2021-02-17tdf#82616: sd: Add UItestXisco Fauli1-0/+66
2021-02-16tdf#139511: sd: Add UItestXisco Fauli1-0/+55
2021-02-15loplugin:referencecasting in sdNoel1-4/+4
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski3-6/+6
2021-02-12Fix typoAndrea Gelmini1-1/+1
2021-02-11tdf#134210 Better testing for cropping bitmap of custom shape.Gülşah Köse3-18/+14
2021-02-10uitest: sd: check embedded document is open in a new dialogXisco Fauli2-0/+39
2021-02-10tdf#134210 Handle greyscale effect on bitmap filled custom shapes.Gülşah Köse2-0/+16
2021-02-10tdf#134210 Import crop position of bitmap filled shape.Gülşah Köse3-5/+40
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2-10/+12