summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* sdext: check the copy on the stack, not the memberMichael Stahl2014-09-081-1/+1
* Related fdo#82088: dropping aliases again :)Stefan Weiberg2014-09-066-164/+159
* Resolves: fdo#83137 NULL pActionCaolán McNamara2014-08-271-1/+1
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* fix string out-of-bounds assert on rhbz496762-1.pdfCaolán McNamara2014-08-201-1/+4
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-091-12/+18
* avoid memory leakDavid Tardon2014-08-011-3/+5
* fix parsing of cmdline argsDavid Tardon2014-08-011-6/+6
* Does not look like Library_pdfimport needs popplerStephan Bergmann2014-07-031-1/+0
* Improve test codeStephan Bergmann2014-07-031-11/+12
* Check exit code of spawned xpdfimportStephan Bergmann2014-07-031-1/+34
* Remove double assignmentPeter Senna Tschudin2014-06-301-1/+0
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-272-6/+1
* prevent invalid memory accessMarkus Mohrhard2014-06-211-1/+1
* loplugin:staticcallStephan Bergmann2014-06-134-6/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-097-40/+8
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-2/+2
* sdext: remove SAL_THROW macroNoel Grandin2014-06-0510-17/+7
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-046-0/+288
* coverity#982645 bMissingDefaultsToNormal is always trueCaolán McNamara2014-06-042-11/+7
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
* Use boost::hash_value to avoid undef conv of neg/large floating -> size_tStephan Bergmann2014-06-021-23/+24
* remove more unnecesary OUString constructor useNoel Grandin2014-05-293-14/+13
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-1/+1
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-272-5/+5
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* coverity#983807 Uncaught exceptionCaolán McNamara2014-05-241-36/+14
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-17/+17
* Correct linker library sequence for pdfimportJan-Marek Glogowski2014-05-201-1/+1
* we need fontconfig nowCaolán McNamara2014-05-201-0/+1
* fdo#78689 PDF Import: get font's ascent value from different sourceVort2014-05-206-47/+57
* coverity#984442 Use after freeCaolán McNamara2014-05-161-1/+1
* fdo#78549 PDF Import: fix incorrect transformation matrix writingVort2014-05-151-2/+2
* remove external header guardsThomas Arnhold2014-05-141-3/+1
* use our css prefix to make this readableThomas Arnhold2014-05-1442-397/+397
* various loplugin:passsequencebyrefNoel Grandin2014-05-142-14/+14
* remove dead codeNoel Grandin2014-05-132-23/+0
* fdo#78427 PDF Import: Improve detection of bold italic fontVort2014-05-081-2/+3
* fdo#78382 PDF Import: add opacity support for fill and strokeVort2014-05-073-8/+15
* fix build problemCaolán McNamara2014-05-061-6/+6
* fdo#78241 PDF Import: add dashes supportVort2014-05-065-88/+125
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-014-4/+4
* coverity#1210167 Uninitialized scalar fieldCaolán McNamara2014-04-301-2/+9
* fdo#78075 PDF Import: Use absolute positions in svg:d parameterVort2014-04-301-1/+1
* sdext, fix sal_Bool->bool conversionNoel Grandin2014-04-301-25/+25
* sdext: sal_Bool->boolNoel Grandin2014-04-3016-184/+184
* No need to set LD_LIBRARY_PATH for xpdfimportStephan Bergmann2014-04-231-25/+2
* Do not drop existing LD_LIBRARY_PATHStephan Bergmann2014-04-221-1/+8
* fdo#71217 PDF Import: Fix importing of JPEG imagesVort2014-04-221-4/+69