summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2021-09-08simplify static_cast after dynamic_castNoel Grandin2-84/+80
2021-09-08avoid painting to windows in LOK modeLuboš Luňák1-2/+2
2021-09-08patch SdrPageWindow in SdXImpressDocument::paintTile()Luboš Luňák1-0/+24
2021-09-07unbalanced [Beg/End]Undo possible on self-dnd in impressCaolán McNamara2-11/+29
2021-09-07dynamic_cast followed by static_castCaolán McNamara1-7/+4
2021-09-07loplugin:unusedmethodsNoel Grandin1-2/+0
2021-09-05ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-24/+24
2021-09-05tdf#140725 Change a tooltip for Slide Master name field in status barRoman Kuznetsov1-1/+1
2021-09-05ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+7
2021-09-02tdf#136610 Add Clone/Clear Direct Format to other tabbed interfacesrafaelhlima3-94/+329
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin17-50/+46
2021-09-02Resolves tdf#144227 - Default command to switch UIHeiko Tietze3-6/+6
2021-09-02unused definesNoel Grandin3-109/+1
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin93-323/+56
2021-08-31tdf#142645 PPTX import: convert "ctrTitle" text to slide nameTibor Nagy2-0/+16
2021-08-30tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktop4k5h1t2-2/+0
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-26-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna3-8/+10
2021-08-24tdf#144032: fix STR_ASK_DELETE_LAYERJulien Nabet1-1/+1
2021-08-24ofz: cgm Integer-overflowCaolán McNamara1-0/+0
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin4-15/+6
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-1/+1
2021-08-22BOOST_FALLTHROUGH->[[fallthrough]];Caolán McNamara1-1/+1
2021-08-22tdf#126915: Redaction: Clarify 'Export Directly as PDF'Muhammet Kara2-2/+2
2021-08-20Fix extended tip after translation roundOlivier Hallot1-1/+1
2021-08-20Bump ui file to newest GladeOlivier Hallot1-145/+162
2021-08-20Fix extended tip after translation round.Olivier Hallot1-3/+9
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann3-5/+5
2021-08-20loplugin:unusedfieldsNoel Grandin2-12/+0
2021-08-19tdf#143624 PPTX: slideshow setting “Manual forwarding” not exportedTibor Nagy3-0/+18
2021-08-19ofz#37370 Null-dereferenceCaolán McNamara1-0/+0
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski9-16/+16
2021-08-18tdf#143353 defer tip of the day until impress template dialog is goneCaolán McNamara1-0/+9
2021-08-18loplugin:constparamsNoel Grandin2-3/+3
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski1-14/+14
2021-08-17Enable sd pdf import tests on WindowsMike Kaganski1-35/+41
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin1-1/+1
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski1-1/+1
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis1-1/+5
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski3-28/+28
2021-08-16pass OutlinerParaObject around by valueNoel Grandin21-34/+33
2021-08-16Use o3tl::toTwips to define MINBODYMike Kaganski1-2/+0
2021-08-13tdf#127543 add saveacopy to File dropdown menu tabsAndreas-Kainz4-0/+28
2021-08-13Resolves: tdf#143795 trigger layout when content changesCaolán McNamara1-0/+4
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-12tdf#143129 PPTX: custom slide show use as default is not exported.Tibor Nagy3-0/+37