1. ee6ffa3 loplugin:staticcall by Stephan Bergmann · 12 years ago
  2. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  3. 8e115c6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  4. f3e1f47 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  5. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  6. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  7. 5b2aaef coverity#982640 Missing break in switch by Caolán McNamara · 12 years ago
  8. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  9. b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
  10. 248145f Find places where uno::Sequence is passed by value. by Noel Grandin · 12 years ago
  11. 11dbe5e coverity#707979 Uninitialized pointer field by Caolán McNamara · 12 years ago
  12. 1ec8367 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  13. fa1f7d2 typo: attribut -> attribute by Thomas Arnhold · 12 years ago
  14. 2805ac1 typo: choosen -> chosen by Thomas Arnhold · 12 years ago
  15. a39ced4 Remove unused functions by Stephan Bergmann · 12 years ago
  16. 6ed14fd sax: sal_Bool->bool by Noel Grandin · 12 years ago
  17. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  18. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  19. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  20. 693f1de sax: FastAttributeList - add attribute in a specific namespace by Tomaž Vajngerl · 12 years ago
  21. 54ebae0 remove whitespaces by Markus Mohrhard · 12 years ago
  22. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  23. ff0562f Remove visual noise from sax by Alexander Wilms · 12 years ago
  24. 7efa467 remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop() by Noel Grandin · 12 years ago
  25. 333fdb9 remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush() by Noel Grandin · 12 years ago
  26. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  27. 09f9a79 [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXException by Caolán McNamara · 12 years ago
  28. fa20458 Improve output in case of test failure by Stephan Bergmann · 12 years ago
  29. 110c193 Related: #i97873# (coverity#705407) Improper use of negative value by Caolán McNamara · 12 years ago
  30. 414fa67 sax: my suggestion was not as good as i thought... by Michael Stahl · 12 years ago
  31. 785c4f1 fdo#72468 avoid out of bounds array access by Arnaud Versini · 12 years ago
  32. 12e0102 coverity#1130446 Uncaught exception by Caolán McNamara · 12 years ago
  33. f1a09e0 Use rtl::Reference by Stephan Bergmann · 12 years ago
  34. 922f443 Avoid css::uno using directives (Reference ambiguities) by Stephan Bergmann · 12 years ago
  35. 7106e43 1158273 Uncaught exception by Caolán McNamara · 12 years ago
  36. c5135af coverity#1158443 Uninitialized pointer field by Caolán McNamara · 12 years ago
  37. be090d5 coverity#1158444 Uninitialized scalar field by Caolán McNamara · 12 years ago
  38. d9d2889 coverity#1158445 Uninitialized pointer field by Caolán McNamara · 12 years ago
  39. db72a45 coverity#1158493 Uninitialized scalar field by Caolán McNamara · 12 years ago
  40. c2c530d Introduce static inline cppu::acquire(), and make use of that. by Jan Holesovsky · 12 years ago
  41. f278397 Change _get_implementation()'s not to do initialization directly. by Jan Holesovsky · 12 years ago
  42. 306efef Minimize the constructor functions to a bare minimum. by Jan Holesovsky · 12 years ago
  43. 73eca35 Unify ctor functions for component implementations. by Matúš Kukan · 12 years ago
  44. a700ce8 Unify ctor functions to have _get_implementation suffix. by Matúš Kukan · 12 years ago
  45. 4337a06 Use const& arguments parameter for ctor functions. by Matúš Kukan · 12 years ago
  46. 91570fc fastparser: avoid boost::optional where it is un-necessary. by Michael Meeks · 12 years ago
  47. fb94708 Use bool by Stephan Bergmann · 12 years ago
  48. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  49. 308fdfb WaE: C4101: 'e' : unreferenced local variable by Tor Lillqvist · 12 years ago
  50. c6aea0b don't call top on an empty stack by Caolán McNamara · 12 years ago
  51. 4754b8a fastparser: avoid std::stack::top() - cache it's results. by Michael Meeks · 12 years ago
  52. 838a601 fastparser: move lclGetErrorMessage into the anonymous namespace. by Michael Meeks · 12 years ago
  53. 169eb25 fastparser:: move Entity:: code into the anonymous namespace. by Michael Meeks · 12 years ago
  54. 59003de fastparser: fix load regression by Michael Meeks · 12 years ago
  55. 71eb273 css.xml.sax service ctor clean-up by Stephan Bergmann · 12 years ago
  56. ae3a0c8 Add .component <implementation constructor="..." feature by Stephan Bergmann · 12 years ago
  57. 71f3363 Change from ServiceManager- to ComponentContext-based implementations by Stephan Bergmann · 12 years ago
  58. 291e846 sax: various clean up. Move _getFactory next to the implementation. by Matúš Kukan · 12 years ago
  59. b6cebf4 Allow UNO component libraries to have each implementation in its own function. by Matúš Kukan · 12 years ago
  60. 64575a5 sax: avoid usage of double for parsing nanoseconds here too by Michael Stahl · 12 years ago
  61. b9bcc9c ...and nDigits > 9 is harmless in following for loop and need not be capped by Stephan Bergmann · 12 years ago
  62. 7144869 readUnsignedNumberMaxDigits can read more than maxDigits chars by Stephan Bergmann · 12 years ago
  63. acb9da3 Fix naming by Stephan Bergmann · 12 years ago
  64. 695671e Avoid inaccurate floating-point computations by Stephan Bergmann · 12 years ago
  65. 0b2bc82 Improve CPPUNIT_ASSERTs by Stephan Bergmann · 12 years ago
  66. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  67. eebc1e9 fdo#60698: Merge fastsax and sax_shared into expwrap by Marcos Paulo de Souza · 12 years ago
  68. cc407e5 sax, xmloff: fix ODF import/export of text:time/text:time-value by Michael Stahl · 12 years ago
  69. b6785eb sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax by Michael Stahl · 12 years ago
  70. ea85db8 we need to pass the variable to get correct dll linkage by Markus Mohrhard · 12 years ago
  71. 223fb84 no inheritance so no virtual needed by Markus Mohrhard · 12 years ago
  72. 4afa538 Hide the implementation. by Kohei Yoshida · 12 years ago
  73. 532b2f4 Add a means to check if a namespace exists. by Kohei Yoshida · 12 years ago
  74. 2130fd9 Move this header out into a public place. by Kohei Yoshida · 12 years ago
  75. 8ef9d65 Remove inline methods from the header. by Kohei Yoshida · 12 years ago
  76. 4ba42fc Move this out of the namespace scope. by Kohei Yoshida · 12 years ago
  77. 1afc1c0 Urgh - add embarassingly missing ~ by Michael Meeks · 12 years ago
  78. bc90fb9 fastparser: Outline virtual destructor to please MSVC++. by Michael Meeks · 12 years ago
  79. d8db8ea fastparser: strncmp needs a length. by Michael Meeks · 12 years ago
  80. 9eaf155 Presumably wants to use strcmp by Stephan Bergmann · 12 years ago
  81. 30a8fbb fastparser: special case xmlns more sensibly. by Michael Meeks · 12 years ago
  82. d7280af fastparser: Avoid copying all tokens into a sequence. by Michael Meeks · 12 years ago
  83. 2d681ad fastparser: don't waste cycles churning reference counts. by Michael Meeks · 12 years ago
  84. 87cce82 cppcheck: fix same expression on both sides by Julien Nabet · 12 years ago
  85. b7a8fc5 fastparser: avoid allocation and conversion of elementnames we don't need. by Michael Meeks · 12 years ago
  86. 6087da0 getChar() to return a null-terminated char array. by Kohei Yoshida · 12 years ago
  87. 22ea573 Expose raw char array and use it to avoid OUString allocations. by Kohei Yoshida · 12 years ago
  88. 9491ca3 fastparser: avoid excessive alloc/frees for int / bool / double parsing by Michael Meeks · 12 years ago
  89. 9cb0fc7 fix spelling in comment by Noel Grandin · 12 years ago
  90. ada73e5 sax: -Werror=sign-compare by Miklos Vajna · 12 years ago
  91. fc25afa fastparser: accelerate value tokenisation as well. by Michael Meeks · 12 years ago
  92. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  93. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  94. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  95. da5449d fdo#54938: More uses of cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  96. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  97. 6cc508a Remove comphelper::ComponentContext by Stephan Bergmann · 12 years ago
  98. b13c8de FastTokenHandler service should apparently have a default constructor by Stephan Bergmann · 12 years ago
  99. e2d061f WaE: unreferenced local variable by Tor Lillqvist · 12 years ago
  100. 94f99a6 sax: build fix: don't prefix enum values by Matúš Kukan · 12 years ago