Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx169 ,m_aThousandsSeparator (this, ModuleRes(CM_AUTOTHOUSANDSSEPARATOR)) in DBG_NAME()
202 m_aThousandsSeparator.SetModifyHdl(getControlModifiedLink()); in DBG_NAME()
338 _rControlList.push_back(new OSaveValueWrapper<ComboBox>(&m_aThousandsSeparator)); in fillControls()
384 m_aThousandsSeparator.SetText( pThodelItem->GetValue() ); in implInitControls()
426 else if (m_aDecimalSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
433 else if (m_aFieldSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
447 else if (m_aTextSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
517 if( m_aThousandsSeparator.GetText() != m_aThousandsSeparator.GetSavedValue() ) in FillItemSet()
519 … 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 21 milliseconds