summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann1-4/+7
2015-10-23nSetGoToRMode wants to be boolStephan Bergmann1-4/+4
2015-10-19loplugin:defaultparamsStephan Bergmann1-23/+23
2015-10-15cppcheck:variableScopeNoel Grandin1-11/+9
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara1-15/+15
2015-09-30Fix typosAndrea Gelmini1-3/+3
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-5/+10
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-08-13tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens1-3/+6
2015-08-13Add a globally usable WindowsErrorString functionTor Lillqvist1-42/+16
2015-08-11loplugin: defaultparamsNoel Grandin1-4/+4
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-12/+12
2015-07-04a high surrogate can result in an empty output string from a non-empty inputCaolán McNamara1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-7/+7
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-6/+6
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-8/+8
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-05-21convert CVT constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-42/+42
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-7/+7
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-31cppcheck: can add explicit to ctorCaolán McNamara1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-03-23Add comment that a "missing" 'break' is intentional fall-throughTor Lillqvist1-0/+2
2015-03-12Fix crash when timestamping PDF signatureTor Lillqvist1-2/+7
2015-03-12Don't bother with macros that are dummy on Unix in Unix-only codeTor Lillqvist1-11/+5
2015-03-11Move more variables out of the timestamping blockTor Lillqvist1-5/+4
2015-03-10Fix signature overflow check in the NSS caseTor Lillqvist1-11/+11
2015-03-05vcl: tweak some optional usage of Windows 7 or later symbols...Michael Stahl1-0/+4
2015-02-27tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist1-107/+241
2015-02-27tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist1-2/+4
2015-02-26tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist1-0/+122