Lines Matching refs:m_aDecimalSeparator
165 ,m_aDecimalSeparator (this, ModuleRes(CM_AUTODECIMALSEPARATOR)) in DBG_NAME()
199 m_aDecimalSeparator.SetModifyHdl(getControlModifiedLink()); in DBG_NAME()
335 _rControlList.push_back(new OSaveValueWrapper<ComboBox>(&m_aDecimalSeparator)); in fillControls()
381 m_aDecimalSeparator.SetText( pDecdelItem->GetValue() ); in implInitControls()
411 else if (!m_aDecimalSeparator.GetText().Len()) in prepareLeave()
415 pErrorWin = &m_aDecimalSeparator; in prepareLeave()
424 else if (m_aDecimalSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
429 pErrorWin = &m_aDecimalSeparator; in prepareLeave()
438 else if (m_aFieldSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
452 else if (m_aTextSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
510 if( m_aDecimalSeparator.GetText() != m_aDecimalSeparator.GetSavedValue() ) in FillItemSet()
512 rSet.Put( SfxStringItem(DSID_DECIMALDELIMITER, m_aDecimalSeparator.GetText().Copy(0, 1) ) ); in FillItemSet()