Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/component/
H A Dscrollbar.cxx62 double nExternalValue = 0; in translateExternalDoubleToControlIntValue() local
63 if ( _rExternalValue >>= nExternalValue ) in translateExternalDoubleToControlIntValue()
65 if ( ::rtl::math::isInf( nExternalValue ) ) in translateExternalDoubleToControlIntValue()
68 ::rtl::OUString sLimitPropertyName = ::rtl::math::isSignBitSet( nExternalValue ) in translateExternalDoubleToControlIntValue()
75 nControlValue = (sal_Int32)::rtl::math::round( nExternalValue ); in translateExternalDoubleToControlIntValue()

Completed in 23 milliseconds