lok: Hide file linking in section
[LibreOffice.git] / sw / inc / charatr.hxx
blob7161f45571edb34881a132f28302308893e57233
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #ifndef INCLUDED_SW_INC_CHARATR_HXX
20 #define INCLUDED_SW_INC_CHARATR_HXX
22 #include "format.hxx"
23 #include "hintids.hxx"
24 #include <editeng/postitem.hxx>
25 #include <editeng/wghtitem.hxx>
26 #include <editeng/shdditem.hxx>
27 #include <editeng/autokernitem.hxx>
28 #include <editeng/wrlmitem.hxx>
29 #include <editeng/contouritem.hxx>
30 #include <editeng/kernitem.hxx>
31 #include <editeng/udlnitem.hxx>
32 #include <editeng/crossedoutitem.hxx>
33 #include <editeng/fhgtitem.hxx>
34 #include <editeng/fontitem.hxx>
35 #include <editeng/escapementitem.hxx>
36 #include <editeng/cmapitem.hxx>
37 #include <editeng/nhypitem.hxx>
38 #include <editeng/blinkitem.hxx>
39 #include <editeng/emphasismarkitem.hxx>
40 #include <editeng/twolinesitem.hxx>
41 #include <editeng/charscaleitem.hxx>
42 #include <editeng/charrotateitem.hxx>
43 #include <editeng/charreliefitem.hxx>
44 #include <editeng/charhiddenitem.hxx>
45 #include <editeng/langitem.hxx>
46 #include <editeng/colritem.hxx>
48 // implementation of the character attribute methods of SwAttrSet
50 inline const SvxPostureItem &SwAttrSet::GetPosture(bool bInP) const
51 { return Get( RES_CHRATR_POSTURE,bInP); }
52 inline const SvxPostureItem &SwAttrSet::GetCJKPosture(bool bInP) const
53 { return Get( RES_CHRATR_CJK_POSTURE,bInP); }
54 inline const SvxPostureItem &SwAttrSet::GetCTLPosture(bool bInP) const
55 { return Get( RES_CHRATR_CTL_POSTURE,bInP); }
56 inline const SvxWeightItem &SwAttrSet::GetWeight(bool bInP) const
57 { return Get( RES_CHRATR_WEIGHT,bInP); }
58 inline const SvxWeightItem &SwAttrSet::GetCJKWeight(bool bInP) const
59 { return Get( RES_CHRATR_CJK_WEIGHT,bInP); }
60 inline const SvxWeightItem &SwAttrSet::GetCTLWeight(bool bInP) const
61 { return Get( RES_CHRATR_CTL_WEIGHT,bInP); }
62 inline const SvxShadowedItem &SwAttrSet::GetShadowed(bool bInP) const
63 { return Get( RES_CHRATR_SHADOWED,bInP); }
64 inline const SvxAutoKernItem &SwAttrSet::GetAutoKern(bool bInP) const
65 { return Get( RES_CHRATR_AUTOKERN,bInP); }
66 inline const SvxWordLineModeItem &SwAttrSet::GetWordLineMode(bool bInP) const
67 { return Get( RES_CHRATR_WORDLINEMODE,bInP); }
68 inline const SvxContourItem &SwAttrSet::GetContour(bool bInP) const
69 { return Get( RES_CHRATR_CONTOUR,bInP); }
70 inline const SvxKerningItem &SwAttrSet::GetKerning(bool bInP) const
71 { return Get( RES_CHRATR_KERNING,bInP); }
72 inline const SvxUnderlineItem &SwAttrSet::GetUnderline(bool bInP) const
73 { return Get( RES_CHRATR_UNDERLINE,bInP); }
74 inline const SvxOverlineItem &SwAttrSet::GetOverline(bool bInP) const
75 { return Get( RES_CHRATR_OVERLINE,bInP); }
76 inline const SvxCrossedOutItem &SwAttrSet::GetCrossedOut(bool bInP) const
77 { return Get( RES_CHRATR_CROSSEDOUT,bInP); }
78 inline const SvxFontHeightItem &SwAttrSet::GetSize(bool bInP) const
79 { return Get( RES_CHRATR_FONTSIZE,bInP); }
80 inline const SvxFontHeightItem &SwAttrSet::GetCJKSize(bool bInP) const
81 { return Get( RES_CHRATR_CJK_FONTSIZE,bInP); }
82 inline const SvxFontHeightItem &SwAttrSet::GetCTLSize(bool bInP) const
83 { return Get( RES_CHRATR_CTL_FONTSIZE,bInP); }
84 inline const SvxFontItem &SwAttrSet::GetFont(bool bInP) const
85 { return Get( RES_CHRATR_FONT,bInP); }
86 inline const SvxFontItem &SwAttrSet::GetCJKFont(bool bInP) const
87 { return Get( RES_CHRATR_CJK_FONT,bInP); }
88 inline const SvxFontItem &SwAttrSet::GetCTLFont(bool bInP) const
89 { return Get( RES_CHRATR_CTL_FONT,bInP); }
90 inline const SvxColorItem &SwAttrSet::GetColor(bool bInP) const
91 { return Get( RES_CHRATR_COLOR,bInP); }
92 inline const SvxLanguageItem &SwAttrSet::GetLanguage(bool bInP) const
93 { return Get( RES_CHRATR_LANGUAGE,bInP); }
94 inline const SvxLanguageItem &SwAttrSet::GetCJKLanguage(bool bInP) const
95 { return Get( RES_CHRATR_CJK_LANGUAGE,bInP); }
96 inline const SvxLanguageItem &SwAttrSet::GetCTLLanguage(bool bInP) const
97 { return Get( RES_CHRATR_CTL_LANGUAGE,bInP); }
98 inline const SvxEscapementItem &SwAttrSet::GetEscapement(bool bInP) const
99 { return Get( RES_CHRATR_ESCAPEMENT,bInP); }
100 inline const SvxCaseMapItem &SwAttrSet::GetCaseMap(bool bInP) const
101 { return Get( RES_CHRATR_CASEMAP,bInP); }
102 inline const SvxNoHyphenItem &SwAttrSet::GetNoHyphenHere(bool bInP) const
103 { return Get( RES_CHRATR_NOHYPHEN,bInP); }
104 inline const SvxBlinkItem &SwAttrSet::GetBlink(bool bInP) const
105 { return Get( RES_CHRATR_BLINK,bInP); }
106 inline const SvxEmphasisMarkItem &SwAttrSet::GetEmphasisMark( bool bInP ) const
107 { return Get( RES_CHRATR_EMPHASIS_MARK, bInP ); }
108 inline const SvxTwoLinesItem &SwAttrSet::Get2Lines( bool bInP ) const
109 { return Get( RES_CHRATR_TWO_LINES, bInP ); }
110 inline const SvxCharScaleWidthItem &SwAttrSet::GetCharScaleW( bool bInP ) const
111 { return Get( RES_CHRATR_SCALEW, bInP ); }
112 inline const SvxCharRotateItem &SwAttrSet::GetCharRotate( bool bInP ) const
113 { return Get( RES_CHRATR_ROTATE, bInP ); }
114 inline const SvxCharReliefItem &SwAttrSet::GetCharRelief( bool bInP ) const
115 { return Get( RES_CHRATR_RELIEF, bInP ); }
116 inline const SvxCharHiddenItem &SwAttrSet::GetCharHidden( bool bInP ) const
117 { return Get( RES_CHRATR_HIDDEN, bInP ); }
119 // implementation of the character attribute methods of SwFormat
121 inline const SvxUnderlineItem &SwFormat::GetUnderline(bool bInP) const
122 { return m_aSet.GetUnderline(bInP); }
123 inline const SvxFontHeightItem &SwFormat::GetSize(bool bInP) const
124 { return m_aSet.GetSize(bInP); }
125 inline const SvxFontItem &SwFormat::GetFont(bool bInP) const
126 { return m_aSet.GetFont(bInP); }
127 inline const SvxFontItem &SwFormat::GetCJKFont(bool bInP) const
128 { return m_aSet.GetCJKFont(bInP); }
129 inline const SvxFontItem &SwFormat::GetCTLFont(bool bInP) const
130 { return m_aSet.GetCTLFont(bInP); }
131 inline const SvxColorItem &SwFormat::GetColor(bool bInP) const
132 { return m_aSet.GetColor(bInP); }
134 #endif
136 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */