1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
13 module com
{ module sun
{ module star
{ module util
{
15 /** enables an object to search in its content.
17 Derived from com::sun::star::util::XTextSearch this interface adds
18 simple wildcard search capabilities using
19 com::sun::star::util::SearchOptions2 options.
21 @since LibreOffice 5.2
23 interface XTextSearch2
: com
::sun
::star
::util
::XTextSearch
25 /** set the options for the forward or backward search.
27 void setOptions2
([in] SearchOptions2 options
);
32 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */