Searched refs:mnDisplayStyle (Results 1 – 3 of 3) sorted by relevance
1062 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 …]
572 sal_Int32 mnDisplayStyle; /// Type of the morph control. member in oox::ole::AxMorphDataModelBase
545 rAxModel.mnDisplayStyle = AX_DISPLAYSTYLE_DROPDOWN; in createAndInsertClientXShape()