1. c0f865c fdo#46808, use service constructor for i18n::BreakIterator by Noel Grandin · 13 years ago
  2. fb741b5 fdo#46808, Adapt xml::sax::XWriter UNO service to new style by Noel Grandin · 13 years ago
  3. 8eb5db8 replace sxub_Unicode by sal_Unicode by Norbert Thiebaud · 13 years ago
  4. 3fa6790 ditch rather pointless REDUCEDSVXFONT by Caolán McNamara · 13 years ago
  5. fa694a2 fdo#55931 Fix renderding of subscript/superscript with Autofit Text. by Jan Holesovsky · 13 years ago
  6. 53acdd2 XubString->OUString by Caolán McNamara · 13 years ago
  7. f7a24ef mark lcl_ functions static or rename them if they are not local at all by Luboš Luňák · 13 years ago
  8. 59ab112 fdo#55526: fix import of RTF \brdrhair: by Michael Stahl · 13 years ago
  9. ecd70a7 add editeng::ConvertBorderWidthFromWord: by Michael Stahl · 13 years ago
  10. 7d8b7b7 fix deps on .hrc files by David Tardon · 14 years ago
  11. a20f9a4 fdo#46808, Adapt xml::sax::XParser UNO service to new style by Noel Grandin · 14 years ago
  12. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  13. f3f7062 Outline methods with conditionals in editeng by Thorsten Behrens · 14 years ago
  14. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  15. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  16. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  17. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  18. d953cc2 n#707779: Fix overflowing of left margin value in editeng when negative. by Jan Holesovsky · 14 years ago
  19. 0513e10 fdo#49350 Speedup "OK" action of auto-correct dialog by Tomaž Vajngerl · 14 years ago
  20. 45bae63 Add some static goodness here, too, to avoid duplicate symbols by Tor Lillqvist · 14 years ago
  21. a48d072 Translate German comments and a little cleanup of code in svxacorr.cxx. by Tomaž Vajngerl · 14 years ago
  22. 03a9f13 ComponentContext::getUnoContext -> getComponentContext simplification by Stephan Bergmann · 14 years ago
  23. 2a32bf2 Make getProcessComponentContext/ServiceFactory throw instead of returning null by Stephan Bergmann · 14 years ago
  24. c7692ae typo by Michael Stahl · 14 years ago
  25. 9ac86f4 Improvement on previous commit, UCB clean up by Stephan Bergmann · 14 years ago
  26. 2783796 fdo#46808, Adapt io::Pipe UNO service to new style by Noel Grandin · 14 years ago
  27. 8638f1e fdo#46808, Adapt script::Converter service code to new style by Noel Grandin · 14 years ago
  28. 4f177fb Resolves: rhbz#841092 don't crash on empty portions (a11y?) by Caolán McNamara · 14 years ago
  29. 9e04ae0 add more runtime deps on resource files for unit-tests by Matúš Kukan · 14 years ago
  30. 751eca7 -Werror,-Wunused-private-field (Clang towards 3.2) by Stephan Bergmann · 14 years ago
  31. 069caf7 valgrind: use after free by Caolán McNamara · 14 years ago
  32. 49ad17e remove include comments and boxes by Thomas Arnhold · 14 years ago
  33. 720a130 Remove usage of list.hxx by Noel Grandin · 14 years ago
  34. 016918c STL'ify SV_DECL_IMPL_PERSIST_LIST by Noel Grandin · 14 years ago
  35. aac0465 String::AllocBuffer replacements by Caolán McNamara · 14 years ago
  36. 34569eb drop bogus eof lines by Thomas Arnhold · 14 years ago
  37. d1ba541 Remove non-existing forward declarations by Thomas Arnhold · 14 years ago
  38. 2854d8b fdo#46193 MessBox was made copyable by Zolnai Tamás · 14 years ago
  39. 14d00963 kill last (ab)user of SetRanges() by Bjoern Michaelsen · 14 years ago
  40. 566bcf6 Related fdo#53006 Make CApitals correction work without dictionary by Stephan Bergmann · 14 years ago
  41. 3752a5f Invalidate current position in LookupTree at remove action. by Tomaž Vajngerl · 14 years ago
  42. 9d75ea5 error: attempt to increment a past-the-end iterator by Stephan Bergmann · 14 years ago
  43. fa35104 LookupTree for fast autocompletion lookups (by Nico Weyand). by Tomaž Vajngerl · 14 years ago
  44. 747cb47 remove unnecessary includes of svl/svarray.hxx by Caolán McNamara · 14 years ago
  45. 6c40ccd svxbox.cxx unbuilt, svxbox.hxx unnecessarily included by Caolán McNamara · 14 years ago
  46. 9e155f1 WaE: unused variable by Tor Lillqvist · 14 years ago
  47. f6f2653 some tweaks in RTF filter by Michael Stahl · 14 years ago
  48. 8d83248 fix non-const accesses in previous commit: by Michael Stahl · 14 years ago
  49. ef3990b Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vector by Noel Grandin · 14 years ago
  50. 75acbd4 delete svl/svstdarr.hxx by Michael Stahl · 14 years ago
  51. 2dc5faa move SvStringsISortDtor to editeng/svxacorr.hxx by Michael Stahl · 14 years ago
  52. 0031210 autocomplete: replace horrible use of SvStringsISortDtor... by Michael Stahl · 14 years ago
  53. 29ee386 Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vector by Noel Grandin · 14 years ago
  54. 4dd7c03 Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion by Stephan Bergmann · 14 years ago
  55. 1d2ba73 throw some const love at SvxAutocorrWordList by Caolán McNamara · 14 years ago
  56. 0581160 make this a const_iterator for windows buildbot by Caolán McNamara · 14 years ago
  57. 46a02d0 Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::set by Noel Grandin · 14 years ago
  58. 36b9ff5 ure cppunit tests depend on unobootstrapprotector by Caolán McNamara · 14 years ago
  59. 464f69b Resolves: rhbz#836937 insanely slow with Zemberek installed by Caolán McNamara · 14 years ago
  60. 7fe6136 CalcDataFilesChangedCheckValue is always zero by Caolán McNamara · 14 years ago
  61. 0473296 nCurrentDataFilesChangedCheckValue is kind of pointless by Caolán McNamara · 14 years ago
  62. b18e1e7 Related: rhbz#836937 halve calls to expensive getAvailableServices by Caolán McNamara · 14 years ago
  63. e18f1d6 remove distracting and unhelpful debugging code by Caolán McNamara · 14 years ago
  64. 1042610 some UniString->rtl::OUString by Caolán McNamara · 14 years ago
  65. 927f1e5 ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion: by Michael Stahl · 14 years ago
  66. 2d045cd refactor handling of double border widths: by Michael Stahl · 14 years ago
  67. 8b45939 replace enum SvxBorderStyle with css::table::BorderLineSyle by Michael Stahl · 14 years ago
  68. 30d3637 removed unnecessary forward declarations of class by Takeshi Abe · 14 years ago
  69. bccf34c ditch String::CreateFromAscii by Caolán McNamara · 14 years ago
  70. 6cf78c7 fdo#51582: Avoid double deletion of a text portion. by Kohei Yoshida · 14 years ago
  71. 278000a Remove unused defines by Thomas Arnhold · 14 years ago
  72. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  73. 8ca2189 Remove unused defines by Thomas Arnhold · 14 years ago
  74. b63027f Remove some unused defines and controls by Thomas Arnhold · 14 years ago
  75. 9e0cbe5 some pesky XubStrings by Caolán McNamara · 14 years ago
  76. 59c8cff Remove some more PCH traces by Thomas Arnhold · 14 years ago
  77. 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
  78. b22adb4 Remove commented out code by Thomas Arnhold · 14 years ago
  79. ee1c5c4 Reduce newline bloat at eof by Thomas Arnhold · 14 years ago
  80. 69a51d2 re-base on ALv2 code. by Michael Meeks · 14 years ago
  81. 463e59d rename SvxBorderLine::SetStyle to something unambiguous by Michael Stahl · 14 years ago
  82. e45bb32 Fix prefix ++/-- operators for non-primitive types by Julien Nabet · 14 years ago
  83. 0caf87c remove bunch of obsolete looking .dxp files by Michael Stahl · 14 years ago
  84. 60eb135 .dxp files don't need executable bits by Michael Stahl · 14 years ago
  85. ecf9432 re-base on ALv2 code. by Michael Meeks · 14 years ago
  86. ec5fa01 replace all but one .hdl include with equivalent .hpp includes. by Michael Meeks · 14 years ago
  87. c3f2401 reduce scope and replace some String::CreateFromAscii by Caolán McNamara · 14 years ago
  88. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  89. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  90. 5fcecf9 hrc cleanup: Remove unused defines by Thomas Arnhold · 14 years ago
  91. 54e9a28 typo: paramters, paramaters -> parameters by Andras Timar · 14 years ago
  92. d9e4c74 merge together hand-crafted traditional/simplified chinese tests by Caolán McNamara · 14 years ago
  93. 749ffa2 move odd IsSimilarChinese debugging thing to local scope by Caolán McNamara · 14 years ago
  94. 447e5b4 death to some UniStrings by Caolán McNamara · 14 years ago
  95. 06e2005 convert LocaleDataWrapper to OUString by Caolán McNamara · 14 years ago
  96. e06d6e3 hrc cleanup: Remove completely unused RIDs by Thomas Arnhold · 14 years ago
  97. 59f5d8f Remove unnecessary size-too-large check by Stephan Bergmann · 14 years ago
  98. 5c47001 Better fix for those short strings by Stephan Bergmann · 14 years ago
  99. 1500c9c Drop throw clause that was incomplete anyway by Tor Lillqvist · 14 years ago
  100. a4242df Take care of short strings by Stephan Bergmann · 14 years ago