summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-01-14sd lok: More places where we need to force the transparent color for bg.Jan Holesovsky2-0/+6
2016-01-14sd: use ScopeGuard in Outliner::SearchAndReplaceAll()Miklos Vajna1-1/+4
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-7/+21
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna1-1/+25
2016-01-14sd tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+2
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin48-209/+80
2016-01-14tdf#96522 reset CustomShapeEngine at importArmin Le Grand1-1/+9
2016-01-14sd: clean up remaining non-static isTiledRendering() usageMiklos Vajna6-14/+24
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl2-3/+5
2016-01-13Fix memory leakStephan Bergmann1-0/+2
2016-01-11lool - search all - unit test failure - solvedMarco Cecchetti2-2/+2
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from Timer explicitly privateStephan Bergmann2-2/+2
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11sd: with any luck the OLE test should run on WNT now tooMichael Stahl1-8/+0
2016-01-11sd: enhance the OLE object test to also test the exported XMLMichael Stahl3-11/+113
2016-01-10Fix typosAndrea Gelmini34-39/+39
2016-01-08lool - page border shadow can be disabledMarco Cecchetti1-2/+9
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2016-01-07Avoid loplugin:unreffunStephan Bergmann1-1/+3
2016-01-07Disabled the test for a moment.Jan Holesovsky1-1/+1
2016-01-07sd: lool search all - 2nd search did not work - fixedMarco Cecchetti1-5/+12
2016-01-07set reasonable default size for new draw/impress tablesJustin Luth1-2/+22
2016-01-06Make E3dScene3D::GetCamera return non-referenceStephan Bergmann1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-3/+2
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2-6/+6
2016-01-05tdf#96708: don't modify document while copying to clipboardMike Kaganski9-13/+63
2015-12-30Related: tdf#89540 We don't use PseudoSlots in sdMaxim Monastirsky1-0/+1
2015-12-30tdf#89540 Completed show draw functions button for impress and draw.Gulsah Kose5-0/+12
2015-12-30Kill remaining plugin bitsMaxim Monastirsky8-34/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-27Bail out early (so to avoid unuseful dynamic_casts)Matteo Casalin3-5/+12
2015-12-24tdf#84846 Merge identical GotoTreeBookmark into GetObjectIsMarkedFernando Pirani3-94/+19
2015-12-23sd: fix not necessary to pass default argumentHenry Castro1-1/+1
2015-12-23sd tiled rendering: enable map mode to center imagesHenry Castro1-0/+4
2015-12-23New saving behaviorMaxim Monastirsky3-6/+2
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara4-11/+9
2015-12-22tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXMLZolnai Tamás2-24/+0
2015-12-22Rearrangement of various context menus in ImpressYousuf Philips3-68/+24
2015-12-22tdf#96411 Add slide layout changing to impress menu barYousuf Philips1-0/+22
2015-12-22loplugin:unusedfields in sdNoel Grandin38-89/+10
2015-12-21loplugin:unusedmethodsNoel Grandin3-7/+0
2015-12-20Move silly DBG macro to the only file where it is usedTor Lillqvist1-0/+9
2015-12-19svg export: transition not displayed when switching from last to first slideMarco Cecchetti1-9/+9
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida2-0/+2
2015-12-18editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-0/+3
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens2-2/+1
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-39/+0
2015-12-17sd: enable insert graphic when UNO command has URL file argumentHenry Castro1-50/+77