summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Fix check for broken standard libraryStephan Bergmann2015-06-192-3/+4
* Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann2015-06-191-3/+3
* once more unto the breech dear fellowsNoel Grandin2015-06-192-3/+2
* workaround older compilers that do not have std::list::erase(const_iterator)Noel Grandin2015-06-192-4/+15
* fix older compilerNoel Grandin2015-06-191-27/+29
* add commentNoel Grandin2015-06-191-0/+1
* fix older compilerNoel Grandin2015-06-191-34/+35
* tdf#42374 - read PDF in larger chunksNoel Grandin2015-06-191-27/+67
* tdf#42374, improve perf by fixing bug in pdfi::HashedStyle::hashCode()Noel Grandin2015-06-191-1/+1
* tdf#42374 some small optimisations for opening this PDF fileNoel Grandin2015-06-192-43/+33
* the ElementTreeVisitable interface is doing nothing usefulNoel Grandin2015-06-193-26/+7
* Fix typosAndrea Gelmini2015-06-181-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-6/+3
* Fix typosAndrea Gelmini2015-06-131-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-7/+7
* loplugin:loopvartoosmallNoel Grandin2015-06-022-4/+4
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-022-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-06-023-3/+3
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-261-3/+3
* tdf#63054: pdf_string_parser incorrectly handles escapesMike2015-04-291-2/+2
* More loplugin:simplifyboolStephan Bergmann2015-04-272-5/+5
* loplugin:simplifyboolStephan Bergmann2015-04-242-3/+3
* loplugin:staticmethodsNoel Grandin2015-04-234-18/+7
* No more need for PartialWeakComponentImplHelper hereStephan Bergmann2015-04-211-10/+1
* Make cpp/poppler-version.h header optionalTomáš Chvátal2015-04-211-0/+8
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1560-720/+720
* loplugin:staticmethodsNoel Grandin2015-04-071-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-075-16/+16
* loplugin:staticmethodsNoel Grandin2015-04-025-21/+21
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* loplugin:staticfunctionNoel Grandin2015-03-3026-74/+69
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-263-3/+3
* fix higher debug levelsCaolán McNamara2015-03-181-1/+1
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-179-19/+135
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-2/+4
* add accel. to switch monitors to pres. consoleDavid Tardon2015-03-121-1/+4
* V801: Decreased performanceCaolán McNamara2015-03-092-13/+13
* V801: Decreased performanceCaolán McNamara2015-03-093-19/+19
* cppcheck: duplicate inherited memberNoel Grandin2015-03-025-8/+3
* Typo: embeded->embeddedJulien Nabet2015-03-011-1/+1
* SkipImages option for PDF importMihai2015-02-177-17/+86
* loplugin:deletedspecialStephan Bergmann2015-02-071-20/+13
* Updated all precompiled headers.Ashod Nakashian2015-02-052-0/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-264-17/+17
* fdo#79045 PDF Import: fix text displacementVort2015-01-221-1/+10
* pdf import: Kill cut'n'paste, and fix a memory leak.Jan Holesovsky2015-01-221-48/+22
* fdo#85174 PDF Import: fix character positions without modifying popplerVort2015-01-212-18/+17
* continue to implement drawChar for unpatched popplers without drawChar2 hackCaolán McNamara2015-01-202-0/+14