summaryrefslogtreecommitdiffstats
path: root/en/Lightproof.py
Commit message (Collapse)AuthorAgeFilesLines
* Lightproof: do not return invalid nBehindEndOfSentencePositionMichael Stahl2015-05-221-1/+1
| | | | | | | | | | | | | | | | | | | For a paragraph with a space at the end, this assertion is triggered: linguistic/source/gciterator.cxx:162: lcl_SkipWhiteSpaces: illegal arguments Cause is the loop in doProofReading that gets the last character of the paragraph and increments nStartOfNextSentencePosition even if it's already at end of the text. (regression from 080424980483bcc29a3556cf1a681c45cd5c50fc) Change-Id: I58bd10d168f75f9d365cb33c0ade770750ff57ef Reviewed-on: https://gerrit.libreoffice.org/15834 Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Lightproof: restore paragraph based proofreadingOlivier R2014-08-221-0/+5
| | | | | | | | | | | Instead of the sentences suggested by the incomplete sentence boundary detection of LibreOffice (enabled in version 4), Lightproof works on full paragraph text again, allowing more precise analysis of the text. See http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API-for-LO-4-td4030639.html Change-Id: Ifc967e5b3f27da5b0edeebdb73b8f0b97c938280
* Fix passiv'ization of Lightproof.py UNO componentsStephan Bergmann2013-04-291-2/+2
| | | | | | ...and some light clean up. Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320
* fdo#60139: Rename bundled extensions's Lightproof service implementation namesStephan Bergmann2013-02-081-3/+3
| | | | | | | ... from org.openoffice.comp.pyuno.Lightproof... to org.libreoffice.comp.pyuno.Lightproof... (and increment the corresponding extensions' version numbers) to avoid clashes with any freestanding Lightproof extension.
* move dictionaries structure one directory upNorbert Thiebaud2012-10-161-0/+155
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710