[PATCH] add indexOf family of function to OUStringBuffer

Norbert Thiebaud (via Code Review) gerrit at gerrit.libreoffice.org
Thu Nov 8 06:06:22 PST 2012


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1006

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/1006/1

add indexOf family of function to OUStringBuffer

it is fairly common when converting String to OUString
to find code that search for thing and replace/delete
these things... the later need OUStringBuffer, the former
OUString.
This add the search feature provided by the indexOf family
of function found in OUString, into OUStringBuffer

Change-Id: I2de818e6317a94ed520f338ebc9ed08d5f17765c
---
M sal/inc/rtl/ustrbuf.hxx
1 file changed, 224 insertions(+), 0 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/1006
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2de818e6317a94ed520f338ebc9ed08d5f17765c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud <nthiebaud at gmail.com>



More information about the LibreOffice mailing list