summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2012-10-12fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky
2012-10-12XubString->OUStringCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl
2012-10-06fix deps on .hrc filesDavid Tardon
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-10-01Outline methods with conditionals in editengThorsten Behrens
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
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