Home
last modified time | relevance | path

Searched refs:m_aThousandsSeparator (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx167 ,m_aThousandsSeparator (this, ModuleRes(CM_AUTOTHOUSANDSSEPARATOR)) in DBG_NAME()
200 m_aThousandsSeparator.SetModifyHdl(getControlModifiedLink()); in DBG_NAME()
336 _rControlList.push_back(new OSaveValueWrapper<ComboBox>(&m_aThousandsSeparator)); in fillControls()
382 m_aThousandsSeparator.SetText( pThodelItem->GetValue() ); in implInitControls()
424 else if (m_aDecimalSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
431 else if (m_aFieldSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
445 else if (m_aTextSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
515 if( m_aThousandsSeparator.GetText() != m_aThousandsSeparator.GetSavedValue() ) in FillItemSet()
517 … rSet.Put( SfxStringItem(DSID_THOUSANDSDELIMITER, m_aThousandsSeparator.GetText().Copy(0,1) ) ); in FillItemSet()
H A DTextConnectionHelper.hxx95 ComboBox m_aThousandsSeparator; member in dbaui::OTextConnectionHelper

Completed in 18 milliseconds