summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* fix OUString simplifyNoel Grandin2013-12-121-1/+1
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-3/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-126-45/+45
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-116-45/+45
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-116-45/+45
* fdo#70278: editeng: fix Time fields in ImpressMichael Stahl2013-12-101-1/+1
* editeng: fix more 32-bit Time breakageMichael Stahl2013-12-102-7/+7
* Resolves: #i123620# IAccessibleHypertext::hyperlinkIndex returns 0...Steve Yin2013-12-101-1/+1
* Drop duplicate #includeTakeshi Abe2013-12-101-1/+0
* IAccessible2: revert some bounds-checking changes againStephan Bergmann2013-11-271-8/+1
* WaE: unreachable codeTor Lillqvist2013-11-261-0/+2
* rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new styleCaolán McNamara2013-11-261-69/+28
* Integrate branch of IAccessible2Steve Yin2013-11-2617-76/+1256
* replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin2013-11-221-3/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-9/+5
* editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl2013-11-202-4/+6
* 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