Searched refs:pFormatterUsed (Results 1 – 1 of 1) sorted by relevance
1364 SvNumberFormatter* pFormatterUsed = NULL; in Init() local1369 pFormatterUsed = pImplmentation->GetNumberFormatter(); in Init()1377 if (pFormatterUsed == NULL) in Init()1379 pFormatterUsed = ((FormattedField*)m_pWindow)->StandardFormatter(); in Init()1388 ((FormattedField*)m_pWindow)->SetFormatter(pFormatterUsed); in Init()1389 ((FormattedField*)m_pPainter)->SetFormatter(pFormatterUsed); in Init()1466 if (pFormatterUsed->IsNumberFormat(sDefault, nTestFormat, dVal)) in Init()1969 SvNumberFormatter* pFormatterUsed = NULL; in implAdjustGenericFieldSetting() local1975 if ( NULL == pFormatterUsed ) in implAdjustGenericFieldSetting()1980 static_cast< DoubleNumericField* >( m_pWindow )->SetFormatter( pFormatterUsed ); in implAdjustGenericFieldSetting()[all …]
Completed in 71 milliseconds