summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2014-05-20Correct linker library sequence for pdfimportJan-Marek Glogowski1-1/+1
2014-05-20we need fontconfig nowCaolán McNamara1-0/+1
2014-05-20fdo#78689 PDF Import: get font's ascent value from different sourceVort6-47/+57
2014-05-16coverity#984442 Use after freeCaolán McNamara1-1/+1
2014-05-15fdo#78549 PDF Import: fix incorrect transformation matrix writingVort1-2/+2
2014-05-14remove external header guardsThomas Arnhold1-3/+1
2014-05-14use our css prefix to make this readableThomas Arnhold42-397/+397
2014-05-14various loplugin:passsequencebyrefNoel Grandin2-14/+14
2014-05-13remove dead codeNoel Grandin2-23/+0
2014-05-08fdo#78427 PDF Import: Improve detection of bold italic fontVort1-2/+3
2014-05-07fdo#78382 PDF Import: add opacity support for fill and strokeVort3-8/+15
2014-05-06fix build problemCaolán McNamara1-6/+6
2014-05-06fdo#78241 PDF Import: add dashes supportVort5-88/+125
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni4-4/+4
2014-04-30coverity#1210167 Uninitialized scalar fieldCaolán McNamara1-2/+9
2014-04-30fdo#78075 PDF Import: Use absolute positions in svg:d parameterVort1-1/+1
2014-04-30sdext, fix sal_Bool->bool conversionNoel Grandin1-25/+25
2014-04-30sdext: sal_Bool->boolNoel Grandin16-184/+184
2014-04-23No need to set LD_LIBRARY_PATH for xpdfimportStephan Bergmann1-25/+2
2014-04-22Do not drop existing LD_LIBRARY_PATHStephan Bergmann1-1/+8
2014-04-22fdo#71217 PDF Import: Fix importing of JPEG imagesVort1-4/+69
2014-04-22Fix order of CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-37/+37
2014-04-18fdo#69051 fdo#72028 PDF Import: text fixesVort4-18/+89
2014-04-18Related: rhbz#1088625 PresenterPaintManager seen as NULLCaolán McNamara1-3/+13
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-14sdext: use --switch=2 --readonly-tables gperf optionsMiklos Vajna1-1/+1
2014-04-14typo: diposed -> disposedThomas Arnhold1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann6-43/+3
2014-04-11fdo#35064 PDF Import: Add support for simple text scalingVort1-1/+15
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-08fdo#45001 fdo#77105 PDF Import: rotated text fixesVort5-134/+83
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann6-6/+6
2014-03-31fdo#49431 PDF Import: Improve line and space detection algorithmVort2-17/+19
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann50-575/+575
2014-03-25coverity#982469 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-03-25coverity#982468 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-03-23fdo#44710 PDF Import: Correction of position of rotated textVort2-57/+9
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-12Remove unused HelpCloseListenerStephan Bergmann2-41/+0
2014-03-03fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent propertyVort1-1/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann62-645/+645
2014-02-26Remove visual noise from sdextAlexander Wilms12-45/+45
2014-02-23Remove unneccessary commentsAlexander Wilms28-94/+94
2014-02-23coverity#983817 Uncaught exceptionCaolán McNamara2-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert5-0/+5
2014-02-20fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984fVort1-34/+5
2014-02-20cid#983380 Dereference before null checkNoel Grandin1-5/+0