Searched refs:cLeft (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 582 int ExtraKernInfo::GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const in GetUnscaledKernValue() argument 590 ImplKernPairData aKernPair = { cLeft, cRight, 0 }; in GetUnscaledKernValue()
|
/aoo4110/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 865 sal_uInt16 cLeft = (pHeadFootLine->FrameColor & 0x000F); in PutToDoc() local 869 lcl_ChangeColor(cLeft, ColorLeft); in PutToDoc() 1307 sal_uInt16 cLeft = ( pPattern->FrameColor & 0x000F ); in LoadPatternCollection() local 1312 lcl_ChangeColor( cLeft, ColorLeft ); in LoadPatternCollection() 1957 sal_uInt16 cLeft = ( nFrmColVal & 0x000F ); in LoadColAttr() local 1962 lcl_ChangeColor( cLeft, ColorLeft ); in LoadColAttr()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 1020 int ImplOs2FontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const argument 1025 const KERNINGPAIRS aRefPair = { cLeft, cRight, 0 };
|
/aoo4110/main/vcl/inc/ |
H A D | glyphcache.hxx | 356 int GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const;
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 3132 int ImplWinFontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const argument 3137 const KERNINGPAIR aRefPair = { cLeft, cRight, 0 };
|
Completed in 68 milliseconds