Searched refs:maAddProps (Results 1 – 2 of 2) sorted by relevance
1804 + i_rControlOptions.maAddProps.getLength() // additional props in getUIControlOpt()1868 sal_Int32 nAddProps = i_rControlOptions.maAddProps.getLength(); in getUIControlOpt()1870 aCtrl[ nUsed++ ] = i_rControlOptions.maAddProps[i]; in getUIControlOpt()1933 sal_Int32 nUsed = aOpt.maAddProps.getLength(); in getChoiceControlOpt()1934 aOpt.maAddProps.realloc( nUsed + 1 + (i_rDisabledChoices.getLength() ? 1 : 0) ); in getChoiceControlOpt()1935 aOpt.maAddProps[nUsed].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Choices" ) ); in getChoiceControlOpt()1936 aOpt.maAddProps[nUsed].Value = makeAny( i_rChoices ); in getChoiceControlOpt()1939 … aOpt.maAddProps[nUsed+1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ChoicesDisabled" ) ); in getChoiceControlOpt()1940 aOpt.maAddProps[nUsed+1].Value = makeAny( i_rDisabledChoices ); in getChoiceControlOpt()1961 sal_Int32 nUsed = aOpt.maAddProps.getLength(); in getRangeControlOpt()[all …]
615 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > maAddProps; member