Home
last modified time | relevance | path

Searched refs:nControlValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/forms/source/component/
H A Drefvaluecomponent.cxx230 sal_Int16 nControlValue = STATE_DONTKNOW; in translateControlValueToExternalValue() local
231 aControlValue >>= nControlValue; in translateControlValueToExternalValue()
238 switch( nControlValue ) in translateControlValueToExternalValue()
278 sal_Int16 nControlValue = STATE_DONTKNOW; in translateControlValueToValidatableValue() local
279 aControlValue >>= nControlValue; in translateControlValueToValidatableValue()
282 switch ( nControlValue ) in translateControlValueToValidatableValue()
H A Dscrollbar.cxx61 sal_Int32 nControlValue( 0 ); in translateExternalDoubleToControlIntValue() local
71 _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()
/trunk/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx78 sal_Int16 nControlValue; member
100 while (-1 != pTranslation->nControlValue) in valueAlignToParaAdjust()
102 if ( nValue == pTranslation->nControlValue ) in valueAlignToParaAdjust()
122 rValue <<= pTranslation->nControlValue; in valueParaAdjustToAlign()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx621 long nControlValue = impl_apiValueToFieldValue_nothrow( nValue ); in setValue() local
622 getTypedControlWindow()->SetValue( nControlValue, m_eValueUnit ); in setValue()
629 … long nControlValue = ImplCalcLongValue( _nApiValue, getTypedControlWindow()->GetDecimalDigits() ); in impl_apiValueToFieldValue_nothrow() local
630 nControlValue /= m_nFieldToUNOValueFactor; in impl_apiValueToFieldValue_nothrow()
631 return nControlValue; in impl_apiValueToFieldValue_nothrow()

Completed in 99 milliseconds