2013/2/13 julien2412 <serval2...@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!
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to