summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/DrawController.cxx
AgeCommit message (Expand)Author
2016-05-01Fix typosAndrea Gelmini
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (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-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-07-16coverity#1311945 Uncaught exceptionCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-20Resolves: #i123783# apply patch to correct type of ActiveLayer propertyJürgen Schmidt
2013-12-09fdo#54938: Convert sd to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-11-28Integrate branch of IAccessible2Steve Yin
2013-05-20Resolves: #i122093# Don't show Impress layouts panel for master pagesAndre Fischer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-13several translations and fixes for translationsUrs Fässler
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-07-29Replace usage of rtl/memory.h in sd with their equivalent from string.hArnaud Versini
2012-04-08More RT_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-06-20catch by const referenceCaolán McNamara
2011-06-01drop static in favour of member variableCaolán McNamara
2011-06-01saComponentTypeIdentifier unusedCaolán McNamara
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen
2011-03-11Move DBG_ERROR to OSL_FAIL for getStr() (multiline)Thomas Arnhold
2011-02-16Resolves: rhbz#674330 dereference of NULL mpBaseCaolán McNamara
2010-11-02RTL_CONSTASCII_USTRINGPARAM macroGert Faller