summaryrefslogtreecommitdiff
path: root/en/Lightproof.py
AgeCommit message (Collapse)Author
2015-05-22Lightproof: do not return invalid nBehindEndOfSentencePositionMichael Stahl
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>
2014-08-22Lightproof: restore paragraph based proofreadingOlivier R
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
2013-04-29Fix passiv'ization of Lightproof.py UNO componentsStephan Bergmann
...and some light clean up. Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320
2013-02-08fdo#60139: Rename bundled extensions's Lightproof service implementation namesStephan Bergmann
... 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.
2012-10-16move dictionaries structure one directory upNorbert Thiebaud
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710