summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-03fdo#62224 reconstruct border state for table dialogDavid Tardon1-0/+5
2013-05-30Make use of IsStarSymbol()Thomas Arnhold1-3/+1
2013-05-30Resolves: #i122096# apply default bullet numbering rule on toggle on...Oliver-Rainer Wittmann4-296/+242
2013-05-28Do not enable outliner when it was not before only for temporary undo disableArmin Le Grand1-1/+2
2013-05-28Related: #i120515# do not create undo action when in Init()Armin Le Grand1-1/+2
2013-05-28Related: #i120498# Enhanced Undo/Redo and user experience...Armin Le Grand4-4/+48
2013-05-28pause notifications while undoing to keep a11y out until we're doneCaolán McNamara1-1/+8
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold1-2/+2
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann3-0/+375
2013-05-20Drop String.AppendAscii in editengRicardo Montania2-18/+12
2013-05-19Related: #119885# Made EditMode work with text boxes...Armin Le Grand1-51/+37
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-14fdo#46808, Convert linguistic2::LingProperties to new styleNoel Grandin3-22/+11
2013-05-13Get rid of GlobalEditData::GetStdRefDevice()Tor Lillqvist3-24/+11
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa1-0/+27
2013-05-10editeng: fix 32bit -Werror=formatMichael Stahl1-2/+2
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke42-995/+1080
2013-05-09#119477# fix bullet's start with error when save .ppt fileSun Ying1-2/+8
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-11/+11
2013-05-03fdo#64150 don't segfault when there is no lineLionel Elie Mamane1-1/+2
2013-05-03This method is not implementedMatteo Casalin1-3/+0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist7-9/+0
2013-04-26Resolves: fdo#42893 improve Capitalize first letter of Sentenceanuragkanungo1-0/+9
2013-04-26XubString->OUStringCaolán McNamara8-9/+9
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon2-3/+0
2013-04-23execute move of global headersBjoern Michaelsen135-17970/+0
2013-04-22editeng: move two double used SIDsThomas Arnhold1-3/+3
2013-04-22restore SvxNumRule::SetLevel variantCaolán McNamara2-0/+18
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-139/+24
2013-04-22Do not store return value for later, just exitMatteo Casalin1-4/+3
2013-04-22Prefer standard prefix for data membersMatteo Casalin2-93/+91
2013-04-22Slightly simplify loopMatteo Casalin1-5/+3
2013-04-22bDocumentDone is always falseMatteo Casalin1-3/+2
2013-04-22sal_Bool to boolMatteo Casalin7-122/+122
2013-04-21Avoid multiple appends on OUStringMatteo Casalin1-5/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza8-23/+23
2013-04-19Revert "Revert "fix fdo#47018 Impress paste destroy bullet""Eike Rathke2-8/+104
2013-04-19fdo#63711 Calc: fix Catalan and Hungarian hyphenationLászló Németh1-21/+28
2013-04-19Revert "fix fdo#47018 Impress paste destroy bullet"Stephan Bergmann3-107/+10
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-3/+3
2013-04-18fix fdo#47018 Impress paste destroy bulletCao Cuong Ngo3-10/+107
2013-04-15basic inplace Font preview for calcNoel Power1-0/+3
2013-04-15use ImpEditEngine::ImplInitDigitModel() to set digit language.navin patidar1-13/+2
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo2-3/+6
2013-04-12added missing includesEike Rathke1-0/+2
2013-04-12resolveSystemLanguageByScriptType in case not setEike Rathke1-1/+2
2013-04-12make that a proper static method EditView::CheckLanguage()Eike Rathke2-16/+40