Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/ole/ !
H A Daxcontrol.hxx124 const sal_Int32 AX_DISPLAYSTYLE_COMBOBOX = 3; variable
/trunk/main/oox/source/ole/ !
H A Daxcontrol.cxx1310 mnDisplayStyle = AX_DISPLAYSTYLE_COMBOBOX; in AxComboBoxModel()
1315 …OSL_ENSURE( (mnDisplayStyle == AX_DISPLAYSTYLE_COMBOBOX) || (mnDisplayStyle == AX_DISPLAYSTYLE_DRO… in getControlType()