summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara2-2/+2
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara1-12/+12
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 Arnhold7-29/+29
2013-09-03was convertIsoStringToLanguage(), use convertToLocaleWithFallback()Eike Rathke1-1/+1
2013-09-03fix string conversionIvan Timofeev1-1/+4
2013-09-02XubString->OUStringCaolán McNamara3-13/+13
2013-09-01Fix a crash when inserting a multi-line content into cell.Kohei Yoshida3-0/+8
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida5-0/+26
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida6-0/+68
2013-08-29XubString->OUStringCaolán McNamara9-42/+42
2013-08-28cppcheck: Reduce scopeJulien Nabet1-1/+1
2013-08-28fdo#68648: SvxNumRule: serialize the aFmtsSet flags tooMichael Stahl1-5/+6
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida6-141/+155
2013-08-28const correct-ness.Kohei Yoshida2-2/+2
2013-08-28Use smart pointers for these.Kohei Yoshida5-38/+52
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida5-29/+29
2013-08-28String to OUString.Kohei Yoshida1-5/+3
2013-08-28No need to fully qualify these.Kohei Yoshida1-2/+2
2013-08-28sal_Bool to bool.Kohei Yoshida2-13/+14
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida2-58/+113
2013-08-28Organize methods that update invalidated ranges for online spell checker.Kohei Yoshida6-19/+22
2013-08-28sal_Bool to bool.Kohei Yoshida2-72/+72
2013-08-28IsInValid() => IsValid() and adjust its call sites.Kohei Yoshida3-6/+6
2013-08-28NOT_INVALID => Valid.Kohei Yoshida2-8/+7
2013-08-28bClearRange is always true. Remove it.Kohei Yoshida3-5/+3
2013-08-28XubString->OUStringCaolán McNamara3-5/+5
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara1-2/+13
2013-08-25fdo#60740: Handle empty paragraphs correctly.Kohei Yoshida1-0/+7
2013-08-25Create sections for unformatted paragraphs too.Kohei Yoshida1-25/+12
2013-08-24Change of plan - we need to include feature attributes here as well.Kohei Yoshida1-1/+1
2013-08-24fdo#68373 fix three dot -> horizontal ellipsis autocorrectionLászló Németh1-1/+1
2013-08-24sw: add ShadowTransparence UNO property for framesMiklos Vajna1-0/+14
2013-08-23XubString->OUStringCaolán McNamara2-2/+2
2013-08-23SvxShadowItem: allow setting transparency other than 0% or 100%Miklos Vajna1-2/+1
2013-08-23fdo#68373 allow "*word" pattern matchingLászló Németh1-9/+16
2013-08-22Resolves: rhbz#996162 apparent NULL bullet fontCaolán McNamara1-1/+7
2013-08-21fdo#68373 wildcard char. matches only real suffix in autocorr.László Németh1-1/+8
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-08-21fdo#68373 fix commentsLászló Németh1-2/+2
2013-08-21fdo#68373 pattern matching in autocorrection for suffix rich lang.László Németh1-8/+29
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida5-0/+272
2013-08-17String to OUStringMatteo Casalin1-7/+6
2013-08-15EditHTMLParser::StartPara: shut up clang tinderboxMichael Stahl1-3/+4
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-15convert include/svtools/svparser.hxx from String to OUStringNoel Grandin2-10/+10
2013-08-14XubString->OUStringCaolán McNamara6-42/+39
2013-08-14XubString->OUStringCaolán McNamara3-15/+15
2013-08-13Also ' was duplicatedTor Lillqvist1-1/+1