summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann2-3/+3
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-19loplugin:virtualdead unused param in sd::View::AcceptDropNoel Grandin6-11/+7
2019-10-19loplugin:virtualdead unused param in ViewClipboard::DetermineInsertPositionNoel Grandin4-8/+5
2019-10-19loplugin:virtualdead unused param in sd::ViewShell::UpdatePreviewNoel Grandin5-7/+7
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-19/+6
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara3-5/+5
2019-10-17gbuild: Treat 'DBUS_GLIB_CFLAGS' as includes, not definesMichael Weghorn2-2/+4
2019-10-17tdf#128166 sd: Fix canvas initialization argsMichael Weghorn2-10/+8
2019-10-17Remove some memset callsMike Kaganski2-8/+4
2019-10-17Add Name and Description to group context menuandreas kainz2-0/+6
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann8-15/+15
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-2/+2
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse7-0/+121
2019-10-16convert some Buffer.append to +Noel Grandin1-4/+1
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-8/+8
2019-10-15new loplugin:bufferaddNoel Grandin7-49/+31
2019-10-15tdf#127964 PPTX import: fix shape fill handling: style vs slide backgroundMiklos Vajna2-0/+23
2019-10-14lok: impress: show only supported transitions in the side paneMarco Cecchetti1-0/+137
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin3-13/+13
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt3-2/+8
2019-10-13tdf#128096: pptx: export highlightXisco Fauli2-0/+16
2019-10-13tdf#125566 Add arrangement functions to position & size sidebarTomaž Vajngerl4-0/+54
2019-10-13Revert "tdf#127164 Don't add SdrUndoDelPage undos during pptx save"Jim Raykowski1-1/+1
2019-10-13tdf#127164 Don't add SdrUndoDelPage undos during pptx saveJim Raykowski1-1/+1
2019-10-12tdf#127129: pptx: map highlight to CharBackColorXisco Fauli2-0/+22
2019-10-11Propagate stock info through slide layouts.Michael Meeks2-4/+8
2019-10-11ofz#14989 Z_NEED_DICT related infinite loopCaolán McNamara1-0/+0
2019-10-11simplify "a = a +" to "a +="Noel Grandin3-4/+4
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-6/+4
2019-10-10tdf#98603 export runs with correct lang attribute (2/2).Mark Hung2-0/+16
2019-10-10More loplugin:redundantpointeropsStephan Bergmann1-2/+2
2019-10-10No need to do anything when !HAVE_FEATURE_AVMEDIAMike Kaganski1-7/+2
2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara4-4/+4
2019-10-09Related: tdf#123765 fix up some screenshottingCaolán McNamara2-6/+290
2019-10-09make impress sidebar work on iOS - missing PanelFactoryTomaž Vajngerl1-0/+4
2019-10-09tdf#128013: fix Crash when linking an odp fileJulien Nabet1-4/+7
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-08Add some doc and fix comment in eppt (sd)Julien Nabet1-2/+3
2019-10-07cid#1454627 Dereference null return valueCaolán McNamara1-3/+11
2019-10-07Bin pointless nested #if HAVE_FEATURE_AVMEDIATor Lillqvist1-2/+1
2019-10-07Some !HAVE_FEATURE_AVMEDIA falloutTor Lillqvist1-0/+2
2019-10-05Convert some SID in sd to SfxUInt16ItemNoel Grandin6-25/+27
2019-10-05Convert SID_PAPER_START/END to SfxUInt16ItemNoel Grandin1-2/+2
2019-10-05Convert SID_ENUM_PAGE_MODE to SfxUInt16ItemNoel Grandin1-1/+1
2019-10-04use SfxUInt16Item for SID_METRIC_ITEMNoel Grandin2-4/+5
2019-10-04find-unneeded-includes: ignore extra recommendationsGabor Kelemen1-5/+0
2019-10-04use common PCH in sd/Luboš Luňák15-0/+30
2019-10-03update sd pchCaolán McNamara1-74/+15
2019-10-02weld PrintDialogCaolán McNamara2-13/+9