Lines Matching refs:m_aDecimalSeparator
167 ,m_aDecimalSeparator (this, ModuleRes(CM_AUTODECIMALSEPARATOR)) in DBG_NAME()
201 m_aDecimalSeparator.SetModifyHdl(getControlModifiedLink()); in DBG_NAME()
337 _rControlList.push_back(new OSaveValueWrapper<ComboBox>(&m_aDecimalSeparator)); in fillControls()
383 m_aDecimalSeparator.SetText( pDecdelItem->GetValue() ); in implInitControls()
413 else if (!m_aDecimalSeparator.GetText().Len()) in prepareLeave()
417 pErrorWin = &m_aDecimalSeparator; in prepareLeave()
426 else if (m_aDecimalSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
431 pErrorWin = &m_aDecimalSeparator; in prepareLeave()
440 else if (m_aFieldSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
454 else if (m_aTextSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
512 if( m_aDecimalSeparator.GetText() != m_aDecimalSeparator.GetSavedValue() ) in FillItemSet()
514 … rSet.Put( SfxStringItem(DSID_DECIMALDELIMITER, m_aDecimalSeparator.GetText().Copy(0, 1) ) ); in FillItemSet()