summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter
AgeCommit message (Expand)Author
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:subtlezeroinit: sdStephan Bergmann
2017-01-31more SAL_WARN_UNUSEDNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sdStephan Bergmann
2016-12-21ODR violation (base class must be the same across compilation units)Stephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-28loplugin:expandablemethods in sdNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in sdStephan Bergmann
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-03-11Looks like no need to instantiate PresenterCanvas via service managerStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-22loplugin:unusedfields in sdNoel Grandin
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-26cppcheck:noExplicitConstructorNoel Grandin
2015-10-21sd: fix typo in PresenterHelperMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06presenter console: add 'Restart Timer' buttonMiklos Vajna
2015-09-25sd/source/ui/annotations boost->stdCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-20loplugin:defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-08Fix MSVC buildStephan Bergmann
2015-07-07tdf#91574 - fix slideshow presenter console lifecycle.Michael Meeks