diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-23 14:27:05 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-23 14:28:49 +0100 |
commit | dd9e06f2ce44b383fca1d3efa587c55fad982c29 (patch) | |
tree | 15e7ef05df1ac2a47cdd2e5d8615458251ec28d4 /offapi | |
parent | 6dc83afa4feae34329a951a6d6db5cbfb1d4b4ca (diff) |
add description and @since LibreOffice 5.2
Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/util/SearchOptions2.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/util/SearchOptions2.idl b/offapi/com/sun/star/util/SearchOptions2.idl index 72097365ccf3..a7f16e59b109 100644 --- a/offapi/com/sun/star/util/SearchOptions2.idl +++ b/offapi/com/sun/star/util/SearchOptions2.idl @@ -16,8 +16,14 @@ 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 { + /** Search type, one of com::sun::star::util::SearchAlgorithms2 constants. This is preferred over the content of the SearchAlgorithms SearchOptions::algorithmType enum field. |