summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-24n#707779: Fix overflowing of left margin value in editeng when negative.Jan Holesovsky
2012-09-23fdo#49350 Speedup "OK" action of auto-correct dialogTomaž Vajngerl
2012-09-20Add some static goodness here, too, to avoid duplicate symbolsTor Lillqvist
2012-09-19Translate German comments and a little cleanup of code in svxacorr.cxx.Tomaž Vajngerl
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann
2012-09-18typoMichael Stahl
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-08-22Resolves: rhbz#841092 don't crash on empty portions (a11y?)Caolán McNamara
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-09valgrind: use after freeCaolán McNamara
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-08Remove usage of list.hxxNoel Grandin
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
2012-08-07String::AllocBuffer replacementsCaolán McNamara
2012-08-07drop bogus eof linesThomas Arnhold
2012-08-07Remove non-existing forward declarationsThomas Arnhold
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
2012-08-04kill last (ab)user of SetRanges()Bjoern Michaelsen
2012-08-02Related fdo#53006 Make CApitals correction work without dictionaryStephan Bergmann
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl
2012-07-31error: attempt to increment a past-the-end iteratorStephan Bergmann
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-28svxbox.cxx unbuilt, svxbox.hxx unnecessarily includedCaolán McNamara
2012-07-28WaE: unused variableTor Lillqvist
2012-07-27some tweaks in RTF filterMichael Stahl
2012-07-26fix non-const accesses in previous commit:Michael Stahl
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-25move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
2012-07-12throw some const love at SvxAutocorrWordListCaolán McNamara
2012-07-12make this a const_iterator for windows buildbotCaolán McNamara
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin
2012-07-11ure cppunit tests depend on unobootstrapprotectorCaolán McNamara
2012-07-11Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara
2012-07-11CalcDataFilesChangedCheckValue is always zeroCaolán McNamara
2012-07-11nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara
2012-07-11Related: rhbz#836937 halve calls to expensive getAvailableServicesCaolán McNamara
2012-07-11remove distracting and unhelpful debugging codeCaolán McNamara
2012-07-09some UniString->rtl::OUStringCaolán McNamara