Home
last modified time | relevance | path

Searched refs:GetEscapement (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx210 if( DFLT_ESC_AUTO_SUPER != GetEscapement() && in CalcEscAscent()
211 DFLT_ESC_AUTO_SUB != GetEscapement() ) in CalcEscAscent()
214 ( (long) nOrgHeight * GetEscapement() ) / 100L; in CalcEscAscent()
690 if( DFLT_ESC_AUTO_SUPER != GetEscapement() && in CalcEscHeight()
691 DFLT_ESC_AUTO_SUB != GetEscapement() ) in CalcEscHeight()
720 if( GetEscapement() ) in GetAscent()
734 if ( GetEscapement() ) in GetHeight()
807 if( GetEscapement() ) in _GetTxtSize()
876 if( GetEscapement() ) in _DrawText()
1005 if( GetEscapement() ) in _DrawStretchText()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrpaint.cxx86 rFnt.GetEscapement() < 0 || rFnt.IsWordLineMode() || in IsUnderlineBreak()
635 if ( aIter.GetFnt()->GetEscapement() < 0 || pFnt->IsWordLineMode() || in CheckSpecialUnderline()
639 if ( !aIter.GetFnt()->GetEscapement() ) in CheckSpecialUnderline()
695 if( ! pUnderlineFnt && pFnt->GetEscapement() > 0 && GetRedln() && in CheckSpecialUnderline()
H A DEnhancedPDFExportHelper.cxx803 nVal = rInf.GetFont()->GetEscapement(); in SetAttributes()
1434 0 != rInf.GetFont()->GetEscapement() || in BeginInlineStructureElements()
H A Dtxtftn.cxx1377 if ( ! pOld->GetEscapement() && 50 == pOld->GetPropr() ) in SwFtnSave()
/trunk/main/sw/inc/
H A Dcharatr.hxx87 inline const SvxEscapementItem &SwAttrSet::GetEscapement(sal_Bool bInP) const in GetEscapement() function in SwAttrSet
151 inline const SvxEscapementItem &SwFmt::GetEscapement(sal_Bool bInP) const in GetEscapement() function in SwFmt
152 { return aSet.GetEscapement(bInP); } in GetEscapement()
H A Dformat.hxx205 inline const SvxEscapementItem &GetEscapement( sal_Bool = sal_True ) const;
H A Dswatrset.hxx249 inline const SvxEscapementItem &GetEscapement( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx284 short GetEscapement() const { return aSub[nActual].GetEscapement(); } in GetEscapement() function in SwFont
745 if( nNewEsc != aSub[0].GetEscapement() ) in SetEscapement()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2779 DBG_ASSERT( ( nPropr == 100 ) || rFont.GetEscapement(), "Propr ohne Escape?!" ); in RecalcFormatterFontMetrics()
2838 if ( rFont.GetEscapement() ) in RecalcFormatterFontMetrics()
2842 short nDiff = (short)(rFont.GetSize().Height()*rFont.GetEscapement()/100L); in RecalcFormatterFontMetrics()
2843 if ( rFont.GetEscapement() > 0 ) in RecalcFormatterFontMetrics()
3136 … const short nOldEscapement = aTmpFont.GetEscapement(); in Paint()
3342 short nEsc = aTmpFont.GetEscapement(); in Paint()
3346 if ( aTmpFont.GetEscapement() ) in Paint()
3348 … long nDiff = aTmpFont.GetSize().Height() * aTmpFont.GetEscapement() / 100L; in Paint()
3483 short _nEsc = aTmpFont.GetEscapement(); in Paint()
H A Dediteng.cxx2670 rSet.Put( SvxEscapementItem( rFont.GetEscapement(), rFont.GetPropr(), EE_CHAR_ESCAPEMENT ) ); in SetFontInfoInItemSet()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx98 inline const SvxEscapementItem& GetEscapement(const SfxItemSet& rSet,sal_uInt16 nId,sal_Bool bInP=s… in GetEscapement() function
618 const SvxEscapementItem& rOld = GetEscapement( *pSet, nEsc, sal_False ); in ReadAttr()
965 const SvxEscapementItem& rOld = GetEscapement( *pSet, nEsc, sal_False ); in ReadAttr()
/trunk/main/editeng/inc/editeng/
H A Descpitem.hxx88 …inline SvxEscapement GetEscapement() const { return static_cast< SvxEscapement >( GetEnumValue() )… in GetEscapement() function in SvxEscapementItem
H A Dsvxfont.hxx50 inline short GetEscapement() const { return nEsc; } in GetEscapement() function in SvxFont
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx211 if(rInfo.mrFont.GetEscapement()) in impCreateTextPortionPrimitive()
213 sal_Int16 nEsc(rInfo.mrFont.GetEscapement()); in impCreateTextPortionPrimitive()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx317 … SvxEscapement eEscapement = static_cast< const SvxEscapementItem& >( _rItem ).GetEscapement(); in implGetCheckState()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx81 nEsc = rFont.GetEscapement(); in SvxFont()
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx214 SetScEscapement( rFont.GetEscapement() ); in FillFromSvxFont()

Completed in 117 milliseconds