summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-04coverity#735660 coverity#735661 division by zeroDavid Tardon1-0/+2
2014-11-04coverity#735658 coverity#735659 division by zeroDavid Tardon1-0/+4
2014-11-03coverity#1209010 Unchecked return valueCaolán McNamara1-5/+7
2014-10-31coverity#1202803 Explicit null dereferencedCaolán McNamara1-0/+3
2014-10-31coverity#735346 Unchecked return valueCaolán McNamara1-26/+34
2014-10-30coverity#704095 Unchecked return valueCaolán McNamara1-1/+6
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-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15Resolves: #i63015# always default to WinAnsiEncoding...Herbert Dürr1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-24/+24
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-08coverity#704183 Resource leak in objectCaolán McNamara1-53/+50
2014-10-08coverity#1066165 Resource leakCaolán McNamara1-11/+11
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-8/+8
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-09-12fdo#66701 - don't double destroy the HASH when PDF signing.Michael Meeks1-4/+14
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-7/+7
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-2/+2
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud1-3/+3
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-4/+5
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-21Remove spurious assert(false)Stephan Bergmann1-1/+0
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-10/+9
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock1-5/+5
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-3/+3
2014-04-22Reorganize OutputDevice hatch functionsChris Sherlock1-1/+1
2014-04-12cppcheck: Possible inefficient checking for emptinessJulien Nabet1-1/+1
2014-04-11coverity#708628 Uninitialized pointer fieldCaolán McNamara1-0/+7
2014-04-08coverity#705329 Missing break in switchCaolán McNamara1-0/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-7/+0
2014-04-02fdo#63786 rhbz#1081968: fix PDF export of cropped SVGMichael Stahl1-9/+10
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-03-22cppcheck: fix Possible inefficient checkingJulien Nabet1-1/+1
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-38/+29
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-26Remove visual noise from vclAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-11/+11
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-05Doxygen warnings correctedChris Sherlock1-1/+1
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara1-1/+1
2014-02-04Doxygen warnings correctedChris Sherlock1-1/+1
2014-01-28bool improvementsStephan Bergmann1-35/+35