summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
AgeCommit message (Expand)Author
2015-03-30loplugin:staticfunctionNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-17SkipImages option for PDF importMihai
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-22fdo#79045 PDF Import: fix text displacementVort
2015-01-22pdf import: Kill cut'n'paste, and fix a memory leak.Jan Holesovsky
2015-01-21fdo#85174 PDF Import: fix character positions without modifying popplerVort
2015-01-20continue to implement drawChar for unpatched popplers without drawChar2 hackCaolán McNamara
2015-01-20fdo#85174 PDF Import: fix character positionsVort
2015-01-20Some more loplugin:cstylecast: sdextStephan Bergmann
2015-01-19fdo#88465 PDF Import: fix scale and rotate image transformationsVort
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-11-26fix higher debug level buildCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#1019392 Uncaught exceptionCaolán McNamara
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05coverity#1019393 Uncaught exceptionCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-27Resolves: fdo#83137 NULL pActionCaolán McNamara
2014-08-20fix string out-of-bounds assert on rhbz496762-1.pdfCaolán McNamara
2014-08-01avoid memory leakDavid Tardon
2014-08-01fix parsing of cmdline argsDavid Tardon
2014-07-03Improve test codeStephan Bergmann
2014-07-03Check exit code of spawned xpdfimportStephan Bergmann
2014-06-30Remove double assignmentPeter Senna Tschudin
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-21prevent invalid memory accessMarkus Mohrhard
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-02Use boost::hash_value to avoid undef conv of neg/large floating -> size_tStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-20fdo#78689 PDF Import: get font's ascent value from different sourceVort
2014-05-16coverity#984442 Use after freeCaolán McNamara
2014-05-15fdo#78549 PDF Import: fix incorrect transformation matrix writingVort
2014-05-14use our css prefix to make this readableThomas Arnhold
2014-05-08fdo#78427 PDF Import: Improve detection of bold italic fontVort
2014-05-07fdo#78382 PDF Import: add opacity support for fill and strokeVort
2014-05-06fix build problemCaolán McNamara
2014-05-06fdo#78241 PDF Import: add dashes supportVort
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-30coverity#1210167 Uninitialized scalar fieldCaolán McNamara