Home
last modified time | relevance | path

Searched refs:pRowText (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dchartarr.hxx48 String* pRowText; member in ScMemChart
59 const String& GetRowText(short nRow) const { return pRowText[nRow]; } in GetRowText()
63 void SetRowText(short nRow, const String& rText) { pRowText[nRow] = rText; } in SetRowText()
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx65 pRowText = new String[nRowCnt]; in ScMemChart()
70 delete[] pRowText; in ~ScMemChart()

Completed in 18 milliseconds