summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2019-02-26oox smartart, picture strip: fix lack of spacing around the picture listMiklos Vajna2-0/+10
2019-02-26these are modal dialogsCaolán McNamara2-0/+2
2019-02-26oox smartart, picture strip: fix too many columns with aspect ratio requestMiklos Vajna2-0/+15
2019-02-26tdf#88969 restart interactive sequence.Mark Hung1-0/+2
2019-02-25Fix build when !HAVE_FEATURE_AVMEDIATor Lillqvist1-1/+4
2019-02-25Build the sdui library for non-DESKTOP, tooTor Lillqvist1-1/+1
2019-02-25Make SdAbstractDialogFactory::Create() do its job also on non-DESKTOPTor Lillqvist1-2/+0
2019-02-25We want the function pointer here, but not call it yetTor Lillqvist1-1/+1
2019-02-25loplugin:unusedmethodsNoel Grandin2-24/+0
2019-02-25set m_bLinkableSelected before calling handlerCaolán McNamara2-1/+16
2019-02-25sd: fix preset class for media call effects.Mark Hung3-3/+6
2019-02-24Temp icons for the redactedexport commandsMuhammet Kara2-4/+3
2019-02-24Unflatten the if block of SID_DRAW_FREELINE_NOFILLMuhammet Kara1-26/+22
2019-02-24RectanglePoint is still used in OSL_DEBUG_LEVEL > 1Tomoyuki Kubota1-0/+3
2019-02-23Add style options to redaction exportMuhammet Kara5-1/+49
2019-02-23loplugin:unusedfields in sdNoel Grandin20-95/+4
2019-02-23tdf#47365: import support for PPTX presentation's loop attributeMike Kaganski2-0/+21
2019-02-22weld SvxScriptSelectorDialogCaolán McNamara1-1/+1
2019-02-22oox smartart, picture strip: handle bitmap fill of pres nodesMiklos Vajna2-0/+38
2019-02-22tdf#42949 Fix IWYU warnings in sd/source/filter/*/*cxxGabor Kelemen26-302/+52
2019-02-22tdf#61679 tdf#83247: default presentation pause should be 0 sMike Kaganski5-1/+29
2019-02-22loplugin:unusedfields in svxNoel Grandin1-1/+0
2019-02-22Reduce scopeMatteo Casalin1-3/+2
2019-02-21Revert "Simplify: getToken+comparison ==> startsWith"Matteo Casalin1-3/+10
2019-02-21tdf#123534 Impress collapse/expand animation maintains selectionBrian Fraser2-0/+70
2019-02-21tdf#123090 unit test for handling gridSpanGülşah Köse2-0/+29
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-3/+3
2019-02-21tdf#123090 Handle removed column with gridSpan.Gülşah Köse1-1/+1
2019-02-20oox smartart, cycle matrix: fix fill and line props of shapeMiklos Vajna2-0/+20
2019-02-20Translate German variable namesJohnny_M1-15/+15
2019-02-20Fix typoAndrea Gelmini1-1/+1
2019-02-20Use named shapes for redactionMuhammet Kara5-6/+27
2019-02-19weld ChineseDictionaryDialogCaolán McNamara2-6/+6
2019-02-19oox smartart, cycle matrix: handle destination order in connectionsMiklos Vajna2-1/+3
2019-02-19sd: respect what user has selected for new effects.Mark Hung1-7/+21
2019-02-19tdf#123440 new expert option 'WriteLayerStateAsConfigItem'Regina Henschel3-26/+139
2019-02-19use boost::optional in EditFieldInfoNoel Grandin1-1/+1
2019-02-19pretty up logging of exceptionsNoel Grandin5-29/+34
2019-02-18oox smartart, cycle matrix: handle aspect ratio in composite algoMiklos Vajna1-0/+6
2019-02-18oox smartart, cycle matrix: fix too large height in composite algoMiklos Vajna1-0/+4
2019-02-18use clear() instead of erase(begin, end)Noel Grandin1-1/+1
2019-02-18sd: fix crashing when adding new effects to media.Mark Hung1-6/+15
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze8-0/+23
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin7-9/+8
2019-02-17Avoid string comparison if result is knownMatteo Casalin1-1/+1
2019-02-17Use optimized OUString concatenationMatteo Casalin1-16/+11
2019-02-17Simplify by using startsWith()Matteo Casalin1-10/+3
2019-02-17Simplify: getToken+comparison ==> startsWithMatteo Casalin1-10/+3
2019-02-17Use indexed getToken()Matteo Casalin1-6/+8
2019-02-17Use indexed getToken()Matteo Casalin1-2/+3