Line data Source code
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_SW_INC_CHARATR_HXX
20 : #define INCLUDED_SW_INC_CHARATR_HXX
21 :
22 : #include <format.hxx>
23 : #include <hintids.hxx>
24 :
25 : // implementation of the character attribute methods of SwAttrSet
26 :
27 103178 : inline const SvxPostureItem &SwAttrSet::GetPosture(bool bInP) const
28 103178 : { return (const SvxPostureItem&)Get( RES_CHRATR_POSTURE,bInP); }
29 103178 : inline const SvxPostureItem &SwAttrSet::GetCJKPosture(bool bInP) const
30 103178 : { return (const SvxPostureItem&)Get( RES_CHRATR_CJK_POSTURE,bInP); }
31 103178 : inline const SvxPostureItem &SwAttrSet::GetCTLPosture(bool bInP) const
32 103178 : { return (const SvxPostureItem&)Get( RES_CHRATR_CTL_POSTURE,bInP); }
33 103178 : inline const SvxWeightItem &SwAttrSet::GetWeight(bool bInP) const
34 103178 : { return (const SvxWeightItem&)Get( RES_CHRATR_WEIGHT,bInP); }
35 103178 : inline const SvxWeightItem &SwAttrSet::GetCJKWeight(bool bInP) const
36 103178 : { return (const SvxWeightItem&)Get( RES_CHRATR_CJK_WEIGHT,bInP); }
37 103178 : inline const SvxWeightItem &SwAttrSet::GetCTLWeight(bool bInP) const
38 103178 : { return (const SvxWeightItem&)Get( RES_CHRATR_CTL_WEIGHT,bInP); }
39 103178 : inline const SvxShadowedItem &SwAttrSet::GetShadowed(bool bInP) const
40 103178 : { return (const SvxShadowedItem&)Get( RES_CHRATR_SHADOWED,bInP); }
41 103178 : inline const SvxAutoKernItem &SwAttrSet::GetAutoKern(bool bInP) const
42 103178 : { return (const SvxAutoKernItem&)Get( RES_CHRATR_AUTOKERN,bInP); }
43 103178 : inline const SvxWordLineModeItem &SwAttrSet::GetWordLineMode(bool bInP) const
44 103178 : { return (const SvxWordLineModeItem&)Get( RES_CHRATR_WORDLINEMODE,bInP); }
45 103178 : inline const SvxContourItem &SwAttrSet::GetContour(bool bInP) const
46 103178 : { return (const SvxContourItem&)Get( RES_CHRATR_CONTOUR,bInP); }
47 103178 : inline const SvxKerningItem &SwAttrSet::GetKerning(bool bInP) const
48 103178 : { return (const SvxKerningItem&)Get( RES_CHRATR_KERNING,bInP); }
49 205706 : inline const SvxUnderlineItem &SwAttrSet::GetUnderline(bool bInP) const
50 205706 : { return (const SvxUnderlineItem&)Get( RES_CHRATR_UNDERLINE,bInP); }
51 206356 : inline const SvxOverlineItem &SwAttrSet::GetOverline(bool bInP) const
52 206356 : { return (const SvxOverlineItem&)Get( RES_CHRATR_OVERLINE,bInP); }
53 103178 : inline const SvxCrossedOutItem &SwAttrSet::GetCrossedOut(bool bInP) const
54 103178 : { return (const SvxCrossedOutItem&)Get( RES_CHRATR_CROSSEDOUT,bInP); }
55 103178 : inline const SvxFontHeightItem &SwAttrSet::GetSize(bool bInP) const
56 103178 : { return (const SvxFontHeightItem&)Get( RES_CHRATR_FONTSIZE,bInP); }
57 103178 : inline const SvxFontHeightItem &SwAttrSet::GetCJKSize(bool bInP) const
58 103178 : { return (const SvxFontHeightItem&)Get( RES_CHRATR_CJK_FONTSIZE,bInP); }
59 103178 : inline const SvxFontHeightItem &SwAttrSet::GetCTLSize(bool bInP) const
60 103178 : { return (const SvxFontHeightItem&)Get( RES_CHRATR_CTL_FONTSIZE,bInP); }
61 : inline const SvxPropSizeItem &SwAttrSet::GetPropSize(bool bInP) const
62 : { return (const SvxPropSizeItem&)Get( RES_CHRATR_PROPORTIONALFONTSIZE,bInP); }
63 104502 : inline const SvxFontItem &SwAttrSet::GetFont(bool bInP) const
64 104502 : { return (const SvxFontItem&)Get( RES_CHRATR_FONT,bInP); }
65 103178 : inline const SvxFontItem &SwAttrSet::GetCJKFont(bool bInP) const
66 103178 : { return (const SvxFontItem&)Get( RES_CHRATR_CJK_FONT,bInP); }
67 103178 : inline const SvxFontItem &SwAttrSet::GetCTLFont(bool bInP) const
68 103178 : { return (const SvxFontItem&)Get( RES_CHRATR_CTL_FONT,bInP); }
69 103198 : inline const SvxColorItem &SwAttrSet::GetColor(bool bInP) const
70 103198 : { return (const SvxColorItem&)Get( RES_CHRATR_COLOR,bInP); }
71 : inline const SvxCharSetColorItem &SwAttrSet::GetCharSetColor(bool bInP) const
72 : { return (const SvxCharSetColorItem&)Get( RES_CHRATR_CHARSETCOLOR,bInP); }
73 103210 : inline const SvxLanguageItem &SwAttrSet::GetLanguage(bool bInP) const
74 103210 : { return (const SvxLanguageItem&)Get( RES_CHRATR_LANGUAGE,bInP); }
75 103178 : inline const SvxLanguageItem &SwAttrSet::GetCJKLanguage(bool bInP) const
76 103178 : { return (const SvxLanguageItem&)Get( RES_CHRATR_CJK_LANGUAGE,bInP); }
77 103178 : inline const SvxLanguageItem &SwAttrSet::GetCTLLanguage(bool bInP) const
78 103178 : { return (const SvxLanguageItem&)Get( RES_CHRATR_CTL_LANGUAGE,bInP); }
79 103178 : inline const SvxEscapementItem &SwAttrSet::GetEscapement(bool bInP) const
80 103178 : { return (const SvxEscapementItem&)Get( RES_CHRATR_ESCAPEMENT,bInP); }
81 103178 : inline const SvxCaseMapItem &SwAttrSet::GetCaseMap(bool bInP) const
82 103178 : { return (const SvxCaseMapItem&)Get( RES_CHRATR_CASEMAP,bInP); }
83 103178 : inline const SvxNoHyphenItem &SwAttrSet::GetNoHyphenHere(bool bInP) const
84 103178 : { return (const SvxNoHyphenItem&)Get( RES_CHRATR_NOHYPHEN,bInP); }
85 103178 : inline const SvxBlinkItem &SwAttrSet::GetBlink(bool bInP) const
86 103178 : { return (const SvxBlinkItem&)Get( RES_CHRATR_BLINK,bInP); }
87 : inline const SvxBrushItem &SwAttrSet::GetChrBackground( bool bInP ) const
88 : { return (const SvxBrushItem&)Get( RES_CHRATR_BACKGROUND, bInP ); }
89 : inline const SvxBrushItem &SwAttrSet::GetChrHighlight( bool bInP ) const
90 : { return (const SvxBrushItem&)Get( RES_CHRATR_HIGHLIGHT, bInP ); }
91 103178 : inline const SvxEmphasisMarkItem &SwAttrSet::GetEmphasisMark( bool bInP ) const
92 103178 : { return (const SvxEmphasisMarkItem&)Get( RES_CHRATR_EMPHASIS_MARK, bInP ); }
93 103178 : inline const SvxTwoLinesItem &SwAttrSet::Get2Lines( bool bInP ) const
94 103178 : { return (const SvxTwoLinesItem&)Get( RES_CHRATR_TWO_LINES, bInP ); }
95 103178 : inline const SvxCharScaleWidthItem &SwAttrSet::GetCharScaleW( bool bInP ) const
96 103178 : { return (const SvxCharScaleWidthItem&)Get( RES_CHRATR_SCALEW, bInP ); }
97 103452 : inline const SvxCharRotateItem &SwAttrSet::GetCharRotate( bool bInP ) const
98 103452 : { return (const SvxCharRotateItem&)Get( RES_CHRATR_ROTATE, bInP ); }
99 103178 : inline const SvxCharReliefItem &SwAttrSet::GetCharRelief( bool bInP ) const
100 103178 : { return (const SvxCharReliefItem&)Get( RES_CHRATR_RELIEF, bInP ); }
101 103178 : inline const SvxCharHiddenItem &SwAttrSet::GetCharHidden( bool bInP ) const
102 103178 : { return (const SvxCharHiddenItem&)Get( RES_CHRATR_HIDDEN, bInP ); }
103 : inline const SvxBoxItem &SwAttrSet::GetCharBorder( bool bInP ) const
104 : { return (const SvxBoxItem&)Get( RES_CHRATR_BOX, bInP ); }
105 : inline const SvxShadowItem &SwAttrSet::GetCharShadow( bool bInP ) const
106 : { return (const SvxShadowItem&)Get( RES_CHRATR_SHADOW, bInP ); }
107 :
108 : // implementation of the character attribute methods of SwFmt
109 :
110 : inline const SvxPostureItem &SwFmt::GetPosture(bool bInP) const
111 : { return aSet.GetPosture(bInP); }
112 : inline const SvxWeightItem &SwFmt::GetWeight(bool bInP) const
113 : { return aSet.GetWeight(bInP); }
114 : inline const SvxShadowedItem &SwFmt::GetShadowed(bool bInP) const
115 : { return aSet.GetShadowed(bInP); }
116 : inline const SvxAutoKernItem &SwFmt::GetAutoKern(bool bInP) const
117 : { return aSet.GetAutoKern(bInP); }
118 : inline const SvxWordLineModeItem &SwFmt::GetWordLineMode(bool bInP) const
119 : { return aSet.GetWordLineMode(bInP); }
120 : inline const SvxContourItem &SwFmt::GetContour(bool bInP) const
121 : { return aSet.GetContour(bInP); }
122 : inline const SvxKerningItem &SwFmt::GetKerning(bool bInP) const
123 : { return aSet.GetKerning(bInP); }
124 8 : inline const SvxUnderlineItem &SwFmt::GetUnderline(bool bInP) const
125 8 : { return aSet.GetUnderline(bInP); }
126 : inline const SvxOverlineItem &SwFmt::GetOverline(bool bInP) const
127 : { return aSet.GetOverline(bInP); }
128 : inline const SvxCrossedOutItem &SwFmt::GetCrossedOut(bool bInP) const
129 : { return aSet.GetCrossedOut(bInP); }
130 0 : inline const SvxFontHeightItem &SwFmt::GetSize(bool bInP) const
131 0 : { return aSet.GetSize(bInP); }
132 : inline const SvxPropSizeItem &SwFmt::GetPropSize(bool bInP) const
133 : { return aSet.GetPropSize(bInP); }
134 1324 : inline const SvxFontItem &SwFmt::GetFont(bool bInP) const
135 1324 : { return aSet.GetFont(bInP); }
136 0 : inline const SvxFontItem &SwFmt::GetCJKFont(bool bInP) const
137 0 : { return aSet.GetCJKFont(bInP); }
138 0 : inline const SvxFontItem &SwFmt::GetCTLFont(bool bInP) const
139 0 : { return aSet.GetCTLFont(bInP); }
140 20 : inline const SvxColorItem &SwFmt::GetColor(bool bInP) const
141 20 : { return aSet.GetColor(bInP); }
142 : inline const SvxCharSetColorItem &SwFmt::GetCharSetColor(bool bInP) const
143 : { return aSet.GetCharSetColor(bInP); }
144 : inline const SvxLanguageItem &SwFmt::GetLanguage(bool bInP) const
145 : { return aSet.GetLanguage(bInP); }
146 : inline const SvxEscapementItem &SwFmt::GetEscapement(bool bInP) const
147 : { return aSet.GetEscapement(bInP); }
148 : inline const SvxCaseMapItem &SwFmt::GetCaseMap(bool bInP) const
149 : { return aSet.GetCaseMap(bInP); }
150 : inline const SvxNoHyphenItem &SwFmt::GetNoHyphenHere(bool bInP) const
151 : { return aSet.GetNoHyphenHere(bInP); }
152 : inline const SvxBlinkItem &SwFmt::GetBlink(bool bInP) const
153 : { return aSet.GetBlink(bInP); }
154 : inline const SvxBrushItem &SwFmt::GetChrBackground(bool bInP) const
155 : { return aSet.GetChrBackground(bInP); }
156 : inline const SvxBrushItem &SwFmt::GetChrHighlight(bool bInP) const
157 : { return aSet.GetChrHighlight(bInP); }
158 : inline const SvxEmphasisMarkItem &SwFmt::GetEmphasisMark( bool bInP ) const
159 : { return aSet.GetEmphasisMark(bInP); }
160 : inline const SvxTwoLinesItem &SwFmt::Get2Lines( bool bInP ) const
161 : { return aSet.Get2Lines(bInP); }
162 : inline const SvxCharScaleWidthItem &SwFmt::GetCharScaleW( bool bInP ) const
163 : { return aSet.GetCharScaleW(bInP); }
164 : inline const SvxCharRotateItem &SwFmt::GetCharRotate( bool bInP ) const
165 : { return aSet.GetCharRotate(bInP); }
166 : inline const SvxCharReliefItem &SwFmt::GetCharRelief( bool bInP ) const
167 : { return aSet.GetCharRelief(bInP); }
168 : inline const SvxCharHiddenItem &SwFmt::GetCharHidden( bool bInP ) const
169 : { return aSet.GetCharHidden(bInP); }
170 : inline const SvxBoxItem &SwFmt::GetCharBorder( bool bInP ) const
171 : { return aSet.GetCharBorder(bInP); }
172 : inline const SvxShadowItem &SwFmt::GetCharShadow( bool bInP ) const
173 : { return aSet.GetCharShadow(bInP); }
174 :
175 : #endif
176 :
177 : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|