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