Lines Matching refs:pClassToolBoxItem

1920 	RscTop *	pClassToolBoxItem;  in InitClassToolBoxItem()  local
1924 pClassToolBoxItem = new RscClass( nId, RSC_TOOLBOXITEM, pSuper ); in InitClassToolBoxItem()
1925 aNmTb.Put( nId, CLASSNAME, pClassToolBoxItem ); in InitClassToolBoxItem()
1929 pClassToolBoxItem->SetVariable( nId, &aIdNoZeroUShort, NULL, 0, in InitClassToolBoxItem()
1944 pClassToolBoxItem->SetVariable( nId, pEnum, NULL, 0, in InitClassToolBoxItem()
1972 pClassToolBoxItem->SetVariable( l_nVarId, pFlag, NULL, in InitClassToolBoxItem()
1981 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
1987 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
1993 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
1999 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
2005 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
2011 pClassToolBoxItem->SetVariable( nId, pClient, NULL, VAR_NODATAINST, 0, l_nVarId ); in InitClassToolBoxItem()
2014 pClassToolBoxItem->SetVariable( nId, &aStringLiteral, NULL, 0, in InitClassToolBoxItem()
2017 pClassToolBoxItem->SetVariable( nId, &aLangString, NULL, 0, in InitClassToolBoxItem()
2020 pClassToolBoxItem->SetVariable( nId, &aLangString, NULL, 0, in InitClassToolBoxItem()
2023 pClassToolBoxItem->SetVariable( nId, pClassBitmap, NULL, 0, in InitClassToolBoxItem()
2026 pClassToolBoxItem->SetVariable( nId, pClassImage, NULL, 0, in InitClassToolBoxItem()
2029 pClassToolBoxItem->SetVariable( nId, &aBool, NULL, 0, in InitClassToolBoxItem()
2033 pClassToolBoxItem->SetVariable( nId, pTriState, NULL, 0, in InitClassToolBoxItem()
2036 pClassToolBoxItem->SetVariable( nId, &aBool, NULL, 0, in InitClassToolBoxItem()
2039 pClassToolBoxItem->SetVariable( nId, &aBool, NULL, 0, in InitClassToolBoxItem()
2042 pClassToolBoxItem->SetVariable( nId, &aString, NULL, 0, in InitClassToolBoxItem()
2045 return pClassToolBoxItem; in InitClassToolBoxItem()
2052 RscTop * pClassToolBoxItem, in InitClassToolBox() argument
2118 pCont->SetTypeClass( pClassToolBoxItem ); in InitClassToolBox()