summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
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-12String to OUString and some optimizationsMatteo Casalin1-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 Timofeev5-15/+11
2013-08-10Removed chained appends in SvxAuthorField, as part of Bug 57950.Neil Moore1-6/+1
2013-08-09Resolves: fdo#67743 user autocorr file not writtenCaolán McNamara1-5/+8
2013-08-09XubString->OUStringCaolán McNamara3-28/+30
2013-08-08SvxFont: remove duplicate LanguageType memberMichael Stahl1-11/+9
2013-08-04Mark as const/staticTakeshi Abe1-3/+3
2013-07-30String to OUStringMatteo Casalin3-3/+3
2013-07-30String to OUStringMatteo Casalin2-8/+10
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-3/+3
2013-07-27Mark as const/staticTakeshi Abe3-17/+17
2013-07-27Drop unused inline functionTakeshi Abe1-5/+0