summaryrefslogtreecommitdiff
path: root/sd/inc
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Related: tdf#99396 sd: make table controller undo code unit-testableMiklos Vajna1-1/+1
2016-04-14loplugin:passstuffbyref in sdNoel Grandin3-7/+7
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-12Avoid reserved identifiersStephan Bergmann3-8/+9
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin2-8/+8
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-3/+4
2016-04-05loplugin:constantparam in sdNoel Grandin1-1/+1
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-24loplugin:constantparam in sdNoel Grandin2-3/+2
2016-03-18loplugin:constantparam in sdNoel Grandin5-8/+4
2016-03-16coverity#1356337 Resource leakCaolán McNamara1-1/+1
2016-03-10loplugin:constantparam in sdNoel Grandin2-13/+13
2016-03-03sd: replace boost::bind with C++11 lambdas or std::bindMichael Stahl1-1/+0
2016-03-02loplugin:unuseddefaultparam in sdNoel Grandin1-1/+1
2016-02-28Unused resourcesMaxim Monastirsky1-76/+0
2016-02-22loplugin:write only fieldsNoel Grandin1-3/+3
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-11/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-06vcl: split exception types from input typesChris Sherlock1-5/+6
2016-02-04Remove pointer (pen) from Navigator windowBryan Quigley2-2/+0
2016-02-03tdf#96414 Remove showing navigator during slideshowBryan Quigley1-1/+0
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-02-01boost::unordered_set is not used anymoreNoel Grandin1-1/+0
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-3/+0
2016-01-18drawmodes header goneCaolán McNamara1-1/+0
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin3-5/+4
2016-01-05tdf#96708: don't modify document while copying to clipboardMike Kaganski1-0/+1
2015-12-22Rearrangement of various context menus in ImpressYousuf Philips1-0/+1
2015-12-21loplugin:unusedmethodsNoel Grandin2-2/+0
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist2-2/+0
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist2-2/+0
2015-12-04Remove image color conversion menu from ImpressTomaž Vajngerl1-9/+1
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-15/+0
2015-11-18Impress: Rework the way the display modes are presented.Philippe Jung2-13/+14
2015-11-18Removal of SID_TITLE_MASTER related codePhilippe Jung1-1/+1
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-3/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-709/+698
2015-11-13sd: rename static variable SdDrawDocument::pDocLockedInsertingLinksMichael Stahl1-1/+2
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin2-2/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht6-9/+0
2015-11-10Missing includesAshod Nakashian1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-17/+17
2015-11-05tdf#36946: Organise transitions hierarchicallyTor Lillqvist1-3/+8
2015-11-04STR_3DOBJECTBARSHELL, STR_FONTWORKOBJECTBARSHELL appear to be unusedStephan Bergmann1-2/+0
2015-11-04STR_MASTERPAGESSELECTOR appears to be unusedStephan Bergmann1-2/+0
2015-11-02afl-eventtesting: crash close impress with spelling dialog activeCaolán McNamara1-0/+1
2015-10-29com::sun::star->css in sdNoel Grandin19-213/+210