summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-17bool improvementsStephan Bergmann1-12/+14
2014-01-14Fix typoTakeshi Abe1-1/+1
2014-01-13longparas: weed out xub_StrLen in pdf writerCaolán McNamara1-9/+9
2014-01-13longparas: STRING_LEN here means text len, so expand to just thatCaolán McNamara1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-15/+15
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-2/+2
2013-12-01upload libeot-0.01David Tardon1-1/+1
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-6/+6
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-2/+2
2013-11-13Respect svg:font-face-format element.Brennan Vincent1-0/+6
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-47/+47
2013-10-21post String conversion cleanupThomas Arnhold1-1/+1
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-1/+0
2013-09-09Fix C++11ism (?)Tor Lillqvist1-10/+10
2013-09-09vcl/pdfwriter: export linear/axial gradients as PDF gradientsPierre-Eric Pelloux-Prayer1-24/+129
2013-09-05CID#736586: fix memory leaksMarkus Mohrhard1-8/+8
2013-09-05CID#1078782: fix memory leakMarkus Mohrhard1-6/+6
2013-08-31fix existing commentsPhilipp Riemer1-66/+69
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-3/+3
2013-08-31delete more code that was commented outPhilipp Riemer1-2/+0
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-17/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-3/+3
2013-08-12convert String to OUString in VCLNoel Grandin1-10/+10
2013-08-12convert vcl/font.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-12convert vcl/menu.hxx from XubString to OUString (second attempt)Noel Grandin1-1/+1