LibreOffice Module sw (master)
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
sw
source
core
inc
SwPortionHandler.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
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWPORTIONHANDLER_HXX
21
#define INCLUDED_SW_SOURCE_CORE_INC_SWPORTIONHANDLER_HXX
22
23
#include <
swdllapi.h
>
24
#include <rtl/ustring.hxx>
25
#include "
TextFrameIndex.hxx
"
26
27
class
SwFont
;
28
enum class
PortionType
;
29
45
class
SW_DLLPUBLIC
SwPortionHandler
46
{
47
public
:
48
49
SwPortionHandler
() {}
50
51
virtual
~SwPortionHandler
() {}
52
59
virtual
void
Text
(
60
TextFrameIndex
nLength,
61
PortionType
nType,
62
sal_Int32 nHeight = 0,
63
sal_Int32 nWidth = 0
64
) = 0;
65
71
virtual
void
Special
(
72
TextFrameIndex
nLength,
73
const
OUString& rText,
74
PortionType
nType,
75
sal_Int32 nHeight = 0,
76
sal_Int32 nWidth = 0,
77
const
SwFont
* pFont =
nullptr
78
) = 0;
79
83
virtual
void
LineBreak(sal_Int32 nWidth) = 0;
84
93
virtual
void
Skip(
94
TextFrameIndex
nLength
95
) = 0;
96
100
virtual
void
Finish
() = 0;
101
};
102
103
#endif
104
105
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
TextFrameIndex.hxx
SwPortionHandler
The SwPortionHandler interface implements a visitor for the layout engine's text portions.
Definition:
SwPortionHandler.hxx:45
o3tl::strong_int< sal_Int32, struct Tag_TextFrameIndex >
XclSupbookType::Special
statusIndicatorCallbackType::Finish
SwPortionHandler::SwPortionHandler
SwPortionHandler()
Definition:
SwPortionHandler.hxx:49
PortionType
PortionType
Definition:
txttypes.hxx:23
SW_DLLPUBLIC
#define SW_DLLPUBLIC
Definition:
swdllapi.h:28
SwFont
Definition:
swfont.hxx:130
SwPortionHandler::~SwPortionHandler
virtual ~SwPortionHandler()
(empty) constructor
Definition:
SwPortionHandler.hxx:51
PresObjKind::Text
swdllapi.h
Generated on Thu Jan 14 2021 06:12:04 for LibreOffice Module sw (master) by
1.8.10