summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-12use proper language tag fallback for language guesser resultEike Rathke1-13/+11
2013-04-12warning C4101: 'e' : unreferenced local variableStephan Bergmann1-1/+1
2013-04-11i#79611: SvxFieldData::Create() is not supposed to throw.Jan Holesovsky1-1/+12
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida3-0/+44
2013-04-07#120650# truncate mis-sized bullet sizes to useful valuesArmin Le Grand1-0/+6
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák33-126/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák80-508/+502
2013-04-05new module i18nlangtagEike Rathke26-27/+27
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-27-Werror=unused-macrosStephan Bergmann1-2/+3
2013-03-27-Wunused-macrosStephan Bergmann6-14/+0
2013-03-27kill some unused inlinesThomas Arnhold1-22/+0
2013-03-23coverity#704226 Logically dead codeJulien Nabet1-2/+2
2013-03-23coverity#704225 Logically dead codeJulien Nabet1-4/+0
2013-03-22Make EditTextObject copyable. Its Clone() method uses that anyway...Kohei Yoshida1-1/+1
2013-03-20coverity#704628/704629/704630 Explicit null dereferencedJulien Nabet1-8/+7