Home
last modified time | relevance | path

Searched refs:GetKerning (Results 1 – 11 of 11) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2653 if ( rFont.GetKerning() && IsKernAsianPunctuation() && ( nScriptType == i18n::ScriptType::ASIAN ) ) in SeekCursor()
2654 rFont.SetKerning( rFont.GetKerning() | KERNING_ASIAN ); in SeekCursor()
/trunk/main/sw/inc/
H A Dcharatr.hxx55 inline const SvxKerningItem &SwAttrSet::GetKerning(sal_Bool bInP) const in GetKerning() function in SwAttrSet
127 inline const SvxKerningItem &SwFmt::GetKerning(sal_Bool bInP) const in GetKerning() function in SwFmt
128 { return aSet.GetKerning(bInP); } in GetKerning()
H A Dformat.hxx195 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
H A Dswatrset.hxx239 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1654 if ( pPrtFont->GetKerning() ) in DrawText()
2049 if ( pPrtFont->GetKerning() ) in GetTextSize()
H A Dswfont.cxx556 SetFixKerning( pAttrSet->GetKerning().GetValue() ); in SwFont()
/trunk/main/vcl/inc/vcl/
H A Dfont.hxx98 FontKerning GetKerning() const;
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx78 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
/trunk/main/vcl/source/gdi/
H A Dfont.cxx1097 FontKerning Font::GetKerning() const { return mpImplFont->mnKerning; } in GetKerning() function in Font
H A Doutdev3.cxx3074 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()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx98 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

Completed in 195 milliseconds