summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2014-02-10fdo#46707: Don't bother with synonyms for text with mixed script types.Kohei Yoshida
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-12-10fdo#70278: editeng: fix Time fields in ImpressMichael Stahl
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl
2013-11-20editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-20fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier
2013-11-20sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-14SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameterStephan Bergmann
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-11-14Fixed for spacing between lines in paragraph.Priyanka Gaikwad
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-14xub_StrLen to sal_Int32 and minor optimizationsMatteo Casalin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert STRING_NOTFOUND -> -1 in editengNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-08longparas: same variable used for two different loops of different typesCaolán McNamara
2013-11-08n is immediately overwrittenCaolán McNamara
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-11-03fdo#69762 Scientific number AutoCorrect as ordinalLaurent Balland-Poirier
2013-10-28fixincludeguards.sh: editengThomas Arnhold
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-23Some clean-upStephan Bergmann
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-10-23remove comment that is irrelevant after the death of String classAndras Timar
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz
2013-10-19Make copy and pasting non-ascii text from editengine work againCaolán McNamara
2013-10-19CID#1038307 Negative loop boundCaolán McNamara
2013-10-18disambiguate GetScriptType that return different value typesCaolán McNamara
2013-10-18Resolves: rhbz#1020712 return all the selected scriptsCaolán McNamara
2013-10-18Related: rhbz#1020712 more i18n::ScriptType being compared against SCRIPTTYPECaolán McNamara
2013-10-18Related: rhbz#1020712 wrong default font shown in editengineCaolán McNamara
2013-10-18new WrongList only if there wasn't one or it wasn't emptyEike Rathke
2013-10-17this method is not supposed to throw, fdo#66241Markus Mohrhard
2013-10-12Bin some of Malte Timmermann's personal old debugging codeTor Lillqvist
2013-10-11Resolves: fdo#69467 nTxtLeft not compared in operator==Caolán McNamara
2013-10-11CID#1103765 missing initializationCaolán McNamara