Home
last modified time | relevance | path

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

/trunk/main/rsc/source/parser/
H A Drscicpx.cxx1915 RscTop * pClassToolBoxItem; in InitClassToolBoxItem() local
1919 pClassToolBoxItem = new RscClass( nId, RSC_TOOLBOXITEM, pSuper ); in InitClassToolBoxItem()
1920 aNmTb.Put( nId, CLASSNAME, pClassToolBoxItem ); in InitClassToolBoxItem()
1924 pClassToolBoxItem->SetVariable( nId, &aIdNoZeroUShort, NULL, 0, in InitClassToolBoxItem()
1939 pClassToolBoxItem->SetVariable( nId, pEnum, NULL, 0, in InitClassToolBoxItem()
1967 pClassToolBoxItem->SetVariable( l_nVarId, pFlag, NULL, in InitClassToolBoxItem()
1976 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
1982 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
1988 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
1994 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
[all …]
H A Drscinit.cxx176 RscTop * pClassToolBoxItem; in Init() local
845 pClassToolBoxItem = InitClassToolBoxItem( pClassMgr, pClassBitmap, in Init()
847 pRoot->Insert( pClassToolBoxItem ); in Init()
850 pClassToolBox = InitClassToolBox( pClassDockingWindow, pClassToolBoxItem, in Init()
/trunk/main/rsc/inc/
H A Drscdb.hxx244 RscTop * InitClassToolBox( RscTop * pSuper, RscTop * pClassToolBoxItem,