1. 5932906 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  2. 787ed0a avoid memory leak by David Tardon · 12 years ago
  3. e644bb5 fix parsing of cmdline args by David Tardon · 12 years ago
  4. 4aece3e Does not look like Library_pdfimport needs poppler by Stephan Bergmann · 12 years ago
  5. 4a32ef9 Improve test code by Stephan Bergmann · 12 years ago
  6. 44565f4 Check exit code of spawned xpdfimport by Stephan Bergmann · 12 years ago
  7. f801826 Remove double assignment by Peter Senna Tschudin · 12 years ago
  8. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  9. 0c7c8aa prevent invalid memory access by Markus Mohrhard · 12 years ago
  10. 1d241f4 loplugin:staticcall by Stephan Bergmann · 12 years ago
  11. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  12. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  13. e9ae2b0 sdext: remove SAL_THROW macro by Noel Grandin · 12 years ago
  14. b312a38 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  15. 079e576 coverity#982645 bMissingDefaultsToNormal is always true by Caolán McNamara · 12 years ago
  16. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  17. 7e4a51e Use boost::hash_value to avoid undef conv of neg/large floating -> size_t by Stephan Bergmann · 12 years ago
  18. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  19. f0ae48b remove unnecessary NULL parameter passed to UNO Exception by Noel Grandin · 12 years ago
  20. 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
  21. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  22. 31ded17 coverity#983807 Uncaught exception by Caolán McNamara · 12 years ago
  23. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  24. a130817 Correct linker library sequence for pdfimport by Jan-Marek Glogowski · 12 years ago
  25. a092418 we need fontconfig now by Caolán McNamara · 12 years ago
  26. be7ec13 fdo#78689 PDF Import: get font's ascent value from different source by Vort · 12 years ago
  27. 0ff4909 coverity#984442 Use after free by Caolán McNamara · 12 years ago
  28. a050856 fdo#78549 PDF Import: fix incorrect transformation matrix writing by Vort · 12 years ago
  29. 7249ba6 remove external header guards by Thomas Arnhold · 12 years ago
  30. b81ec52 use our css prefix to make this readable by Thomas Arnhold · 12 years ago
  31. b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
  32. ffa2229 remove dead code by Noel Grandin · 12 years ago
  33. e0bde4c fdo#78427 PDF Import: Improve detection of bold italic font by Vort · 12 years ago
  34. d7fc306 fdo#78382 PDF Import: add opacity support for fill and stroke by Vort · 12 years ago
  35. 0ece50a fix build problem by Caolán McNamara · 12 years ago
  36. b27fca8 fdo#78241 PDF Import: add dashes support by Vort · 12 years ago
  37. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  38. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  39. c625058 coverity#1210167 Uninitialized scalar field by Caolán McNamara · 12 years ago
  40. 6f945d6 fdo#78075 PDF Import: Use absolute positions in svg:d parameter by Vort · 12 years ago
  41. 8306e6c sdext, fix sal_Bool->bool conversion by Noel Grandin · 12 years ago
  42. 1e2c8cf sdext: sal_Bool->bool by Noel Grandin · 12 years ago
  43. 8b451b4 No need to set LD_LIBRARY_PATH for xpdfimport by Stephan Bergmann · 12 years ago
  44. ef141bb Do not drop existing LD_LIBRARY_PATH by Stephan Bergmann · 12 years ago
  45. f61cdf6f fdo#71217 PDF Import: Fix importing of JPEG images by Vort · 12 years ago
  46. 16b81b0 Fix order of CPPUNIT_ASSERT_EQUAL arguments by Stephan Bergmann · 12 years ago
  47. efaa53b fdo#69051 fdo#72028 PDF Import: text fixes by Vort · 12 years ago
  48. 42dd561 Related: rhbz#1088625 PresenterPaintManager seen as NULL by Caolán McNamara · 12 years ago
  49. c79a5f8 remove executable bit by Andras Timar · 12 years ago
  50. 0f9a75a sdext: use --switch=2 --readonly-tables gperf options by Miklos Vajna · 12 years ago
  51. 1635a70 typo: diposed -> disposed by Thomas Arnhold · 12 years ago
  52. 8a3eeff Clean up function declarations and some unused functions by Stephan Bergmann · 12 years ago
  53. 54b8eb2 fdo#35064 PDF Import: Add support for simple text scaling by Vort · 12 years ago
  54. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  55. a20e145 fdo#45001 fdo#77105 PDF Import: rotated text fixes by Vort · 12 years ago
  56. 453ee35 fdo#43157 : clean up more OSL_POSTCOND by Michaël Lefèvre · 12 years ago
  57. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  58. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  59. 2498e47 fdo#49431 PDF Import: Improve line and space detection algorithm by Vort · 12 years ago
  60. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  61. 7fce0e3 coverity#982469 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  62. 356263d coverity#982468 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  63. 53cbca6 fdo#44710 PDF Import: Correction of position of rotated text by Vort · 12 years ago
  64. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  65. 54b4add Remove unused HelpCloseListener by Stephan Bergmann · 12 years ago
  66. 7963d2b fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent property by Vort · 12 years ago
  67. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  68. e6bd9d7 Remove visual noise from sdext by Alexander Wilms · 12 years ago
  69. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  70. 0ac8d57 coverity#983817 Uncaught exception by Caolán McNamara · 12 years ago
  71. a18a1a4 Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx by Tobias Lippert · 12 years ago
  72. 7f8e774 fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984f by Vort · 12 years ago
  73. 97a185d cid#983380 Dereference before null check by Noel Grandin · 12 years ago
  74. 988b695 fdo#37246 PDF Import: Color to string conversion fix by Vort · 12 years ago
  75. 9616b78 fdo#45003 PDF import: Implementing linejoin and linecap properties by Vort · 12 years ago
  76. 4415f6b cppcheck: duplicateExpression by Julien Nabet · 12 years ago
  77. 0a1437b Rename makefile to match the name of test. by Matúš Kukan · 12 years ago
  78. 9db3b55 fdo#35143 PDF import: Reimplementation of whitespace detection function by Vort · 12 years ago
  79. 32b8c5c fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer. by Alexandre Vicenzi · 12 years ago
  80. e7d1a81 bool improvements by Stephan Bergmann · 12 years ago
  81. a3f3276 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  82. 7cc255c Use proper bool operations by Stephan Bergmann · 12 years ago
  83. b55259e typo fixes by Andras Timar · 12 years ago
  84. 6e06bd6 fdo#72598 Remove SunStudio cruft from code base by Jelle van der Waa · 12 years ago
  85. 8233226 No need for implbase1.hxx to include XComponentContext.hpp by Stephan Bergmann · 12 years ago
  86. 417c85b fdo#72598 Remove SunStudio cruft from code base by Jelle van der Waa · 12 years ago
  87. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  88. 2ac31b0 Unnecessary use of OUString constructor inside OUStringBuffer constructor by Noel Grandin · 12 years ago
  89. 8548abb Remove unnecessary use of OUString constructor in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  90. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  91. de45a49 sdext: clean up some pointless #ifdefs by Michael Stahl · 12 years ago
  92. 3b2f956 Drop duplicate #include by Takeshi Abe · 12 years ago
  93. 05d2994 Further XCanvas != XBitmapCanvas cleanup. by Thorsten Behrens · 12 years ago
  94. 1b10205 Fix fdo#71527 no unguarded ptr dereference here. by Thorsten Behrens · 12 years ago
  95. b807b2d Revert "Resolves: fdo#71527 don't crash in presenter console" by Thorsten Behrens · 12 years ago
  96. 6eac9de remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL by Noel Grandin · 12 years ago
  97. d454834 Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" by Noel Grandin · 12 years ago
  98. acebbee remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls by Noel Grandin · 12 years ago
  99. bdc7cf2 cppcheck: Variable is reassigned a value before the old one has been used by Caolán McNamara · 12 years ago
  100. bae0138 Resolves: fdo#71527 don't crash in presenter console by Caolán McNamara · 12 years ago