Kaydet (Commit) 39f14fc0 authored tarafından Andres Gomez's avatar Andres Gomez Kaydeden (comit) Stephan Bergmann

rtl: starts-/endsWith* new second parameter since 4.2

Updated the documentation for the new optional second parameter in the
O(U)String startsWith* and endsWith* methods so it is explicitly said
that it is only available since LibreOffice 4.2

Change-Id: I58758e4bae85eef07c578dd50d6e0279b49deaf5
Reviewed-on: https://gerrit.libreoffice.org/6649Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst d8dc136b
...@@ -682,7 +682,8 @@ public: ...@@ -682,7 +682,8 @@ public:
@param str the substring to be compared @param str the substring to be compared
@param rest if non-null, and this function returns true, then assign a @param rest if non-null, and this function returns true, then assign a
copy of the remainder of this string to *rest copy of the remainder of this string to *rest. Available since
LibreOffice 4.2
@return true if and only if the given str appears as a substring at the @return true if and only if the given str appears as a substring at the
start of this string start of this string
...@@ -720,7 +721,8 @@ public: ...@@ -720,7 +721,8 @@ public:
@param str the substring to be compared @param str the substring to be compared
@param rest if non-null, and this function returns true, then assign a @param rest if non-null, and this function returns true, then assign a
copy of the remainder of this string to *rest copy of the remainder of this string to *rest. Available since
LibreOffice 4.2
@return true if and only if the given str appears as a substring at the @return true if and only if the given str appears as a substring at the
end of this string end of this string
......
...@@ -923,7 +923,8 @@ public: ...@@ -923,7 +923,8 @@ public:
@param str the substring to be compared @param str the substring to be compared
@param rest if non-null, and this function returns true, then assign a @param rest if non-null, and this function returns true, then assign a
copy of the remainder of this string to *rest copy of the remainder of this string to *rest. Available since
LibreOffice 4.2
@return true if and only if the given str appears as a substring at the @return true if and only if the given str appears as a substring at the
start of this string start of this string
...@@ -968,7 +969,8 @@ public: ...@@ -968,7 +969,8 @@ public:
@param str the substring to be compared @param str the substring to be compared
@param rest if non-null, and this function returns true, then assign a @param rest if non-null, and this function returns true, then assign a
copy of the remainder of this string to *rest copy of the remainder of this string to *rest. Available since
LibreOffice 4.2
@return true if and only if the given str appears as a substring at the @return true if and only if the given str appears as a substring at the
start of this string, ignoring the case of ASCII letters ("A"--"Z" and start of this string, ignoring the case of ASCII letters ("A"--"Z" and
...@@ -1013,7 +1015,8 @@ public: ...@@ -1013,7 +1015,8 @@ public:
@param str the substring to be compared @param str the substring to be compared
@param rest if non-null, and this function returns true, then assign a @param rest if non-null, and this function returns true, then assign a
copy of the remainder of this string to *rest copy of the remainder of this string to *rest. Available since
LibreOffice 4.2
@return true if and only if the given str appears as a substring at the @return true if and only if the given str appears as a substring at the
end of this string end of this string
...@@ -1083,7 +1086,8 @@ public: ...@@ -1083,7 +1086,8 @@ public:
@param str the substring to be compared @param str the substring to be compared
@param rest if non-null, and this function returns true, then assign a @param rest if non-null, and this function returns true, then assign a
copy of the remainder of this string to *rest copy of the remainder of this string to *rest. Available since
LibreOffice 4.2
@return true if and only if the given str appears as a substring at the @return true if and only if the given str appears as a substring at the
end of this string, ignoring the case of ASCII letters ("A"--"Z" and end of this string, ignoring the case of ASCII letters ("A"--"Z" and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment