Lines Matching refs:pMapUnit
306 RscEnum * pMapUnit; in InitMapUnit() local
307 pMapUnit = new RscEnum( pHS->getID( "EnumMapUnit" ), RSC_NOTYPE ); in InitMapUnit()
309 SETCONST( pMapUnit, "MAP_PIXEL", MAP_PIXEL ); in InitMapUnit()
310 SETCONST( pMapUnit, "MAP_SYSFONT", MAP_SYSFONT ); in InitMapUnit()
311 SETCONST( pMapUnit, "MAP_100TH_MM", MAP_100TH_MM ); in InitMapUnit()
312 SETCONST( pMapUnit, "MAP_10TH_MM", MAP_10TH_MM ); in InitMapUnit()
313 SETCONST( pMapUnit, "MAP_MM", MAP_MM ); in InitMapUnit()
314 SETCONST( pMapUnit, "MAP_CM", MAP_CM ); in InitMapUnit()
315 SETCONST( pMapUnit, "MAP_1000TH_INCH", MAP_1000TH_INCH ); in InitMapUnit()
316 SETCONST( pMapUnit, "MAP_100TH_INCH", MAP_100TH_INCH ); in InitMapUnit()
317 SETCONST( pMapUnit, "MAP_10TH_INCH", MAP_10TH_INCH ); in InitMapUnit()
318 SETCONST( pMapUnit, "MAP_INCH", MAP_INCH ); in InitMapUnit()
319 SETCONST( pMapUnit, "MAP_POINT", MAP_POINT ); in InitMapUnit()
320 SETCONST( pMapUnit, "MAP_TWIP", MAP_TWIP ); in InitMapUnit()
321 SETCONST( pMapUnit, "MAP_APPFONT", MAP_APPFONT ); in InitMapUnit()
322 SETCONST( pMapUnit, "MAP_SV", RSC_EXTRAMAPUNIT ); in InitMapUnit()
323 return( pMapUnit ); in InitMapUnit()