summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xattrbmp.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-10WIP: Removing unused SfxItemPool serialisation from svxVarun Dhall
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-21loplugin:unusedfields in svx part1Noel Grandin
2017-06-15use SetGraphic instead of temporary GraphicObjectCaolán McNamara
2017-06-15skip a default dtor + assign with copy ctorCaolán McNamara
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-01-17coverity#1398817 Unintended sign extensionCaolán McNamara
2017-01-16new loplugin: useuniqueptr: svxNoel Grandin
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara
2017-01-11make XOBitmap uncopyableCaolán McNamara
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-18convert XBitmapType to scoped enumNoel Grandin
2016-08-17convert XPropertyListType to scoped enumNoel Grandin
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar
2016-06-16[GSoC] Member function to identify PatternRishabh Kumar
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-09-29coverity#705736 Resource leakCaolán McNamara
2015-06-18Fix typosAndrea Gelmini
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-07Factor out XFillBitmapItem::dumpAsXml() from swMiklos Vajna
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-10-20loplugin: cstylecastNoel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-04prevent memory leakMarkus Mohrhard
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-03-06n#821567: Use BitmapURL only if its valid.Muthu Subramanian