Kaydet (Commit) dd9e06f2 authored tarafından Eike Rathke's avatar Eike Rathke

add description and @since LibreOffice 5.2

Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0
üst 6dc83afa
...@@ -16,8 +16,14 @@ ...@@ -16,8 +16,14 @@
module com { module sun { module star { module util { module com { module sun { module star { module util {
/** This augments com::sun::star::util::SearchOptions to be able to
specify additional search algorithms for use with
com::sun::star::util::XTextSearch2
@since LibreOffice 5.2
*/
published struct SearchOptions2 : com::sun::star::util::SearchOptions { published struct SearchOptions2 : com::sun::star::util::SearchOptions {
/** Search type, one of com::sun::star::util::SearchAlgorithms2 /** Search type, one of com::sun::star::util::SearchAlgorithms2
constants. This is preferred over the content of the constants. This is preferred over the content of the
SearchAlgorithms SearchOptions::algorithmType enum field. SearchAlgorithms SearchOptions::algorithmType enum field.
......
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