summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc
AgeCommit message (Expand)AuthorFilesLines
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen7-16/+3
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-3/+2
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdextStephan Bergmann1-6/+6
2019-04-08improve combining in hash functionsNoel Grandin1-32/+34
2019-03-29loplugin:useuniqueptr in PDFReaderNoel Grandin1-2/+2
2019-02-28remove some unused typedefsNoel Grandin1-2/+0
2018-12-21use unique_ptr in sdextNoel Grandin1-1/+1
2018-11-22remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin1-1/+0
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-10-09loplugin:constfields in sdextNoel Grandin3-15/+15
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-1/+0
2018-09-13new loplugin simplifyconstructNoel Grandin1-2/+1
2018-08-30loplugin:useuniqueptr in PDFObjectNoel Grandin1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-1/+1
2018-03-06loplugin:useuniqueptr in sdextNoel Grandin2-24/+24
2018-02-02Simplify sortElements in pdfiprocessor (sdext)Julien Nabet1-1/+1
2018-01-12More loplugin:cstylecast: sdextStephan Bergmann1-1/+1
2017-12-24pdf: use bimap for GraphicsContext-id mapAshod Nakashian1-2/+8
2017-11-17loplugin:useuniqueptr in PDFContainerNoel Grandin1-2/+2
2017-11-06loplugin:constparams in various(2)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: sdextStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-17Move sdext/source/pdfimport/tree include files to common include directoryStephan Bergmann4-0/+655
2017-07-18loplugin:constparams in sdextNoel Grandin1-1/+1
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin1-1/+0
2017-01-17new loplugin: useuniqueptr: sdextNoel Grandin1-7/+4
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-16/+16
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin2-3/+3
2016-03-24loplugin:constantparam in sdNoel Grandin1-3/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-14loplugin:unusedmethods unused return value in sdextNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-28/+28
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2015-09-18boost->stdCaolán McNamara3-9/+9
2015-07-07loplugin:unusedmethods sdextNoel Grandin1-1/+0
2015-04-07loplugin:staticmethodsNoel Grandin1-11/+11
2015-03-30loplugin:staticfunctionNoel Grandin1-1/+1
2015-02-17SkipImages option for PDF importMihai1-2/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+4
2014-06-02Use boost::hash_value to avoid undef conv of neg/large floating -> size_tStephan Bergmann1-23/+24
2014-05-20fdo#78689 PDF Import: get font's ascent value from different sourceVort1-6/+12
2014-05-14use our css prefix to make this readableThomas Arnhold5-61/+61
2014-05-07fdo#78382 PDF Import: add opacity support for fill and strokeVort1-0/+1
2014-05-06fix build problemCaolán McNamara1-6/+6
2014-05-06fdo#78241 PDF Import: add dashes supportVort1-0/+33