https://issues.apache.org/bugzilla/show_bug.cgi?id=45252
Summary: Improvement for Range.replaceText()
Product: POI
Version: 3.0-dev
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: HWPF
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Depends on: 45001
Created an attachment (id=22157)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22157)
Patch to Range.replaceText() to allow replace-all and updated unit test
The SVN version for Range.replaceText() does not permit the caller to replace
all instances of a piece of text. It also forces the caller to rebuild the
Range after each call.
The supplied patch is an improved version of replaceText() that permits the
caller to continue working with the Range, an overloaded version that replaces
all instances, and an update to the relevant unit test.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]