Issue 121730 - new interface XRangeBasedSmartTagRecognizer
Summary: new interface XRangeBasedSmartTagRecognizer
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 121391
  Show dependency tree
 
Reported: 2013-02-07 15:46 UTC by labusch
Modified: 2017-05-20 09:32 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch file (10.74 KB, patch)
2013-02-07 15:46 UTC, labusch
no flags Details | Diff
patch file (7.11 KB, patch)
2013-03-20 08:52 UTC, labusch
no flags Details | Diff
patch file (10.74 KB, patch)
2013-03-20 09:22 UTC, labusch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description labusch 2013-02-07 15:46:17 UTC
Created attachment 80223 [details]
patch file

Introduce a new interface "XRangeBasedSmartTagRecognizer" that can be optionally implemented in a smarttag extension. 
The smarttag manager inside AOO checks if a smarttag recognizer implements this additional interface. 
If the additional interface has been implemented, the smarttag manager would call "recognizeTextRange" which provides 
a globally identifiable text-range to the recognizer. 

I send a more detailed explanation of this patch proposal to dev@openoffice.apache.org.
Comment 1 Rob Weir 2013-03-11 15:03:37 UTC
I'm adding this comment to all open issues with Issue Type == PATCH.  We have 220 such issues, many of them quite old.  I apologize for that.  

We need your help in prioritizing which patches should be integrated into our next release, Apache OpenOffice 4.0.

If you have submitted a patch and think it is applicable for AOO 4.0, please respond with a comment to let us know.

On the other hand, if the patch is no longer relevant, please let us know that as well.

If you have any general questions or want to discuss this further, please send a note to our dev mailing list:  dev@openoffice.apache.org

Thanks!

-Rob
Comment 2 labusch 2013-03-20 08:52:36 UTC
Created attachment 80437 [details]
patch file
Comment 3 labusch 2013-03-20 08:53:15 UTC
I consider this patch request as relevant for the AOO 4.0 release.
Currently, we have a discussion about this patch request at dev@openoffice.apache.org. 
The title of the thread is "[Call-for-Review] code changes for more powerful smarttag extensions".

Jürgen tried to apply the separate patches to the AOO trunk sources and reported that some of the patch-files were broken. 
Therefore, I have regenerated the patch files and submitted them again.
Comment 4 labusch 2013-03-20 09:22:27 UTC
Created attachment 80442 [details]
patch file
Comment 5 SVN Robot 2013-03-20 15:18:15 UTC
"jsc" committed SVN revision 1458875 into trunk:
#121730# add new optional interface XRangeBasedSmartTagRecognizer for SmartTags
Comment 6 jsc 2013-03-21 15:40:44 UTC
patch reviewed and applied on trunk