summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpdf.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-5/+7
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-4/+4
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-1/+0
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-2/+2
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl1-4/+1
2022-08-29ref-count SdrObjectNoel Grandin1-30/+27
2022-08-11some --disable-pdfium fixesCaolán McNamara1-1/+1
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-1/+1
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp1-8/+3
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-4/+5
2021-11-22Generalize DegreeNMike Kaganski1-1/+1
2021-10-06use SfxItemSetFixed in svxNoel Grandin1-6/+7
2021-09-25use SfxItemSetFixed in svxNoel Grandin1-1/+1
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-4/+1
2021-08-18undo changes to TextAlignCaolán McNamara1-2/+2
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-2/+2
2021-07-30drop FontAlign alias of TextAlignCaolán McNamara1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-4/+4
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-11svx: rework to avoid pdfium ifdefsMiklos Vajna1-8/+0
2021-01-15pdfium: add wrapper for FPDF_FILLMODE_* definesMiklos Vajna1-5/+5
2021-01-14pdfium: add an FPDFPageObj_GetStrokeWidth() wrapperMiklos Vajna1-10/+3
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl1-2/+2
2021-01-08pdfium: add wrapper for FPDF_TEXTRENDERMODE_* definesMiklos Vajna1-9/+9
2021-01-02introduce Degree100 strong_int typeNoel1-4/+1
2021-01-01use more NbcRotate utility methodNoel Grandin1-4/+1
2020-12-10pdfium: no need to use FPDFPageObj_GetBounds() directlyMiklos Vajna1-9/+7
2020-12-02pdfium: add width/height/format wrappers for bitmapMiklos Vajna1-11/+10
2020-12-02pdfium: introduce an enum class for path segment typesMiklos Vajna1-7/+8
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen1-1/+0
2020-11-11pdfium: eliminate remaining direct calls to FPDFPageObj_GetType()Miklos Vajna1-9/+9
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-10-15pdfium: add an FPDFImageObj_GetBitmap() wrapperMiklos Vajna1-12/+6
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-84/+84
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-08pdf: add PDFiumPathSegment to the wrapper & use in ImpSdrPdfImportTomaž Vajngerl1-26/+18
2020-06-29pdf: add text page object attribs, refactor ImpSdrPdfImport, testsTomaž Vajngerl1-50/+19
2020-06-29pdf: support PDF Form object and getMatrixTomaž Vajngerl1-15/+15
2020-06-29pdf: add PDFiumTextPage and PDFiumPageObject + testTomaž Vajngerl1-7/+4
2020-06-29use PDFium wrapper in ImpSdrPdfImport (partially)Tomaž Vajngerl1-38/+17
2020-06-25loplugin:unusedfieldsNoel Grandin1-2/+0
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl1-12/+2
2020-05-05SdrPdfImport: add a test class to sd and write a simple testTomaž Vajngerl1-1/+1
2020-05-04SdrPdfImport: use convertPointToMm100 for all unit conversionTomaž Vajngerl1-37/+9
2020-05-04Fix typosAndrea Gelmini1-2/+2
2020-05-03SdrPdfImport: rename ImportText to InsertTextObjectTomaž Vajngerl1-2/+2
2020-05-03SdrPdfImport: fix garbled text at breaking the PDF graphicTomaž Vajngerl1-5/+8