LibreOffice
LibreOffice 6.4 SDK C/C++ API Reference
cppuhelper
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
15
#include "
cppuhelper/cppuhelperdllapi.h
"
16
17
namespace
com
{
namespace
sun {
namespace
star {
namespace
lang {
18
class
XServiceInfo;
19
} } } }
20
namespace
rtl
{
class
OUString; }
21
22
namespace
cppu
{
23
41
bool
CPPUHELPER_DLLPUBLIC
supportsService
(
42
css::lang::XServiceInfo * implementation,
43
rtl::OUString
const
& name);
44
45
}
46
47
#endif
48
49
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
rtl::OUString
This String class provides base functionality for C++ like Unicode character array handling.
Definition:
ustring.hxx:127
cppu
Definition:
Enterable.hxx:27
config.h
cppu::supportsService
bool CPPUHELPER_DLLPUBLIC supportsService(css::lang::XServiceInfo *implementation, rtl::OUString const &name)
A helper for implementations of com.sun.star.lang.XServiceInfo.
cppuhelperdllapi.h
rtl
Definition:
bootstrap.hxx:30
com
Definition:
types.h:377
CPPUHELPER_DLLPUBLIC
#define CPPUHELPER_DLLPUBLIC
Definition:
cppuhelperdllapi.h:28
Generated by
1.8.20