Lines Matching refs:aText
472 XubString aText = m_aRecordText.GetText(); in ArrangeControls() local
473 long nTextWidth = m_aRecordText.GetTextWidth(aText); in ArrangeControls()
482 aText = m_aRecordOf.GetText(); in ArrangeControls()
483 nTextWidth = m_aRecordOf.GetTextWidth(aText); in ArrangeControls()
699 String aText; in SetState() local
705 aText = String::CreateFromInt32(pParent->GetRowCount()); in SetState()
707 aText = String::CreateFromInt32(pParent->GetRowCount() - 1); in SetState()
710 aText = String::CreateFromInt32(pParent->GetRowCount()); in SetState()
712 aText += String::CreateFromAscii(" *"); in SetState()
715 aText = String(); in SetState()
720 String aExtendedInfo(aText); in SetState()
727 pWnd->SetText(aText); in SetState()
729 pParent->SetRealRowCount(aText); in SetState()
2757 XubString aText; in GetCurrentRowCellText() local
2759 aText = pColumn->GetCellText(_rRow, m_xFormatter); in GetCurrentRowCellText()
2760 return aText; in GetCurrentRowCellText()