summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-18fdo#37246 PDF Import: Color to string conversion fixVort1-3/+3
2014-02-12fdo#45003 PDF import: Implementing linejoin and linecap propertiesVort1-0/+32
2014-02-08cppcheck: duplicateExpressionJulien Nabet1-1/+1
2014-02-08Rename makefile to match the name of test.Matúš Kukan2-1/+1
2014-02-04fdo#35143 PDF import: Reimplementation of whitespace detection functionVort2-232/+42
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi1-31/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-4/+4
2014-01-10Use proper bool operationsStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-18fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-4/+0
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2-0/+6
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-15/+5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann3-8/+6
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin1-1/+1
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin3-4/+4
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-4/+4
2013-12-05sdext: clean up some pointless #ifdefsMichael Stahl1-9/+5
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens1-2/+2
2013-11-29Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens1-1/+2
2013-11-29Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens1-2/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+4
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-4/+4
2013-11-20cppcheck: Variable is reassigned a value before the old one has been usedCaolán McNamara1-1/+0
2013-11-20Resolves: fdo#71527 don't crash in presenter consoleCaolán McNamara1-1/+2
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-4/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin4-7/+7
2013-11-14GCC diagnostic push / pop requires HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPEMichael Stahl1-2/+2