Home
last modified time | relevance | path

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

/AOO42X/main/rsc/source/parser/
H A Drscicpx.cxx348 RscTop * pClassSystemWindow; in InitClassSystemWindow() local
352 pClassSystemWindow = new RscClass( nId, RSC_SYSWINDOW, pSuper ); in InitClassSystemWindow()
353 pClassSystemWindow->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); in InitClassSystemWindow()
354 aNmTb.Put( nId, CLASSNAME, pClassSystemWindow ); in InitClassSystemWindow()
356 INS_WINBIT(pClassSystemWindow,Sizeable) in InitClassSystemWindow()
357 INS_WINBIT(pClassSystemWindow,Moveable) in InitClassSystemWindow()
358 InsWinBit( pClassSystemWindow, "Minable", nMinimizeId ); in InitClassSystemWindow()
359 InsWinBit( pClassSystemWindow, "Maxable", nMaximizeId ); in InitClassSystemWindow()
360 INS_WINBIT(pClassSystemWindow,Closeable) in InitClassSystemWindow()
361 INS_WINBIT(pClassSystemWindow,App) in InitClassSystemWindow()
[all …]
H A Drscinit.cxx117 RscTop * pClassSystemWindow; in Init() local
459 pClassSystemWindow = InitClassSystemWindow( pClassWindow ); in Init()
461 pRoot->Insert( pClassSystemWindow ); in Init()
464 pClassWorkWindow = InitClassWorkWindow( pClassSystemWindow ); in Init()
470 RSC_DIALOG, pClassSystemWindow ); in Init()
863 pClassFloatingWindow = InitClassFloatingWindow( pClassSystemWindow, in Init()