Home
last modified time | relevance | path

Searched refs:cRight (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/vcl/source/glyphs/
H A Dglyphcache.cxx582 int ExtraKernInfo::GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const in GetUnscaledKernValue()
590 ImplKernPairData aKernPair = { cLeft, cRight, 0 }; in GetUnscaledKernValue()
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx867 sal_uInt16 cRight = (pHeadFootLine->FrameColor & 0x0F00) >> 8; in PutToDoc() local
871 lcl_ChangeColor(cRight, ColorRight); in PutToDoc()
1309 sal_uInt16 cRight = ( pPattern->FrameColor & 0x0F00 ) >> 8; in LoadPatternCollection() local
1314 lcl_ChangeColor( cRight, ColorRight ); in LoadPatternCollection()
1959 sal_uInt16 cRight = ( nFrmColVal & 0x0F00 ) >> 8; in LoadColAttr() local
1964 lcl_ChangeColor( cRight, ColorRight ); in LoadColAttr()
/aoo41x/main/vcl/os2/source/gdi/
H A Dos2layout.cxx1020 int ImplOs2FontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const
1025 const KERNINGPAIRS aRefPair = { cLeft, cRight, 0 };
/aoo41x/main/vcl/inc/
H A Dglyphcache.hxx356 int GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const;
/aoo41x/main/vcl/win/source/gdi/
H A Dwinlayout.cxx3132 int ImplWinFontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const
3137 const KERNINGPAIR aRefPair = { cLeft, cRight, 0 };

Completed in 59 milliseconds