Age | Commit message (Expand) | Author | Files | Lines |
2014-03-03 | fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent property | Vort | 1 | -1/+18 |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann | 62 | -645/+645 |
2014-02-26 | Remove visual noise from sdext | Alexander Wilms | 12 | -45/+45 |
2014-02-23 | Remove unneccessary comments | Alexander Wilms | 28 | -94/+94 |
2014-02-23 | coverity#983817 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert | 5 | -0/+5 |
2014-02-20 | fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984f | Vort | 1 | -34/+5 |
2014-02-20 | cid#983380 Dereference before null check | Noel Grandin | 1 | -5/+0 |
2014-02-18 | fdo#37246 PDF Import: Color to string conversion fix | Vort | 1 | -3/+3 |
2014-02-12 | fdo#45003 PDF import: Implementing linejoin and linecap properties | Vort | 1 | -0/+32 |
2014-02-08 | cppcheck: duplicateExpression | Julien Nabet | 1 | -1/+1 |
2014-02-08 | Rename makefile to match the name of test. | Matúš Kukan | 2 | -1/+1 |
2014-02-04 | fdo#35143 PDF import: Reimplementation of whitespace detection function | Vort | 2 | -232/+42 |
2014-02-02 | fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer. | Alexandre Vicenzi | 1 | -31/+2 |
2014-01-28 | bool improvements | Stephan Bergmann | 1 | -1/+1 |
2014-01-21 | Fix bogus mass-conversion equalsAsciiL -> startsWith | Stephan Bergmann | 1 | -4/+4 |
2014-01-10 | Use proper bool operations | Stephan Bergmann | 1 | -1/+1 |
2013-12-20 | typo fixes | Andras Timar | 1 | -1/+1 |
2013-12-18 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa | 1 | -4/+0 |
2013-12-17 | No need for implbase1.hxx to include XComponentContext.hpp | Stephan Bergmann | 2 | -0/+6 |
2013-12-17 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa | 2 | -15/+5 |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann | 3 | -8/+6 |
2013-12-17 | Unnecessary use of OUString constructor inside OUStringBuffer constructor | Noel Grandin | 1 | -1/+1 |
2013-12-17 | Remove unnecessary use of OUString constructor in OUStringBuffer::append calls | Noel Grandin | 3 | -4/+4 |
2013-12-17 | Remove unnecessary use of OUString constructor in + expressions | Noel Grandin | 1 | -4/+4 |
2013-12-05 | sdext: clean up some pointless #ifdefs | Michael Stahl | 1 | -9/+5 |
2013-12-02 | Drop duplicate #include | Takeshi Abe | 1 | -1/+0 |
2013-11-29 | Further XCanvas != XBitmapCanvas cleanup. | Thorsten Behrens | 1 | -2/+2 |
2013-11-29 | Fix fdo#71527 no unguarded ptr dereference here. | Thorsten Behrens | 1 | -1/+2 |
2013-11-29 | Revert "Resolves: fdo#71527 don't crash in presenter console" | Thorsten Behrens | 1 | -2/+1 |
2013-11-21 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL | Noel Grandin | 1 | -4/+4 |
2013-11-20 | Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" | Noel Grandin | 1 | -4/+4 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls | Noel Grandin | 1 | -4/+4 |
2013-11-20 | cppcheck: Variable is reassigned a value before the old one has been used | Caolán McNamara | 1 | -1/+0 |
2013-11-20 | Resolves: fdo#71527 don't crash in presenter console | Caolán McNamara | 1 | -1/+2 |
2013-11-20 | convert equalsAsciiL calls to startsWith calls | Noel Grandin | 1 | -4/+4 |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin | 4 | -7/+7 |
2013-11-14 | GCC diagnostic push / pop requires HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE | Michael Stahl | 1 | -2/+2 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -22/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -2/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -20/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -2/+0 |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann | 1 | -130/+0 |
2013-11-14 | -Werror,-Wunused-exception-parameter | Stephan Bergmann | 1 | -1/+2 |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin | 5 | -19/+19 |
2013-11-14 | remove more pragma instances of GCC system_header | Michael Stahl | 1 | -2/+9 |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin | 5 | -28/+27 |
2013-11-11 | convert OUString 0==compareToAscii to equalsAscii | Noel Grandin | 1 | -1/+1 |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin | 2 | -23/+23 |
2013-11-05 | fixincludeguards.sh: sdext | Thomas Arnhold | 67 | -148/+148 |