summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unolayer.cxx
AgeCommit message (Expand)Author
2018-09-21tdf#67248 Use localized layer name only for display in UIRegina Henschel
2018-09-17New loplugin:externalStephan Bergmann
2018-08-27tdf#101242 Support draw:display and draw:protect attributes of ODFRegina Henschel
2018-07-29loplugin:stringloop in sdNoel Grandin
2018-06-25loplugin:useuniqueptr in SdLayerManagerNoel Grandin
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-12-25various coverity exception warningsCaolán McNamara
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-19loplugin:stringcopy: sdStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin
2017-02-24Similar to 3386519e7e1d15263b53e07f984b9022c3dcddfdTor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25use rtl::Reference in SdLayerNoel Grandin
2016-11-25give us a chance to see *which* property failedEike Rathke
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin
2016-03-02loplugin:unuseddefaultparam in sdNoel Grandin
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel 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-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-08-20loplugin:defaultparamsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-09Kill sd::any2bool: cppu::bool2any does the same thing (extracts, or throws).Jan Holesovsky
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sdAlexander Wilms
2014-02-11sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-12-12Remove unnecessary macro ITYPEStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-09-03String->OUStringIvan Timofeev