summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ixbm
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+5
2017-03-14return early on clearly broken xbmsCaolán McNamara1-0/+5
2017-03-10ofz#782 oom in xbmCaolán McNamara1-20/+8
2017-02-08ofz#394 xbm ParseDefine problemCaolán McNamara1-2/+2
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-9/+4
2017-01-09unnecessary const castCaolán McNamara1-1/+1
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-8/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-12/+3
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-1/+1
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page1-12/+12
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann2-45/+40
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+6
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock2-1/+75
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock2-75/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-4/+4
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-08-20more config skipping stuff and a tester toolCaolán McNamara2-2/+2
2015-07-11fix and test for xbm import crashCaolán McNamara1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist2-2/+0
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-20/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-21Translated German comments vcl/sourceLuc Castermans1-13/+13
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: vclThomas Arnhold1-3/+3
2013-05-31sal_Bool to boolTakeshi Abe2-24/+24
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-9/+9
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-12/+0
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith1-2/+2
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky2-0/+472