Searched refs:nCurrentValue (Results 1 – 3 of 3) sorted by relevance
328 sal_Int16 nCurrentValue(_nDefault); in exportInt16PropertyAttribute() local329 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt16PropertyAttribute()332 if (_nDefault != nCurrentValue) in exportInt16PropertyAttribute()336 …ontext.getGlobalContext().GetMM100UnitConverter().convertNumber(sBuffer, (sal_Int32)nCurrentValue); in exportInt16PropertyAttribute()352 sal_Int32 nCurrentValue( _nDefault ); in exportInt32PropertyAttribute() local353 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt32PropertyAttribute()356 if ( _nDefault != nCurrentValue ) in exportInt32PropertyAttribute()360 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber( sBuffer, nCurrentValue ); in exportInt32PropertyAttribute()376 sal_Int32 nCurrentValue(_nDefault); in exportEnumPropertyAttribute() local382 ::cppu::enum2int(nCurrentValue, aValue); in exportEnumPropertyAttribute()[all …]
76 nCurrentValue = sal::static_int_cast<long>( aEdValue.GetValue() ); in ScMetricInputDlg()77 aBtnDefVal.Check( nCurrentValue == nDefaultValue ); in ScMetricInputDlg()163 nCurrentValue = sal::static_int_cast<long>( aEdValue.GetValue() ); in IMPL_LINK()167 aEdValue.SetValue( nCurrentValue ); in IMPL_LINK()
60 long nCurrentValue; member in ScMetricInputDlg
Completed in 22 milliseconds