LibreOffice Module svx (master)
1
include
svx
itextprovider.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_SVX_ITEXTPROVIDER_HXX
11
#define INCLUDED_SVX_ITEXTPROVIDER_HXX
12
13
#include <
sal/types.h
>
14
15
#include <
svx/svxdllapi.h
>
16
17
class
SdrText
;
18
19
namespace
svx
20
{
21
25
class
SVXCORE_DLLPUBLIC
ITextProvider
26
{
27
public
:
29
virtual
sal_Int32
getTextCount
()
const
= 0;
30
32
virtual
SdrText
*
getText
(sal_Int32 nIndex)
const
= 0;
33
34
protected
:
35
~ITextProvider
() {}
36
};
37
38
}
39
40
#endif
41
42
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SdrText
Definition:
svdtext.hxx:43
svx::ITextProvider
This interface provides access to text object(s) in an SdrObject.
Definition:
itextprovider.hxx:26
svx::ITextProvider::~ITextProvider
~ITextProvider()
Definition:
itextprovider.hxx:35
svx::ITextProvider::getTextCount
virtual sal_Int32 getTextCount() const =0
Return the number of texts available for this object.
svx::ITextProvider::getText
virtual SdrText * getText(sal_Int32 nIndex) const =0
Return the nth available text.
svx
svxdllapi.h
SVXCORE_DLLPUBLIC
#define SVXCORE_DLLPUBLIC
Definition:
svxdllapi.h:35
types.h
Generated on Sun Jul 30 2023 04:27:34 for LibreOffice Module svx (master) by
1.9.3