summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/emfwr.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-31/+31
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-27/+27
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-24/+24
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-9/+9
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-7/+7
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin1-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-4/+4
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-5/+5
2014-06-13loplugin:staticcallStephan Bergmann1-7/+7
2014-05-01coverity#738861 Uninitialized pointer fieldCaolán McNamara1-3/+2
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-13Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-6/+5
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-4/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-17/+17
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-01-13longparas: drop 16bit string limits in meta text actionsCaolán McNamara1-3/+3
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-90/+90
2013-11-18Related: rhbz#1014990 valgrind reports uninitialized another variableCaolán McNamara1-11/+8
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann1-3/+7
2013-08-12convert vcl/source/filter/wmg/emfwr.hxx from String to OUStringNoel Grandin1-10/+10
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-1/+2
2013-06-07sal_Bool to boolTakeshi Abe1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-27-Wunused-macrosStephan Bergmann1-67/+0
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-53/+0
2013-02-25fdo#59405 fdo#60638: EMFWriter::ImplWrite: write EMF_PLUS "comments"Michael Stahl1-1/+14
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith1-2/+2
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+1625