Home | History | Annotate | Download | only in Core

Lines Matching refs:m_value_str

73     m_value_str (),
119 m_value_str (),
190 // also will clear our m_value_str
191 if (m_value_str.empty())
198 m_old_value_str.swap (m_value_str);
1416 if (my_format != m_last_format || m_value_str.empty())
1419 if (GetValueAsCString(my_format, m_value_str))
1425 SetValueDidChange (m_old_value_str != m_value_str);
1430 if (m_value_str.empty())
1432 return m_value_str.c_str();
4037 m_value_str.clear();