summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2015-04-27More loplugin:simplifyboolStephan Bergmann2-5/+5
2015-04-24loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin4-18/+7
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-10/+1
2015-04-21Make cpp/poppler-version.h header optionalTomáš Chvátal1-0/+8
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin60-720/+720
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07loplugin:staticmethodsNoel Grandin5-16/+16
2015-04-02loplugin:staticmethodsNoel Grandin5-21/+21
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-30loplugin:staticfunctionNoel Grandin26-74/+69
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-3/+3
2015-03-18fix higher debug levelsCaolán McNamara1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann9-19/+135
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+4
2015-03-12add accel. to switch monitors to pres. consoleDavid Tardon1-1/+4
2015-03-09V801: Decreased performanceCaolán McNamara2-13/+13
2015-03-09V801: Decreased performanceCaolán McNamara3-19/+19
2015-03-02cppcheck: duplicate inherited memberNoel Grandin5-8/+3
2015-03-01Typo: embeded->embeddedJulien Nabet1-1/+1
2015-02-17SkipImages option for PDF importMihai7-17/+86
2015-02-07loplugin:deletedspecialStephan Bergmann1-20/+13
2015-02-05Updated all precompiled headers.Ashod Nakashian2-0/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin4-17/+17
2015-01-22fdo#79045 PDF Import: fix text displacementVort1-1/+10
2015-01-22pdf import: Kill cut'n'paste, and fix a memory leak.Jan Holesovsky1-48/+22
2015-01-21fdo#85174 PDF Import: fix character positions without modifying popplerVort2-18/+17
2015-01-20continue to implement drawChar for unpatched popplers without drawChar2 hackCaolán McNamara2-0/+14
2015-01-20fdo#85174 PDF Import: fix character positionsVort2-6/+4
2015-01-20Some more loplugin:cstylecast: sdextStephan Bergmann2-10/+10
2015-01-19fdo#88465 PDF Import: fix scale and rotate image transformationsVort2-117/+56
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara16-48/+48
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann5-9/+7
2014-12-15sdext: Use appropriate OUString functions on string constantsStephan Bergmann4-22/+22
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-8/+8
2014-11-26fix higher debug level buildCaolán McNamara1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl10-0/+10
2014-11-14coverity#1019392 Uncaught exceptionCaolán McNamara1-0/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-9/+9
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann4-7/+9
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin4-9/+7
2014-11-06Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter consoleCaolán McNamara1-8/+20
2014-11-05coverity#1019393 Uncaught exceptionCaolán McNamara1-28/+36
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-10/+8
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin13-13/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-06convert to floating point before divideCaolán McNamara1-2/+2