summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-6/+3
2012-08-22Resolves: rhbz#841092 don't crash on empty portions (a11y?)Caolán McNamara1-13/+17
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-18/+5
2012-08-09valgrind: use after freeCaolán McNamara1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold66-137/+0
2012-08-08Remove usage of list.hxxNoel Grandin1-2/+2
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
2012-08-07String::AllocBuffer replacementsCaolán McNamara2-22/+28
2012-08-07drop bogus eof linesThomas Arnhold5-13/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-2/+0
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-1/+1
2012-08-04kill last (ab)user of SetRanges()Bjoern Michaelsen1-9/+4
2012-08-02Related fdo#53006 Make CApitals correction work without dictionaryStephan Bergmann1-12/+14
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl2-6/+8
2012-07-31error: attempt to increment a past-the-end iteratorStephan Bergmann1-1/+4
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl13-3/+1243
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-2/+0
2012-07-28svxbox.cxx unbuilt, svxbox.hxx unnecessarily includedCaolán McNamara1-4/+5
2012-07-28WaE: unused variableTor Lillqvist1-0/+2
2012-07-27some tweaks in RTF filterMichael Stahl1-1/+3
2012-07-26fix non-const accesses in previous commit:Michael Stahl2-4/+1
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin2-43/+37
2012-07-25delete svl/svstdarr.hxxMichael Stahl3-3/+0
2012-07-25move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl1-3/+19
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl2-6/+42
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin3-23/+23
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann3-8/+7
2012-07-12throw some const love at SvxAutocorrWordListCaolán McNamara1-2/+2
2012-07-12make this a const_iterator for windows buildbotCaolán McNamara1-1/+1
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin4-79/+50
2012-07-11ure cppunit tests depend on unobootstrapprotectorCaolán McNamara1-1/+1
2012-07-11Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara2-339/+2
2012-07-11CalcDataFilesChangedCheckValue is always zeroCaolán McNamara2-13/+1
2012-07-11nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara2-5/+1
2012-07-11Related: rhbz#836937 halve calls to expensive getAvailableServicesCaolán McNamara1-16/+9
2012-07-11remove distracting and unhelpful debugging codeCaolán McNamara1-32/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara9-42/+45
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl1-2/+2
2012-07-04refactor handling of double border widths:Michael Stahl4-21/+172
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-114/+71
2012-07-04removed unnecessary forward declarations of classTakeshi Abe5-9/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-3/+3
2012-07-02fdo#51582: Avoid double deletion of a text portion.Kohei Yoshida1-3/+4
2012-07-02Remove unused definesThomas Arnhold7-21/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-07-01Remove unused definesThomas Arnhold5-24/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold3-10/+0
2012-06-29some pesky XubStringsCaolán McNamara2-8/+8
2012-06-29Remove some more PCH tracesThomas Arnhold11-119/+28