summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-201-2/+1
* fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier2013-11-201-0/+5
* sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes2013-11-203-73/+73
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-59/+57
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-203-4/+4
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-1/+1
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
* SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameterStephan Bergmann2013-11-142-11/+7
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* Fixed for spacing between lines in paragraph.Priyanka Gaikwad2013-11-141-1/+1
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-142-3/+11
* xub_StrLen to sal_Int32 and minor optimizationsMatteo Casalin2013-11-141-10/+8
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-149-20/+20
* convert STRING_NOTFOUND -> -1 in editengNoel Grandin2013-11-111-15/+15
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* longparas: same variable used for two different loops of different typesCaolán McNamara2013-11-081-6/+4
* n is immediately overwrittenCaolán McNamara2013-11-081-2/+0
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-061-2/+2
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-063-3/+3
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-051-1/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* fdo#69762 Scientific number AutoCorrect as ordinalLaurent Balland-Poirier2013-11-031-0/+2
* fixincludeguards.sh: editengThomas Arnhold2013-10-2822-56/+56
* windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-7/+0
* Some clean-upStephan Bergmann2013-10-231-4/+4
* fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza2013-10-233-6/+8
* remove comment that is irrelevant after the death of String classAndras Timar2013-10-231-2/+0
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-224-4/+4
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-221-0/+1
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-4/+2
* fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz2013-10-201-21/+1
* Make copy and pasting non-ascii text from editengine work againCaolán McNamara2013-10-191-1/+1
* CID#1038307 Negative loop boundCaolán McNamara2013-10-191-3/+3
* disambiguate GetScriptType that return different value typesCaolán McNamara2013-10-185-22/+22
* Resolves: rhbz#1020712 return all the selected scriptsCaolán McNamara2013-10-181-16/+19
* Related: rhbz#1020712 more i18n::ScriptType being compared against SCRIPTTYPECaolán McNamara2013-10-181-2/+2
* Related: rhbz#1020712 wrong default font shown in editengineCaolán McNamara2013-10-181-1/+1
* new WrongList only if there wasn't one or it wasn't emptyEike Rathke2013-10-181-2/+3
* this method is not supposed to throw, fdo#66241Markus Mohrhard2013-10-171-161/+161
* Bin some of Malte Timmermann's personal old debugging codeTor Lillqvist2013-10-121-16/+0
* Resolves: fdo#69467 nTxtLeft not compared in operator==Caolán McNamara2013-10-111-7/+10
* CID#1103765 missing initializationCaolán McNamara2013-10-111-1/+1
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-082-50/+11
* ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2013-10-082-9/+13
* Avoid exposing aText; encapsulate it.Kohei Yoshida2013-10-083-10/+20
* Re-implement interning in order to return both string arrays.Kohei Yoshida2013-10-081-1/+1
* fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2013-10-072-16/+4
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-042-17/+17