Home
last modified time | relevance | path

Searched refs:mnLangId (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/rsc/source/parser/
H A Drscibas.cxx93 mnLangId = 0x400; // stay away from selfdefined... in Init()
110 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
112 ULong_Iso_map[ aLang ] = mnLangId; in Init()
114 fprintf( stderr, "ISO Language out: %s 0x%lx\n", aLang.GetBuffer(), mnLangId ); in Init()
116 mnLangId++; in Init()
120 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
122 ULong_Iso_map[ aLang ] = mnLangId; in Init()
124 fprintf( stderr, "ISO Language out: %s 0x%lx", aLang.GetBuffer(), mnLangId ); in Init()
126 mnLangId++; in Init()
129 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
[all …]
/AOO42X/main/rsc/inc/
H A Drscconst.hxx97 long mnLangId; member in RscLangEnum
/AOO42X/main/rsc/source/res/
H A Drscconst.cxx409 mnLangId( 0x400 ) in RscLangEnum()