Searched refs:pRowText (Results 1 – 2 of 2) sorted by relevance
48 String* pRowText; member in ScMemChart59 const String& GetRowText(short nRow) const { return pRowText[nRow]; } in GetRowText()63 void SetRowText(short nRow, const String& rText) { pRowText[nRow] = rText; } in SetRowText()
65 pRowText = new String[nRowCnt]; in ScMemChart()70 delete[] pRowText; in ~ScMemChart()
Completed in 13 milliseconds