summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann1-18/+18
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-01-16low hanging xub_StrLen->sal_Int32 in editengCaolán McNamara1-4/+4
2013-12-28Do not use Getters as SettersMatteo Casalin1-24/+18
2013-12-28xub_StrLen to sal_Int32 + some constMatteo Casalin1-49/+36
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-26Integrate branch of IAccessible2Steve Yin1-0/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-23remove comment that is irrelevant after the death of String classAndras Timar1-2/+0
2013-10-19CID#1038307 Negative loop boundCaolán McNamara1-3/+3
2013-10-18disambiguate GetScriptType that return different value typesCaolán McNamara1-4/+4
2013-10-18Resolves: rhbz#1020712 return all the selected scriptsCaolán McNamara1-16/+19
2013-10-18Related: rhbz#1020712 wrong default font shown in editengineCaolán McNamara1-1/+1
2013-10-01Resolves: rhbz#1013480 crash in EditLineList::operator[]Caolán McNamara1-3/+6
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin1-56/+54
2013-09-11covnert editeng/source/editeng/impedit.hxx from String to OUStringNoel Grandin1-5/+5
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard1-3/+3
2013-09-06use a faster standard algorithm to workaround performance problem, fdo#68089Markus Mohrhard1-8/+24
2013-09-04String to OUStringThomas Arnhold1-3/+3
2013-09-02XubString->OUStringCaolán McNamara1-7/+7
2013-08-29XubString->OUStringCaolán McNamara1-13/+13
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida1-9/+9
2013-08-28Organize methods that update invalidated ranges for online spell checker.Kohei Yoshida1-3/+3
2013-08-13Also ' was duplicatedTor Lillqvist1-1/+1
2013-08-13Avoid warning: rtl_uString_newFromLiteral - Found char > 127Tor Lillqvist1-1/+1
2013-08-13Remove duplicated space in aWordDelimiters initialiserTor Lillqvist1-1/+1
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin1-1/+1
2013-08-12XubString->OUStringCaolán McNamara1-4/+4
2013-08-11single delimator of \xFF not four of '\0', 'x', 'F', 'F'Caolán McNamara1-1/+1
2013-08-11String->OUStringIvan Timofeev1-2/+1
2013-06-27coverity#1038307 Negative loop boundNorbert Thiebaud1-8/+12
2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand1-9/+35
2013-06-07sw: fix AutoCorrect bold/underline regressionMichael Stahl1-2/+4
2013-05-13Get rid of GlobalEditData::GetStdRefDevice()Tor Lillqvist1-9/+11
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa1-0/+27
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-78/+79
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-12Let's abbreviate Rectangle as Rect, not RecTor Lillqvist1-7/+7
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-28Remove dead voice command codeTor Lillqvist1-105/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-14split confused ImplInitDigitMode method into seperate functionsCaolán McNamara1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-20Add some static goodness here, too, to avoid duplicate symbolsTor Lillqvist1-1/+1
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-0/+1