Lines Matching refs:mnMin
324 mnMin = 0; in ImpInit()
353 mnMin = pMgr->ReadLong(); in ImplLoadRes()
369 else if ( mnFieldValue < mnMin ) in ImplLoadRes()
370 mnFieldValue = mnMin; in ImplLoadRes()
412 else if ( nNewValue < mnMin ) in SetUserValue()
413 nNewValue = mnMin; in SetUserValue()
443 else if ( nTempValue < mnMin ) in GetValue()
444 nTempValue = mnMin; in GetValue()
462 sal_Bool bOK = ImplLongCurrencyReformat( GetField()->GetText(), mnMin, mnMax, in Reformat()
488 mnMin = nNewMin; in SetMin()
599 mnFirst = mnMin; in LongCurrencyField()
616 mnFirst = mnMin; in LongCurrencyField()
707 if ( nValue < mnMin ) in Down()
708 nValue = mnMin; in Down()
809 ImplLongCurrencyReformat( GetEntry( i ), mnMin, mnMax, in ReformatAll()