summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-23/+23
2016-02-03Resolves: tdf#96653 distorted images on export to pdfCaolán McNamara1-1/+2
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-48/+48
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-3/+3
2016-01-28loplugin:fpcomparison in vcl/Noel Grandin1-1/+1
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-9/+9
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-34/+29
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-13/+13
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock1-9/+9
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-42/+42
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-42/+42
2016-01-10Fix typosAndrea Gelmini1-4/+4
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-2/+2
2016-01-10vcl: Renamed ImplPdfBuiltinFontData to PdfBuiltinFontFaceChris Sherlock1-4/+4
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-64/+64
2016-01-07vcl: split more font classes from outfont.hxxChris Sherlock1-0/+1
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-42/+42
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-51/+51
2016-01-01vcl: remove poor-man's RTTI in PhysicalFontFaceChris Sherlock1-26/+2
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock1-2/+2
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock1-9/+9
2015-12-04tdf#94739 use GetScanlineSize instead of calculating itTomaž Vajngerl1-1/+1
2015-12-04pdf export: use ScopedBitmapAccess and remove AccessReleaserTomaž Vajngerl1-13/+3
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann1-3/+4
2015-11-28-Werror,-Wmicrosoft-enum-valueStephan Bergmann1-1/+1
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-1/+0
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-102/+102
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
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