Home
last modified time | relevance | path

Searched refs:pClassSfxSlotInfo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rsc/source/parser/
H A Drscicpx.cxx2363 RscTop * pClassSfxSlotInfo; in InitClassSfxSlotInfo() local
2367 pClassSfxSlotInfo = new RscClass( nId, RSC_SFX_SLOT_INFO, pSuper ); in InitClassSfxSlotInfo()
2368 aNmTb.Put( nId, CLASSNAME, pClassSfxSlotInfo ); in InitClassSfxSlotInfo()
2371 pClassSfxSlotInfo->SetVariable( nId, &aLangString, NULL, 0, in InitClassSfxSlotInfo()
2374 pClassSfxSlotInfo->SetVariable( nId, &aLangString, NULL, 0, in InitClassSfxSlotInfo()
2376 return pClassSfxSlotInfo; in InitClassSfxSlotInfo()
H A Drscinit.cxx189 RscTop * pClassSfxSlotInfo; in Init() local
930 pClassSfxSlotInfo = InitClassSfxSlotInfo( pClassMgr ); in Init()
931 pRoot->Insert( pClassSfxSlotInfo ); in Init()