Home
last modified time | relevance | path

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

/AOO41X/main/tools/inc/tools/
H A Drcid.h84 #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) macro
/AOO41X/main/vcl/source/control/
H A Dcombobox.cxx87 rResId.SetRT( RSC_COMBOBOX ); in ComboBox()
/AOO41X/main/tools/source/rc/
H A Dresmgr.cxx1850 case RSC_COMBOBOX: aHID.append( "ComboBox" ); break; in GetAutoHelpId()
/AOO41X/main/rsc/source/parser/
H A Drscicpx.cxx801 pClassComboBox = new RscClass( nId, RSC_COMBOBOX, pSuper ); in InitClassComboBox()