summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)AuthorFilesLines
2016-06-08remove more "unsupported MetaAction" messages from test logsNoel Grandin1-0/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl14-64/+64
2016-06-06-Werror=unused-variableStephan Bergmann1-0/+10
2016-06-06vcl: "sgf" filter: replace manual byte-swapping with SvStream methodsMichael Stahl1-77/+53
2016-06-06vcl: "sgv" filter: replace more byteswapping with SvStream methodsMichael Stahl1-16/+10
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin6-19/+19
2016-06-03ignore comment WMF meta-actions in WMF writerNoel Grandin1-0/+3
2016-06-02vcl: GIF import: don't use __LP64__ to check for a 64-bit systemMichael Stahl1-1/+1
2016-06-02vcl: remove pointless checkMichael Stahl1-4/+0
2016-06-02vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl2-133/+216
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin3-23/+23
2016-05-30Convert MTF R2 constants to scoped enumNoel Grandin4-36/+41
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-4/+4
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin2-6/+6
2016-05-25Convert Disposal to scoped enumNoel Grandin1-3/+3
2016-05-23Silence C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsStephan Bergmann1-2/+2
2016-05-22Convert EmfPlusRecordType to scoped enumNoel Grandin2-75/+76
2016-05-22Convert WinMtfFillStyleType to scoped enumNoel Grandin2-9/+8
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin1-2/+2
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke1-0/+1
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-2/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann3-0/+13
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+2
2016-05-09Update the wmf filter to simplify object ownershipMark Page6-211/+120
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-4/+4
2016-05-04use Any constructor instead of temporariesNoel Grandin1-13/+5
2016-05-03Change vGDIObj pointer to unique_ptr to reduce WinMtfOutput complexityMark Page2-19/+15
2016-05-01Fix typosAndrea Gelmini2-2/+2
2016-04-29use initialization listJochen Nitschke1-4/+3
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-6/+5
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-2/+2
2016-04-11Avoid reserved identifiersStephan Bergmann2-16/+16
2016-04-11Remove unused macrosStephan Bergmann1-12/+0
2016-04-11Get rid of _XPMPRIVATEStephan Bergmann2-82/+77
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann2-45/+40
2016-04-11Get rid of _GIFPRIVATEStephan Bergmann2-91/+85
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-17loplugin:constantparam in toolsNoel Grandin1-2/+2
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-9/+9
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud1-15/+15
2016-03-08loplugin:constantparams in vclNoel Grandin1-7/+5
2016-03-04tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock3-34/+15
2016-03-02Fix the import of line joins and caps from EMF filesStephan van den Akker2-6/+39
2016-02-26Improve the import of pen styles from EMF filesStephan van den Akker1-12/+24
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin2-4/+4
2016-02-22loplugin:commaoperator in vcl/Noel Grandin5-12/+32