Home
last modified time | relevance | path

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

/AOO42X/main/rsc/source/parser/
H A Drscinit.cxx122 RscTop * pClassControl; in Init() local
486 pClassControl = InitClassControl( pClassWindow ); in Init()
487 pRoot->Insert( pClassControl ); in Init()
492 pClassButton = new RscClass( nId, RSC_BUTTON, pClassControl ); in Init()
545 pClassTriStateBox = InitClassTriStateBox( pClassControl, pTriState ); in Init()
554 pClassEdit = InitClassEdit( pClassControl ); in Init()
562 pClassScrollBar = InitClassScrollBar( pClassControl ); in Init()
568 pClassListBox = InitClassListBox( pClassControl, pLangStringLongTupelList ); in Init()
580 pClassFixedText = InitClassFixedText( pClassControl ); in Init()
584 pClassFixedBitmap = InitClassFixedBitmap( pClassControl, pClassBitmap ); in Init()
[all …]
H A Drscicpx.cxx446 RscTop * pClassControl; in InitClassControl() local
450 pClassControl = new RscClass( nId, RSC_CONTROL, pSuper ); in InitClassControl()
451 pClassControl->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); in InitClassControl()
452 aNmTb.Put( nId, CLASSNAME, pClassControl ); in InitClassControl()
454 InsWinBit( pClassControl, "TabStop", nTabstopId ); in InitClassControl()
455 INS_WINBIT(pClassControl,Group) in InitClassControl()
457 return pClassControl; in InitClassControl()