Home
last modified time | relevance | path

Searched refs:mnDisplayStyle (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/oox/source/ole/
H A Daxcontrol.cxx1062 mnDisplayStyle( AX_DISPLAYSTYLE_TEXT ), in AxMorphDataModelBase()
1088 …case XML_DisplayStyle: mnDisplayStyle = AttributeConversion::decodeInteger( rValue ); br… in importProperty()
1118 aReader.readIntProperty< sal_uInt8 >( mnDisplayStyle ); in importBinaryModel()
1159 mnDisplayStyle = AX_DISPLAYSTYLE_TOGGLE; in AxToggleButtonModel()
1164 …OSL_ENSURE( mnDisplayStyle == AX_DISPLAYSTYLE_TOGGLE, "AxToggleButtonModel::getControlType - inval… in getControlType()
1184 mnDisplayStyle = AX_DISPLAYSTYLE_CHECKBOX; in AxCheckBoxModel()
1189 …OSL_ENSURE( mnDisplayStyle == AX_DISPLAYSTYLE_CHECKBOX, "AxCheckBoxModel::getControlType - invalid… in getControlType()
1209 mnDisplayStyle = AX_DISPLAYSTYLE_OPTBUTTON; in AxOptionButtonModel()
1214 …OSL_ENSURE( mnDisplayStyle == AX_DISPLAYSTYLE_OPTBUTTON, "AxOptionButtonModel::getControlType - in… in getControlType()
1234 mnDisplayStyle = AX_DISPLAYSTYLE_TEXT; in AxTextBoxModel()
[all …]
/AOO42X/main/oox/inc/oox/ole/
H A Daxcontrol.hxx572 sal_Int32 mnDisplayStyle; /// Type of the morph control. member in oox::ole::AxMorphDataModelBase
/AOO42X/main/oox/source/xls/
H A Ddrawingfragment.cxx545 rAxModel.mnDisplayStyle = AX_DISPLAYSTYLE_DROPDOWN; in createAndInsertClientXShape()