LibreOffice
LibreOffice 7.1 SDK C/C++ API Reference
supportsservice.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 */
9
10#ifndef INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
11#define INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
12
13#include "sal/config.h"
14
16
17namespace com { namespace sun { namespace star { namespace lang {
18 class XServiceInfo;
19} } } }
20namespace rtl { class OUString; }
21
22namespace cppu {
23
42 css::lang::XServiceInfo * implementation,
43 rtl::OUString const & name);
44
45}
46
47#endif
48
49/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Definition: Enterable.hxx:27
bool CPPUHELPER_DLLPUBLIC supportsService(css::lang::XServiceInfo *implementation, rtl::OUString const &name)
A helper for implementations of com.sun.star.lang.XServiceInfo.
Definition: unotype.hxx:35
Definition: unotype.hxx:43
This String class provides base functionality for C++ like Unicode character array handling.
Definition: ustring.hxx:161