summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2015-12-23sd tiled rendering: enable map mode to center imagesHenry Castro1-0/+4
2015-12-23New saving behaviorMaxim Monastirsky1-4/+0
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara4-11/+9
2015-12-22Rearrangement of various context menus in ImpressYousuf Philips2-68/+23
2015-12-22loplugin:unusedfields in sdNoel Grandin38-89/+10
2015-12-21loplugin:unusedmethodsNoel Grandin1-5/+0
2015-12-20Move silly DBG macro to the only file where it is usedTor Lillqvist1-0/+9
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida2-0/+2
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
2015-12-17impress's AnnotationWindow is the only user of WB_NEEDSFOCUSCaolán McNamara1-1/+2
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2-2/+0
2015-12-17sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-10/+0
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-1/+3
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski6-13/+36
2015-12-11Resolves: tdf#93994 flush API objects at load timeArmin Le Grand1-0/+27
2015-12-11Revert "Impress/Draw: Open Navigator in the Sidebar"Samuel Mehrbrodt1-2/+14
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin5-20/+19
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-2/+2
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann2-15/+10
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-1/+2
2015-12-04Remove image color conversion menu from ImpressTomaž Vajngerl2-115/+1
2015-11-30sd: replace embedded mDNSResponder code with proper external tarballMichael Stahl13-11718/+1
2015-11-30silence mouse release warningCaolán McNamara1-3/+3
2015-11-30loplugin:unusedfieldsNoel Grandin9-24/+2
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann1-2/+4
2015-11-28Use proper return type for DNSServiceRefSockFDStephan Bergmann2-30/+3
2015-11-27replace a MessBox with a MessageDialogCaolán McNamara1-7/+5
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin3-5/+0
2015-11-25coverity#1340228 try and silence Resource leakCaolán McNamara1-6/+5
2015-11-25coverity#1340222 Logically dead codeCaolán McNamara1-18/+0
2015-11-25coverity#1340227 Missing break in switchCaolán McNamara1-0/+1
2015-11-25coverity#1340226 Missing break in switchCaolán McNamara1-0/+1
2015-11-25loplugin:unusedfields variousNoel Grandin8-21/+6
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin1-2/+2
2015-11-24-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-3/+3
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-3/+4
2015-11-23loplugin:unusedfields in sd/Noel Grandin47-231/+98
2015-11-22Remove superfluous line in license headerMaxim Monastirsky1-1/+0
2015-11-22cppcheck: fix 1 memleak (fusel.cxx)Julien Nabet1-3/+2
2015-11-22cppcheck: fix 1 memleakJulien Nabet1-5/+5
2015-11-20Impress/Draw: Open Navigator in the SidebarSamuel Mehrbrodt1-14/+2
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19Let's see if this fixes Jenkins buildMaxim Monastirsky1-0/+1
2015-11-19Further cleanup of 229fc164dc1773484b74eca016863cf68860e81bMaxim Monastirsky2-94/+29
2015-11-19use comphelper::containerToSequenceNoel Grandin3-17/+4