Searched refs:GetKerning (Results 1 – 11 of 11) sorted by relevance
55 inline const SvxKerningItem &SwAttrSet::GetKerning(sal_Bool bInP) const in GetKerning() function in SwAttrSet127 inline const SvxKerningItem &SwFmt::GetKerning(sal_Bool bInP) const in GetKerning() function in SwFmt128 { return aSet.GetKerning(bInP); } in GetKerning()
189 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
231 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
78 int GetKerning( sal_Unicode, sal_Unicode ) const;450 int nKernAmount = mrOs2FontEntry.GetKerning( pBidiStr[i-1], pBidiStr[i] );1020 int ImplOs2FontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const function in ImplOs2FontEntry
98 FontKerning GetKerning() const;
98 int GetKerning( sal_Unicode, sal_Unicode ) const;518 int nKernAmount = mrWinFontEntry.GetKerning( pBidiStr[i-1], pBidiStr[i] );3132 int ImplWinFontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const function in ImplWinFontEntry
1097 FontKerning Font::GetKerning() const { return mpImplFont->mnKerning; } in GetKerning() function in Font
3074 if ( maFont.GetKerning() & KERNING_FONTSPECIFIC ) in ImplNewFont()3082 if ( maFont.GetKerning() & KERNING_ASIAN ) in ImplNewFont()5889 if( maFont.GetKerning() & KERNING_ASIAN ) in ImplPrepareLayoutArgs()7322 aMetric.SetKerning( maFont.GetKerning() & ~KERNING_FONTSPECIFIC ); in GetFontMetric()
1654 if ( pPrtFont->GetKerning() ) in DrawText()2049 if ( pPrtFont->GetKerning() ) in GetTextSize()
556 SetFixKerning( pAttrSet->GetKerning().GetValue() ); in SwFont()
2653 if ( rFont.GetKerning() && IsKernAsianPunctuation() && ( nScriptType == i18n::ScriptType::ASIAN ) ) in SeekCursor()2654 rFont.SetKerning( rFont.GetKerning() | KERNING_ASIAN ); in SeekCursor()
Completed in 137 milliseconds