summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
2012-09-20Add some static goodness here, too, to avoid duplicate symbolsTor Lillqvist3-4/+4
2012-09-19Translate German comments and a little cleanup of code in svxacorr.cxx.Tomaž Vajngerl1-8/+7
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-1/+1
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+1
2012-09-18typoMichael Stahl1-1/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-2/+2
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin1-6/+2
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-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann4-12/+4
2012-08-09valgrind: use after freeCaolán McNamara1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
2012-08-07String::AllocBuffer replacementsCaolán McNamara2-22/+28
2012-08-07drop bogus eof linesThomas Arnhold3-8/+0
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ž Vajngerl1-0/+2
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ž Vajngerl3-0/+565
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 Stahl1-2/+1
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin1-23/+23
2012-07-25delete svl/svstdarr.hxxMichael Stahl3-3/+0
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl1-2/+2
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 Grandin3-76/+38
2012-07-11Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara1-319/+2
2012-07-11CalcDataFilesChangedCheckValue is always zeroCaolán McNamara1-11/+1
2012-07-11nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara1-4/+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 Stahl2-17/+137
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl3-84/+48
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 Arnhold6-19/+0
2012-07-01Remove unused definesThomas Arnhold2-6/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold3-10/+0
2012-06-29some pesky XubStringsCaolán McNamara1-3/+3
2012-06-29Remove some more PCH tracesThomas Arnhold10-117/+28
2012-06-27Remove commented out codeThomas Arnhold1-6/+0