summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-136-43/+3
* fdo#35064 PDF Import: Add support for simple text scalingVort2014-04-111-1/+15
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* fdo#45001 fdo#77105 PDF Import: rotated text fixesVort2014-04-085-134/+83
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-016-6/+6
* fdo#49431 PDF Import: Improve line and space detection algorithmVort2014-03-312-17/+19
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2650-575/+575
* coverity#982469 Unchecked dynamic_castCaolán McNamara2014-03-251-2/+2
* coverity#982468 Unchecked dynamic_castCaolán McNamara2014-03-251-1/+1
* fdo#44710 PDF Import: Correction of position of rotated textVort2014-03-232-57/+9
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* Remove unused HelpCloseListenerStephan Bergmann2014-03-122-41/+0
* fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent propertyVort2014-03-031-1/+18
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2662-645/+645
* Remove visual noise from sdextAlexander Wilms2014-02-2612-45/+45
* Remove unneccessary commentsAlexander Wilms2014-02-2328-94/+94
* coverity#983817 Uncaught exceptionCaolán McNamara2014-02-232-2/+2
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-205-0/+5
* fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984fVort2014-02-201-34/+5
* cid#983380 Dereference before null checkNoel Grandin2014-02-201-5/+0
* fdo#37246 PDF Import: Color to string conversion fixVort2014-02-181-3/+3
* fdo#45003 PDF import: Implementing linejoin and linecap propertiesVort2014-02-121-0/+32
* cppcheck: duplicateExpressionJulien Nabet2014-02-081-1/+1
* Rename makefile to match the name of test.Matúš Kukan2014-02-082-1/+1
* fdo#35143 PDF import: Reimplementation of whitespace detection functionVort2014-02-042-232/+42
* fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi2014-02-021-31/+2
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-4/+4
* Use proper bool operationsStephan Bergmann2014-01-101-1/+1
* typo fixesAndras Timar2013-12-201-1/+1
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-181-4/+0
* No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2013-12-172-0/+6
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-172-15/+5
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-173-8/+6
* Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin2013-12-171-1/+1
* Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2013-12-173-4/+4
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-4/+4
* sdext: clean up some pointless #ifdefsMichael Stahl2013-12-051-9/+5
* Drop duplicate #includeTakeshi Abe2013-12-021-1/+0
* Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens2013-11-291-2/+2
* Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens2013-11-291-1/+2
* Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens2013-11-291-2/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-4/+4
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-4/+4
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-4/+4
* cppcheck: Variable is reassigned a value before the old one has been usedCaolán McNamara2013-11-201-1/+0
* Resolves: fdo#71527 don't crash in presenter consoleCaolán McNamara2013-11-201-1/+2
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-4/+4