summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
AgeCommit message (Expand)AuthorFilesLines
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin1-13/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin4-5/+5
2016-10-03add more dumpAsXml()Noel Grandin1-0/+1
2016-10-01Fix typosAndrea Gelmini1-9/+9
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-6/+0
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin2-5/+5
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-09loplugin:constantparam in svxNoel Grandin2-5/+3
2016-09-05convert RasterOp to scoped enumNoel Grandin1-1/+1
2016-09-04remove reimplementations of SfxItemPool::ReleaseDefaults()Jochen Nitschke1-16/+2
2016-08-30convert RECT_POINT to scoped enumNoel Grandin1-2/+2
2016-08-29cid#1371253 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-29cid#1371241 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara3-67/+66
2016-08-18convert XBitmapType to scoped enumNoel Grandin1-6/+6
2016-08-17convert XPolyFlags to scoped enumNoel Grandin1-13/+13
2016-08-17convert XPropertyListType to scoped enumNoel Grandin8-24/+24
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke9-134/+124
2016-07-27formally->formerlyCaolán McNamara1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-07-21Use assert() instead of OSL_ENSURE()Rishabh Kumar1-1/+1
2016-07-20Make pattern preset preview resizeableRishabh Kumar1-2/+67
2016-07-14tdf#62525 vcl: use cow_wrapper for ImpXPolyPolygonXisco Fauli1-57/+17
2016-07-13tdf#62525 vcl: use cow_wrapper for ImpXPolygonXisco Fauli1-59/+28
2016-07-08Make bitmap preset preview resizableRishabh Kumar1-2/+68
2016-07-06Make gradient UI bitmap resizableRishabh Kumar1-3/+13
2016-07-04Make hatch UI bitmap resizableRishabh Kumar1-2/+14
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar4-35/+101
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna1-0/+20
2016-06-16[GSoC] Member function to identify PatternRishabh Kumar1-0/+6
2016-06-10Clean up uses of Any::getValue() in svxStephan Bergmann1-10/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-8/+8
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin2-7/+7
2016-05-23Convert GradientStyle to scoped enumNoel Grandin1-7/+7
2016-05-23Convert HatchStyle to scoped enumNoel Grandin1-4/+4
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin1-16/+16
2016-05-19loplugin:unusedmethods in svxNoel Grandin1-7/+0
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin4-15/+15
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-7/+7
2016-03-12Remove some unused include stdio (svx)Julien Nabet1-1/+0
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin2-24/+7
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-14/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara1-1/+1