summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-6/+3
* Resolves: rhbz#841092 don't crash on empty portions (a11y?)Caolán McNamara2012-08-221-13/+17
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-164-12/+4
* valgrind: use after freeCaolán McNamara2012-08-091-1/+1
* remove include comments and boxesThomas Arnhold2012-08-081-2/+0
* String::AllocBuffer replacementsCaolán McNamara2012-08-072-22/+28
* drop bogus eof linesThomas Arnhold2012-08-073-8/+0
* kill last (ab)user of SetRanges()Bjoern Michaelsen2012-08-041-9/+4
* Related fdo#53006 Make CApitals correction work without dictionaryStephan Bergmann2012-08-021-12/+14
* Invalidate current position in LookupTree at remove action.Tomaž Vajngerl2012-07-311-0/+2
* error: attempt to increment a past-the-end iteratorStephan Bergmann2012-07-311-1/+4
* LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl2012-07-303-0/+565
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-301-2/+0
* svxbox.cxx unbuilt, svxbox.hxx unnecessarily includedCaolán McNamara2012-07-281-4/+5
* WaE: unused variableTor Lillqvist2012-07-281-0/+2
* some tweaks in RTF filterMichael Stahl2012-07-271-1/+3
* fix non-const accesses in previous commit:Michael Stahl2012-07-261-2/+1
* Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin2012-07-261-23/+23
* delete svl/svstdarr.hxxMichael Stahl2012-07-253-3/+0
* autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl2012-07-251-2/+2
* Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin2012-07-253-23/+23
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-183-8/+7
* throw some const love at SvxAutocorrWordListCaolán McNamara2012-07-121-2/+2
* make this a const_iterator for windows buildbotCaolán McNamara2012-07-121-1/+1
* Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin2012-07-123-76/+38
* Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara2012-07-111-319/+2
* CalcDataFilesChangedCheckValue is always zeroCaolán McNamara2012-07-111-11/+1
* nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara2012-07-111-4/+1
* Related: rhbz#836937 halve calls to expensive getAvailableServicesCaolán McNamara2012-07-111-16/+9
* remove distracting and unhelpful debugging codeCaolán McNamara2012-07-111-32/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-099-42/+45
* ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl2012-07-051-2/+2
* refactor handling of double border widths:Michael Stahl2012-07-042-17/+137
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-043-84/+48
* removed unnecessary forward declarations of classTakeshi Abe2012-07-045-9/+0
* ditch String::CreateFromAsciiCaolán McNamara2012-07-032-3/+3
* fdo#51582: Avoid double deletion of a text portion.Kohei Yoshida2012-07-021-3/+4
* Remove unused definesThomas Arnhold2012-07-026-19/+0
* Remove unused definesThomas Arnhold2012-07-012-6/+0
* Remove some unused defines and controlsThomas Arnhold2012-06-293-10/+0
* some pesky XubStringsCaolán McNamara2012-06-291-3/+3
* Remove some more PCH tracesThomas Arnhold2012-06-2910-117/+28
* Remove commented out codeThomas Arnhold2012-06-271-6/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-274-137/+0
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-06-253-26/+28
* Fix prefix ++/-- operators for non-primitive typesJulien Nabet2012-06-231-1/+1
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-212-2/+2
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-212-8/+6
* re-base on ALv2 code.Michael Meeks2012-06-2113-323/+206