Lines Matching refs:GetText

238                 String sWindowText( pRealWindow->GetText() );  in DBG_NAME()
406 String aDelText(m_aFieldSeparator.GetText()); in prepareLeave()
410 aErrorText.SearchAndReplaceAscii("#1",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
413 else if (!m_aDecimalSeparator.GetText().Len()) in prepareLeave()
416 aErrorText.SearchAndReplaceAscii("#1",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
419 else if (m_aTextSeparator.GetText() == m_aFieldSeparator.GetText()) in prepareLeave()
422 aErrorText.SearchAndReplaceAscii("#1",m_aTextSeparatorLabel.GetText()); in prepareLeave()
423 aErrorText.SearchAndReplaceAscii("#2",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
426 else if (m_aDecimalSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
429 aErrorText.SearchAndReplaceAscii("#1",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
430 aErrorText.SearchAndReplaceAscii("#2",m_aThousandsSeparatorLabel.GetText()); in prepareLeave()
433 else if (m_aFieldSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
436 aErrorText.SearchAndReplaceAscii("#1",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
437 aErrorText.SearchAndReplaceAscii("#2",m_aThousandsSeparatorLabel.GetText()); in prepareLeave()
440 else if (m_aFieldSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
443 aErrorText.SearchAndReplaceAscii("#1",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
444 aErrorText.SearchAndReplaceAscii("#2",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
447 else if (m_aTextSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
450 aErrorText.SearchAndReplaceAscii("#1",m_aTextSeparatorLabel.GetText()); in prepareLeave()
451 aErrorText.SearchAndReplaceAscii("#2",m_aThousandsSeparatorLabel.GetText()); in prepareLeave()
454 else if (m_aTextSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
457 aErrorText.SearchAndReplaceAscii("#1",m_aTextSeparatorLabel.GetText()); in prepareLeave()
458 aErrorText.SearchAndReplaceAscii("#2",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
501 if( m_aFieldSeparator.GetText() != m_aFieldSeparator.GetSavedValue() ) in FillItemSet()
506 if( m_aTextSeparator.GetText() != m_aTextSeparator.GetSavedValue() ) in FillItemSet()
512 if( m_aDecimalSeparator.GetText() != m_aDecimalSeparator.GetSavedValue() ) in FillItemSet()
514 rSet.Put( SfxStringItem(DSID_DECIMALDELIMITER, m_aDecimalSeparator.GetText().Copy(0, 1) ) ); in FillItemSet()
517 if( m_aThousandsSeparator.GetText() != m_aThousandsSeparator.GetSavedValue() ) in FillItemSet()
519 … rSet.Put( SfxStringItem(DSID_THOUSANDSDELIMITER, m_aThousandsSeparator.GetText().Copy(0,1) ) ); in FillItemSet()
557 sExtension = m_aETOwnExtension.GetText(); in GetExtension()
569 xub_StrLen nPos(rBox.GetEntryPos( rBox.GetText() )); in GetSeparator()
572 return rBox.GetText().Copy(0); in GetSeparator()