summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo2013-04-132-3/+6
* added missing includesEike Rathke2013-04-121-0/+2
* resolveSystemLanguageByScriptType in case not setEike Rathke2013-04-121-1/+2
* make that a proper static method EditView::CheckLanguage()Eike Rathke2013-04-121-15/+14
* use proper language tag fallback for language guesser resultEike Rathke2013-04-121-13/+11
* warning C4101: 'e' : unreferenced local variableStephan Bergmann2013-04-121-1/+1
* i#79611: SvxFieldData::Create() is not supposed to throw.Jan Holesovsky2013-04-111-1/+12
* fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida2013-04-082-0/+42
* #120650# truncate mis-sized bullet sizes to useful valuesArmin Le Grand2013-04-071-0/+6
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0746-286/+280
* new module i18nlangtagEike Rathke2013-04-059-10/+10
* ResMgr with LanguageTagEike Rathke2013-03-291-1/+1
* -Werror=unused-macrosStephan Bergmann2013-03-271-2/+3
* -Wunused-macrosStephan Bergmann2013-03-276-14/+0
* kill some unused inlinesThomas Arnhold2013-03-271-22/+0
* coverity#704226 Logically dead codeJulien Nabet2013-03-231-2/+2
* coverity#704225 Logically dead codeJulien Nabet2013-03-231-4/+0
* coverity#704628/704629/704630 Explicit null dereferencedJulien Nabet2013-03-201-8/+7
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-4/+2
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-195-6/+6
* coverity#735374 Copy-paste errorJulien Nabet2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-196-16/+16
* coverity#735373 Copy-paste errorJulien Nabet2013-03-181-1/+1
* use SAL_N_ELEMENTSDavid Tardon2013-03-181-2/+2
* i#119907# Numbering type now applied (almost) unconditionally.Andre Fischer2013-03-141-11/+2
* don't jam numbers directly on text, leave a spaceCaolán McNamara2013-03-133-13/+8
* One more Rec->Rect in editengTor Lillqvist2013-03-121-1/+1
* Let's abbreviate Rectangle as Rect, not RecTor Lillqvist2013-03-128-115/+115
* fix fdo#62143: set TEXT_LAYOUT_BIDI_STRONG flag.navin patidar2013-03-111-1/+1
* Fix fallout from 3137258e346a9c16b2e61747fd926a1e7d358d02Tor Lillqvist2013-03-111-1/+1
* Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand2013-03-116-46/+63
* Resolves: #i120667#, pBound member obj in TextRanger is not freedJian Fang Zhang2013-03-091-0/+1
* const-correctnessIvan Timofeev2013-03-094-5/+5
* related to fdo#47018: fix DBG_ASSERT in EditEngine::QuickMarkInvalidIvan Timofeev2013-03-091-3/+6
* Remove unused EditTextObjectImpl::RemoveParaAttribsJulien Nabet2013-03-092-31/+0
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-085-0/+14
* simplify compareTo (now correct)Thomas Arnhold2013-03-081-2/+2
* Revert "simplify some compareTo"Stephan Bergmann2013-03-081-2/+2
* simplify some compareToThomas Arnhold2013-03-081-2/+2
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-1/+1
* sal_Bool to boolTakeshi Abe2013-03-046-12/+12
* doubled namespacesThomas Arnhold2013-03-041-4/+0
* remove unused and commented out codeThomas Arnhold2013-03-045-45/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-035-7/+7
* Related: fdo#55693 add regression tests for autocorrectionCaolán McNamara2013-03-011-3/+6
* vector::at on guaranteed in-bounds valuesCaolán McNamara2013-03-011-2/+2
* fdo#55693 Two initial capitalized letters corrected in compound wordsChristopher Copits2013-02-281-29/+67
* Remove dead voice command codeTor Lillqvist2013-02-281-105/+1
* fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac2013-02-271-10/+0
* fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac2013-02-263-13/+9