summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-10-17ditch rather pointless REDUCEDSVXFONTCaolán McNamara2-12/+0
2012-10-12fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky1-4/+1
2012-10-12XubString->OUStringCaolán McNamara4-19/+25
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák9-11/+11
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl1-2/+16
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl2-3/+79
2012-10-06fix deps on .hrc filesDavid Tardon1-1/+1
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2-31/+14
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-3/+3
2012-10-01Outline methods with conditionals in editengThorsten Behrens2-7/+17
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl4-8/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl4-4/+8
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl4-0/+4
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-24n#707779: Fix overflowing of left margin value in editeng when negative.Jan Holesovsky2-13/+6
2012-09-23fdo#49350 Speedup "OK" action of auto-correct dialogTomaž Vajngerl2-3/+105
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-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