summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)Author
2014-03-23fdo#44710 PDF Import: Correction of position of rotated textVort
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-12Remove unused HelpCloseListenerStephan Bergmann
2014-03-03fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent propertyVort
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sdextAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#983817 Uncaught exceptionCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984fVort
2014-02-20cid#983380 Dereference before null checkNoel Grandin
2014-02-18fdo#37246 PDF Import: Color to string conversion fixVort
2014-02-12fdo#45003 PDF import: Implementing linejoin and linecap propertiesVort
2014-02-08cppcheck: duplicateExpressionJulien Nabet
2014-02-08Rename makefile to match the name of test.Matúš Kukan
2014-02-04fdo#35143 PDF import: Reimplementation of whitespace detection functionVort
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2014-01-28bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-10Use proper bool operationsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-18fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-05sdext: clean up some pointless #ifdefsMichael Stahl
2013-12-02Drop duplicate #includeTakeshi Abe
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens
2013-11-29Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens
2013-11-29Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-11-20cppcheck: Variable is reassigned a value before the old one has been usedCaolán McNamara
2013-11-20Resolves: fdo#71527 don't crash in presenter consoleCaolán McNamara
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14GCC diagnostic push / pop requires HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPEMichael Stahl
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-14remove more pragma instances of GCC system_headerMichael Stahl
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin