Home
last modified time | relevance | path

Searched refs:RSC_LISTBOX (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/tools/inc/tools/
H A Drcid.h85 #define RSC_LISTBOX (RSC_NOTYPE + 0x55) macro
/AOO41X/main/vcl/source/control/
H A Dlstbox.cxx68 rResId.SetRT( RSC_LISTBOX ); in ListBox()
/AOO41X/main/tools/source/rc/
H A Dresmgr.cxx1849 case RSC_LISTBOX: aHID.append( "ListBox" ); break; in GetAutoHelpId()
/AOO41X/main/rsc/source/parser/
H A Drscicpx.cxx747 pClassListBox = new RscClass( nId, RSC_LISTBOX, pSuper ); in InitClassListBox()