Lines Matching refs:GetText

236                 String sWindowText( pRealWindow->GetText() );  in DBG_NAME()
404 String aDelText(m_aFieldSeparator.GetText()); in prepareLeave()
408 aErrorText.SearchAndReplaceAscii("#1",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
411 else if (!m_aDecimalSeparator.GetText().Len()) in prepareLeave()
414 aErrorText.SearchAndReplaceAscii("#1",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
417 else if (m_aTextSeparator.GetText() == m_aFieldSeparator.GetText()) in prepareLeave()
420 aErrorText.SearchAndReplaceAscii("#1",m_aTextSeparatorLabel.GetText()); in prepareLeave()
421 aErrorText.SearchAndReplaceAscii("#2",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
424 else if (m_aDecimalSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
427 aErrorText.SearchAndReplaceAscii("#1",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
428 aErrorText.SearchAndReplaceAscii("#2",m_aThousandsSeparatorLabel.GetText()); in prepareLeave()
431 else if (m_aFieldSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
434 aErrorText.SearchAndReplaceAscii("#1",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
435 aErrorText.SearchAndReplaceAscii("#2",m_aThousandsSeparatorLabel.GetText()); in prepareLeave()
438 else if (m_aFieldSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
441 aErrorText.SearchAndReplaceAscii("#1",m_aFieldSeparatorLabel.GetText()); in prepareLeave()
442 aErrorText.SearchAndReplaceAscii("#2",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
445 else if (m_aTextSeparator.GetText() == m_aThousandsSeparator.GetText()) in prepareLeave()
448 aErrorText.SearchAndReplaceAscii("#1",m_aTextSeparatorLabel.GetText()); in prepareLeave()
449 aErrorText.SearchAndReplaceAscii("#2",m_aThousandsSeparatorLabel.GetText()); in prepareLeave()
452 else if (m_aTextSeparator.GetText() == m_aDecimalSeparator.GetText()) in prepareLeave()
455 aErrorText.SearchAndReplaceAscii("#1",m_aTextSeparatorLabel.GetText()); in prepareLeave()
456 aErrorText.SearchAndReplaceAscii("#2",m_aDecimalSeparatorLabel.GetText()); in prepareLeave()
499 if( m_aFieldSeparator.GetText() != m_aFieldSeparator.GetSavedValue() ) in FillItemSet()
504 if( m_aTextSeparator.GetText() != m_aTextSeparator.GetSavedValue() ) in FillItemSet()
510 if( m_aDecimalSeparator.GetText() != m_aDecimalSeparator.GetSavedValue() ) in FillItemSet()
512 rSet.Put( SfxStringItem(DSID_DECIMALDELIMITER, m_aDecimalSeparator.GetText().Copy(0, 1) ) ); in FillItemSet()
515 if( m_aThousandsSeparator.GetText() != m_aThousandsSeparator.GetSavedValue() ) in FillItemSet()
517 … rSet.Put( SfxStringItem(DSID_THOUSANDSDELIMITER, m_aThousandsSeparator.GetText().Copy(0,1) ) ); in FillItemSet()
555 sExtension = m_aETOwnExtension.GetText(); in GetExtension()
567 xub_StrLen nPos(rBox.GetEntryPos( rBox.GetText() )); in GetSeparator()
570 return rBox.GetText().Copy(0); in GetSeparator()