Searched refs:AX_SELCTION_MULTI (Results 1 – 3 of 3) sorted by relevance
511 rAxModel.mnMultiSelect = bTriState ? AX_SELCTION_MULTI : AX_SELCTION_SINGLE; in createAndInsertClientXShape()535 case XML_Multi: rAxModel.mnMultiSelect = AX_SELCTION_MULTI; break; in createAndInsertClientXShape()
131 const sal_Int32 AX_SELCTION_MULTI = 1; variable
490 rPropMap.setProperty( PROP_TriState, nMultiSelect == AX_SELCTION_MULTI ); in convertAxState()1298 …bool bMultiSelect = (mnMultiSelect == AX_SELCTION_MULTI) || (mnMultiSelect == AX_SELCTION_EXTENDED… in convertProperties()
Completed in 31 milliseconds