Searched refs:LCID_BASE (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 712 rc = Ft2DeleteSetId( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont() 715 if ( (rc=Ft2CreateLogFont( mhPS, NULL, nFallbackLevel + LCID_BASE, &aFAttrs)) == GPI_ERROR ) { in ImplDoSetFont() 725 rc = Ft2SetCharSet( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont() 743 aBundle.usSet = nFallbackLevel + LCID_BASE; in ImplDoSetFont() 853 mhDefFont = nFallbackLevel + LCID_BASE; in SetFont() 871 mhFonts[ nFallbackLevel ] = nFallbackLevel + LCID_BASE; in SetFont()
|
H A D | os2layout.cxx | 184 fSuccess = Ft2QueryLogicalFont( mhPS, LCID_BASE, NULL, &mhFont, sizeof(FATTRS)); in Os2Layout() 192 APIRET rc = Ft2CreateLogFont( mhPS, NULL, LCID_BASE, (PFATTRS)&mhFont); in InitFont()
|
H A D | salgdi.cxx | 121 Ft2DeleteSetId( mhPS, LCID_BASE); in ~Os2SalGraphics()
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salgdi.h | 352 #define LCID_BASE 100 macro
|
Completed in 32 milliseconds