Lines Matching refs:m_aTextSeparator
163 ,m_aTextSeparator (this, ModuleRes(CM_AUTOTEXTSEPARATOR)) in DBG_NAME()
187 m_aTextSeparator.InsertEntry( m_aTextSeparatorList.GetToken( i, '\t' ) ); in DBG_NAME()
188 m_aTextSeparator.InsertEntry(m_aTextNone); in DBG_NAME()
193 m_aTextSeparator.SetUpdateDataHdl(getControlModifiedLink()); in DBG_NAME()
194 m_aTextSeparator.SetSelectHdl(getControlModifiedLink()); in DBG_NAME()
198 m_aTextSeparator.SetModifyHdl(getControlModifiedLink()); in DBG_NAME()
334 _rControlList.push_back(new OSaveValueWrapper<ComboBox>(&m_aTextSeparator)); in fillControls()
380 SetSeparator( m_aTextSeparator, m_aTextSeparatorList, pStrItem->GetValue() ); in implInitControls()
417 else if (m_aTextSeparator.GetText() == m_aFieldSeparator.GetText()) in prepareLeave()
422 pErrorWin = &m_aTextSeparator; in prepareLeave()
445 else if (m_aTextSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
450 pErrorWin = &m_aTextSeparator; in prepareLeave()
452 else if (m_aTextSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
457 pErrorWin = &m_aTextSeparator; in prepareLeave()
504 if( m_aTextSeparator.GetText() != m_aTextSeparator.GetSavedValue() ) in FillItemSet()
506 …rSet.Put( SfxStringItem(DSID_TEXTDELIMITER, GetSeparator( m_aTextSeparator, m_aTextSeparatorList) … in FillItemSet()
572 if ( !( &m_aTextSeparator == &rBox && nPos == (rBox.GetEntryCount()-1) ) ) in GetSeparator()
602 if ( &m_aTextSeparator == &rBox && !rVal.Len() ) in SetSeparator()