Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/ole/
H A Daxcontrol.cxx1063 mnMultiSelect( AX_SELCTION_SINGLE ), in AxMorphDataModelBase()
1089 …case XML_MultiSelect: mnMultiSelect = AttributeConversion::decodeInteger( rValue ); br… in importProperty()
1133 aReader.readIntProperty< sal_uInt8 >( mnMultiSelect ); in importBinaryModel()
1176 rConv.convertAxState( rPropMap, maValue, mnMultiSelect, API_DEFAULTSTATE_BOOLEAN, mbAwtModel ); in convertProperties()
1201 rConv.convertAxState( rPropMap, maValue, mnMultiSelect, API_DEFAULTSTATE_TRISTATE, mbAwtModel ); in convertProperties()
1226 rConv.convertAxState( rPropMap, maValue, mnMultiSelect, API_DEFAULTSTATE_SHORT, mbAwtModel ); in convertProperties()
1298 …bool bMultiSelect = (mnMultiSelect == AX_SELCTION_MULTI) || (mnMultiSelect == AX_SELCTION_EXTENDED… in convertProperties()
/aoo42x/main/oox/source/xls/
H A Ddrawingfragment.cxx511 rAxModel.mnMultiSelect = bTriState ? AX_SELCTION_MULTI : AX_SELCTION_SINGLE; in createAndInsertClientXShape()
534 case XML_Single: rAxModel.mnMultiSelect = AX_SELCTION_SINGLE; break; in createAndInsertClientXShape()
535 case XML_Multi: rAxModel.mnMultiSelect = AX_SELCTION_MULTI; break; in createAndInsertClientXShape()
536 case XML_Extend: rAxModel.mnMultiSelect = AX_SELCTION_EXTENDED; break; in createAndInsertClientXShape()
/aoo42x/main/oox/inc/oox/ole/
H A Daxcontrol.hxx573 sal_Int32 mnMultiSelect; /// Selection mode. member in oox::ole::AxMorphDataModelBase

Completed in 33 milliseconds