summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2020-11-10This converts to/from mm100s, not twipsMike Kaganski3-6/+6
2020-11-09uitest: fix commentsXisco Fauli1-1/+1
2020-11-09tdf#137949 Fix table row heigths.Gülşah Köse3-3/+20
2020-11-08only colors are in use so reduce down to just thoseCaolán McNamara5-8/+8
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara18-41/+47
2020-11-06tdf#137908: uitest: Add asserts to check there is at least 1 elementXisco Fauli1-6/+14
2020-11-05tdf#138011: sd: Add UItestXisco Fauli1-0/+13
2020-11-05tdf#138011: Revert "tdf#137949 Fix table row heigths."Xisco Fauli2-19/+1
2020-11-05tdf#128213 Fix export rotation problem.Gülşah Köse2-0/+12
2020-11-04tdf#137949 Fix table row heigths.Gülşah Köse2-1/+19
2020-11-04use only NotebookbarToolBox, and not SidebarToolBox, in the notebookbarCaolán McNamara6-26/+26
2020-11-03tdf#91762: sd: Add UItestXisco Fauli1-0/+36
2020-11-02tdf#137720: Slide, Page Setup replaced with Slide, Page PropertiesAyhan Yalçınsoy2-2/+2
2020-11-02tdf#126700 handle Impress default documentsJan-Marek Glogowski2-4/+12
2020-11-02tdf#130526 Hide "Apply to Master"-button and rename "Slide" to "Page" in DrawSven Lüppken1-0/+8
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-2/+2
2020-11-01tdf#137620 support surrounding text for impress outline viewCaolán McNamara2-24/+29
2020-11-01dynamic_cast followed by static_castCaolán McNamara2-14/+6
2020-10-31fixed crashing on duplicating slide if slide pan is not visiblePranam Lashkari1-1/+8
2020-10-30Related: tdf#137871 GetTextEditOutlinerView returns null in a tableCaolán McNamara1-16/+9
2020-10-30tdf#106613 Draw: Make sidebar Navigator update after slide renameJim Raykowski1-0/+3
2020-10-29Fix typosAndrea Gelmini1-1/+1
2020-10-29weld impress TabBarControlCaolán McNamara4-80/+154
2020-10-28convert some more long -> tools::LongNoel3-4/+4
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann5-15/+14
2020-10-28convert some more long -> tools::LongNoel4-11/+11
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara4-0/+27
2020-10-26Don't insert hyperlink outside the pageSzymon Kłos1-2/+5
2020-10-23long->tools::Long in pyuno..sdNoel91-546/+548
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara74-74/+74
2020-10-22rename SfxThumbnailView back to ThumbnailViewCaolán McNamara1-1/+1
2020-10-22drop newly unused ThumbnailViewCaolán McNamara1-1/+1
2020-10-22weld backing windowCaolán McNamara1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin5-10/+10
2020-10-20tdf#128212: sd_layout_tests: Add unittestXisco Fauli2-0/+22
2020-10-20tdf#137417 oox smartart: avoid considering rules in vertical linear layoutsMiklos Vajna2-0/+22
2020-10-19fix typoNoel1-1/+1
2020-10-18sd: support line PDF annot. as custom markerTomaž Vajngerl1-0/+13
2020-10-18sd: protect size, position when opening with PDFium import filterTomaž Vajngerl1-0/+3
2020-10-18sd: support text annotation PDF annot. as custom markerTomaž Vajngerl1-0/+13
2020-10-18sd: support ink PDF annot. as custom markerTomaž Vajngerl1-0/+9
2020-10-18sd: support square and circle PDF annot. as custom markerTomaž Vajngerl1-0/+25
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl3-7/+85
2020-10-17sd: use the fastparser API when possibleNoel Grandin1-13/+20
2020-10-16remove thread-unsafe static bufferNoel1-6/+5
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-11/+11
2020-10-16try to prefetch also graphics for background fill bitmapLuboš Luňák1-1/+5
2020-10-16try to prefetch in threads also all graphics for the active pageLuboš Luňák1-0/+8
2020-10-16try to make available all slide images using threadsLuboš Luňák3-0/+32
2020-10-14Resolves: tdf#137445 use the DisableEditHyperlink state as of menu launch timeCaolán McNamara3-2/+29