2013/2/13 julien2412 <serval2412@yahoo.fr>
About STRING_NOTFOUND, you can take a look to "getToken" function in
tools/source/string/tustring.cxx since this function is called line 388:
385 while ( nIndex != STRING_NOTFOUND )
386 {
387 xub_StrLen nPrevIndex = nIndex;
388 XubString aToken = aText.GetToken( 0, mcMultiSep,
nIndex );
Pass by ref! Coming from Java, I did not think about it.
It makes sense now.
Thank you!
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.