Lines Matching refs:m_aText
2783 rDev.DrawText(rRect, m_aText, nStyle); in PaintCell()
2949 String aText(m_aText); in commitControl()
2963 if (m_aText != aText) in commitControl()
2965 m_aText = aText; in commitControl()
2973 if (m_aText != aText) in commitControl()
2999 m_aText = aPreparedText; in commitControl()
3015 m_aText = aText; in commitControl()
3017 m_pWindow->SetText(m_aText); in commitControl()
3026 m_aText = rText; in SetText()
3045 Sequence<sal_Int16> aPosSeq = ::comphelper::findValue(m_aValueList, m_aText, sal_True); in SetText()
3052 m_pWindow->SetText(m_aText); in SetText()
3210 if (m_aText != aText) in IMPL_LINK()
3212 m_aText = aText; in IMPL_LINK()