LibreOffice Module editeng (master) 1
charrotateitem.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_CHARROTATEITEM_HXX
20#define INCLUDED_EDITENG_CHARROTATEITEM_HXX
21
22#include <svl/intitem.hxx>
23#include <tools/degree.hxx>
25
26 // class SvxTextRotateItem ----------------------------------------------
27
28 /* [Description]
29
30 This item defines a text rotation value. Currently
31 text can only be rotated 90,0 and 270,0 degrees.
32
33 */
34
36{
37public:
39
40 virtual SvxTextRotateItem* Clone(SfxItemPool *pPool = nullptr) const override;
41
42 virtual bool GetPresentation(SfxItemPresentation ePres,
43 MapUnit eCoreMetric,
44 MapUnit ePresMetric,
45 OUString &rText,
46 const IntlWrapper&) const override;
47
48 virtual bool QueryValue(css::uno::Any& rVal, sal_uInt8 nMemberId = 0) const override;
49 virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8 nMemberId) override;
50
53
54 // our currently only degree values
55 void SetTopToBottom() { SetValue(2700_deg10); }
56 void SetBottomToTop() { SetValue(900_deg10); }
57 bool IsTopToBottom() const { return 2700_deg10 == GetValue(); }
58 bool IsBottomToTop() const { return 900_deg10 == GetValue(); }
59 bool IsVertical() const { return IsTopToBottom() || IsBottomToTop(); }
60
61 void dumpAsXml(xmlTextWriterPtr pWriter) const override;
62};
63
64
65// class SvxCharRotateItem ----------------------------------------------
66
67/* [Description]
68
69 This item defines a character rotation value (0,1 degree). Currently
70 character can only be rotated 90,0 and 270,0 degrees.
71 The flag FitToLine defines only a UI-Information -
72 if true it must also create a SvxCharScaleItem.
73
74*/
75
77{
79public:
80 static SfxPoolItem* CreateDefault();
81
82 SvxCharRotateItem( Degree10 nValue /*= 0*/,
83 bool bFitIntoLine /*= false*/,
85
86 virtual SvxCharRotateItem* Clone( SfxItemPool *pPool = nullptr ) const override;
87
88 virtual bool GetPresentation( SfxItemPresentation ePres,
89 MapUnit eCoreMetric,
90 MapUnit ePresMetric,
91 OUString &rText,
92 const IntlWrapper& ) const override;
93
94 virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
95 virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
96
97 virtual bool operator==( const SfxPoolItem& ) const override;
98
99 bool IsFitToLine() const { return bFitToLine; }
100 void SetFitToLine( bool b ) { bFitToLine = b; }
101
102 void dumpAsXml(xmlTextWriterPtr pWriter) const override;
103};
104
105#endif
106
107/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sal_uInt16 GetValue() const
virtual bool GetPresentation(SfxItemPresentation, MapUnit, MapUnit, OUString &rText, const IntlWrapper &) const override
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
virtual bool operator==(const SfxPoolItem &rItem) const override
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
void SetValue(sal_uInt16 nTheValue)
virtual SfxUInt16Item * Clone(SfxItemPool *=nullptr) const override
static SfxPoolItem * CreateDefault()
void dumpAsXml(xmlTextWriterPtr pWriter) const override
bool IsFitToLine() const
void SetFitToLine(bool b)
bool IsVertical() const
Degree10 GetValue() const
bool IsBottomToTop() const
void SetValue(Degree10 val)
bool IsTopToBottom() const
#define EDITENG_DLLPUBLIC
Definition: editengdllapi.h:28
struct _xmlTextWriter * xmlTextWriterPtr
sal_Int16 nValue
MapUnit
sal_Int16 nId
SfxItemPresentation
UNDERLYING_TYPE get() const
unsigned char sal_uInt8