summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/wmf.cxx
AgeCommit message (Expand)Author
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-03-08Simplify usage of BinaryDataContainerMike Kaganski
2021-06-11when converting WMF to WMF, simply do a direct copyLuboš Luňák
2021-06-11drop EMF+ also when converting WMF, not just EMFLuboš Luňák
2021-01-19vcl: remove VectorGraphicDataArray, use BinaryDataContainer insteadTomaž Vajngerl
2021-01-09vcl: remove "path" attribute from VectorGraphicDataTomaž Vajngerl
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2018-10-15add SvStream::TellEndNoel Grandin
2017-08-21Fix typoAndrea Gelmini
2017-08-21emfplus: Corrected ReadWindowMetafileArmin Le Grand
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-05-01coverity#738861 Uninitialized pointer fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2013-09-10Resolves: #i123216# No FontScaling by WorldTransform on WMF importArmin Le Grand
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand
2013-06-07sal_Bool to boolTakeshi Abe
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky