Searched refs:nControlValue (Results 1 – 4 of 4) sorted by relevance
230 sal_Int16 nControlValue = STATE_DONTKNOW; in translateControlValueToExternalValue() local231 aControlValue >>= nControlValue; in translateControlValueToExternalValue()238 switch( nControlValue ) in translateControlValueToExternalValue()278 sal_Int16 nControlValue = STATE_DONTKNOW; in translateControlValueToValidatableValue() local279 aControlValue >>= nControlValue; in translateControlValueToValidatableValue()282 switch ( nControlValue ) in translateControlValueToValidatableValue()
61 sal_Int32 nControlValue( 0 ); in translateExternalDoubleToControlIntValue() local71 _rxProperties->getPropertyValue( sLimitPropertyName ) >>= nControlValue; in translateExternalDoubleToControlIntValue()75 nControlValue = (sal_Int32)::rtl::math::round( nExternalValue ); in translateExternalDoubleToControlIntValue()81 _rxProperties->getPropertyValue( _rMinValueName ) >>= nControlValue; in translateExternalDoubleToControlIntValue()84 return makeAny( nControlValue ); in translateExternalDoubleToControlIntValue()
78 sal_Int16 nControlValue; member100 while (-1 != pTranslation->nControlValue) in valueAlignToParaAdjust()102 if ( nValue == pTranslation->nControlValue ) in valueAlignToParaAdjust()122 rValue <<= pTranslation->nControlValue; in valueParaAdjustToAlign()
621 long nControlValue = impl_apiValueToFieldValue_nothrow( nValue ); in setValue() local622 getTypedControlWindow()->SetValue( nControlValue, m_eValueUnit ); in setValue()629 … long nControlValue = ImplCalcLongValue( _nApiValue, getTypedControlWindow()->GetDecimalDigits() ); in impl_apiValueToFieldValue_nothrow() local630 nControlValue /= m_nFieldToUNOValueFactor; in impl_apiValueToFieldValue_nothrow()631 return nControlValue; in impl_apiValueToFieldValue_nothrow()
Completed in 61 milliseconds