summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin2-4/+4
2021-11-07forward decls go after #includeNoel Grandin2-8/+3
2021-11-05tdf#111785: sd_export_tests-ooxml2: Add unittestXisco Fauli2-0/+16
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin1-1/+1
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin10-31/+31
2021-11-04tdf#114613: sd_uiimpress: Add unittestXisco Fauli1-0/+9
2021-11-04tdf#91060: sd_export_tests: Add unittestXisco Fauli2-0/+9
2021-11-04tdf#144918 PPTX import: fix internal hyperlink on shapesTibor Nagy2-0/+28
2021-11-03tdf#144914 PPTX export: fix interactions and hyperlinks on shapesTibor Nagy1-0/+45
2021-11-03tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsRishav Chattopadhya1-4/+4
2021-11-03loplugin:finalclassesNoel Grandin42-63/+57
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski1-4/+3
2021-11-03loplugin:constparamsNoel Grandin3-5/+5
2021-11-02extract a ReorderingDropTarget for reuseCaolán McNamara2-48/+3
2021-11-02Resolves: tdf#136945 fix custom slide show dnd to reorder pagesCaolán McNamara2-0/+48
2021-11-02tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopHenrik Palomäki1-16/+0
2021-11-02tdf#136945 use ListStore instead of TreeStore to avoid dnd creating subnodesCaolán McNamara1-2/+2
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara13-3734/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski35-328/+276
2021-10-30add SfxUnoFrameItem arg to indicate what frame sent this SfxRequestCaolán McNamara1-1/+2
2021-10-30sd: uitest: test "save to ODP as read-only with password protection"Xisco Fauli1-0/+54
2021-10-27sd: split CppunitTest_sd_import_tests in twoXisco Fauli4-1763/+1907
2021-10-27sd_import: use a template for makefilesXisco Fauli5-205/+159
2021-10-26uitest: rearrange tests to avoid "close_doc: no active frame"Xisco Fauli1-51/+43
2021-10-26tdf#141908 - CppUnittests: replace usage of sal_Int32 with color4k5h1t1-7/+7
2021-10-26Make sure that self-assign test checks typesMike Kaganski7-675/+225
2021-10-25loplugin:indentation (macOS)Stephan Bergmann1-3/+3
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-3/+12
2021-10-22Revert part of "Simplify vector initialization in sd"Julien Nabet1-27/+23
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák2-55/+63
2021-10-22Removed duplicated includeAndrea Gelmini1-2/+0
2021-10-21Fix typosAndrea Gelmini1-2/+2
2021-10-21loplugin:flattenNoel Grandin2-93/+94
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl7-27/+378
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-41/+41
2021-10-20tdf#144917 PPTX import: fix hyperlinks on grouped shapesTibor Nagy2-0/+21
2021-10-20Related tdf#145037 and tdf#145028 - Animation sidebar usabilityHeiko Tietze2-562/+566
2021-10-16Simplify vector initialization in sdJulien Nabet5-34/+35
2021-10-15do not use text-based LOK callback internallyLuboš Luňák2-54/+54
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski9-12/+12
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+6
2021-10-14tdf#33749 - revised merge and unmerge cells UI controlsRoss Johnson1-0/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski10-35/+43
2021-10-13tdf#124232 PPTX export: fix interactions and hyperlinks on imagesTibor Nagy1-0/+44
2021-10-13tdf#144943 PPTX import: fix permission for editingTünde Tóth3-0/+31
2021-10-13sd: remove another unused documentXisco Fauli1-0/+0
2021-10-13sd: remove unused smartart documents from gitXisco Fauli9-0/+0
2021-10-11tdf#145030 resync with empty selection if we unselected everythingCaolán McNamara1-11/+26
2021-10-11loplugin:moveparam in sdNoel Grandin14-35/+35
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-22/+14