summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/_xoutbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-05convert RasterOp to scoped enumNoel Grandin1-1/+1
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna1-0/+20
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 Grandin1-5/+5
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin1-16/+16
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-7/+7
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara1-1/+1
2016-01-11tdf#66822 - refactor HTML export of image bullet listsusobhang701-1/+19
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-31com::sun::star->css in svxNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-29coverity#705735 Resource leakCaolán McNamara1-2/+4
2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin1-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-4/+5
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-21convert CVT constants to scoped enumNoel Grandin1-5/+5
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-8/+15
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-2/+2
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks1-19/+19
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn1-1/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-3/+3
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-10-20coverity#735639 Division or modulo by float zeroCaolán McNamara1-3/+4
2014-06-23Avoid possible memory leaks in case of exceptionsTakeshi Abe1-10/+8
2014-04-15svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14svx: sal_Bool->boolNoel Grandin1-4/+4
2014-03-07Do not convert SVGs to JPEGs when editing with external toolAlex Henrie1-1/+1
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-0/+4
2013-09-05convert svx/source/xoutdev/*.cxx from String to OUStringNoel Grandin1-12/+12
2013-09-05convert include/svx/xoutbmp.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-21remove code that was commented out long time agoPhilipp Riemer1-2/+0
2013-08-21fdo#62475 , fdo#39468: remove visual noise and translate German comments in s...Philipp Riemer1-8/+7
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-11remove unused headersAndras Timar1-1/+0
2013-07-11fdo#63211 - embed images in HTML export.Ciorba Edmond1-0/+43
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-3/+3
2013-05-19Resolves: #i121128# added missing original data export for SVG...Armin Le Grand1-23/+54
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr1-13/+13
2013-04-22sal_Bool to boolTakeshi Abe1-3/+3
2013-04-06svx: get rid of DECLARE_ASCII macro and related cleanupMiklos Vajna1-4/+4