LibreOffice Module editeng (master) 1
bulletitem.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#ifndef INCLUDED_EDITENG_BULLETITEM_HXX
20#define INCLUDED_EDITENG_BULLETITEM_HXX
21
22#include <memory>
24#include <svl/poolitem.hxx>
25#include <vcl/GraphicObject.hxx>
26#include <vcl/font.hxx>
27
28
33{
34 ABC_BIG = 0,
35 ABC_SMALL = 1,
36 ROMAN_BIG = 2,
37 ROMAN_SMALL = 3,
38 N123 = 4,
39 NONE = 5,
40 BULLET = 6,
41 BMP = 128
42};
43
44// class SvxBulletItem ---------------------------------------------------
45
47{
49 std::unique_ptr<GraphicObject>
51 OUString aPrevText;
52 OUString aFollowText;
53 sal_uInt16 nStart;
56 sal_uInt16 nScale;
58
59public:
60 explicit SvxBulletItem( sal_uInt16 nWhich );
62 virtual ~SvxBulletItem() override;
63
64 virtual SvxBulletItem* Clone( SfxItemPool *pPool = nullptr ) const override;
65
66 OUString GetFullText() const;
67
68 tools::Long GetWidth() const { return nWidth; }
69 const vcl::Font& GetFont() const { return aFont; }
70
71 const GraphicObject& GetGraphicObject() const;
72 void SetGraphicObject( const GraphicObject& rGraphicObject );
73
74 void SetSymbol( sal_Unicode c) { cSymbol = c; }
75
76 void SetStart( sal_uInt16 nNew ) { nStart = nNew; }
77 void SetWidth( tools::Long nNew ) { nWidth = nNew; }
78 void SetStyle( SvxBulletStyle nNew ) { nStyle = nNew; }
79 void SetFont( const vcl::Font& rNew) { aFont = rNew; }
80 void SetScale( sal_uInt16 nNew ) { nScale = nNew; }
81
82 virtual bool operator==( const SfxPoolItem& ) const override;
83 virtual bool GetPresentation( SfxItemPresentation ePres,
84 MapUnit eCoreMetric,
85 MapUnit ePresMetric,
86 OUString &rText, const IntlWrapper& ) const override;
87
88 void CopyValidProperties( const SvxBulletItem& rCopyFrom );
89};
90
91
92#endif
93
94/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SvxBulletStyle
these must match the values in css::style::NumberingType
Definition: bulletitem.hxx:33
virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
virtual bool operator==(const SfxPoolItem &) const=0
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
vcl::Font aFont
Definition: bulletitem.hxx:48
const vcl::Font & GetFont() const
Definition: bulletitem.hxx:69
void SetWidth(tools::Long nNew)
Definition: bulletitem.hxx:77
void SetStart(sal_uInt16 nNew)
Definition: bulletitem.hxx:76
void SetStyle(SvxBulletStyle nNew)
Definition: bulletitem.hxx:78
void SetFont(const vcl::Font &rNew)
Definition: bulletitem.hxx:79
std::unique_ptr< GraphicObject > pGraphicObject
Definition: bulletitem.hxx:50
sal_Unicode cSymbol
Definition: bulletitem.hxx:57
sal_uInt16 nScale
Definition: bulletitem.hxx:56
tools::Long nWidth
Definition: bulletitem.hxx:55
tools::Long GetWidth() const
Definition: bulletitem.hxx:68
void SetScale(sal_uInt16 nNew)
Definition: bulletitem.hxx:80
OUString aPrevText
Definition: bulletitem.hxx:51
sal_uInt16 nStart
Definition: bulletitem.hxx:53
SvxBulletStyle nStyle
Definition: bulletitem.hxx:54
OUString aFollowText
Definition: bulletitem.hxx:52
void SetSymbol(sal_Unicode c)
Definition: bulletitem.hxx:74
#define EDITENG_DLLPUBLIC
Definition: editengdllapi.h:28
MapUnit
NONE
long Long
SfxItemPresentation
sal_uInt16 sal_Unicode