LCOV - code coverage report
Current view: top level - libreoffice/sw/inc - charatr.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 70 80 87.5 %
Date: 2012-12-27 Functions: 35 40 87.5 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10