Searched refs:strText (Results 1 – 3 of 3) sorted by relevance
52 void SetOriginalText(const String& strText) { m_strNextText =strText; } in SetOriginalText() argument
160 Sub insertIntoCell( strCellName, strText, objTable) 164 objCellText.insertString objCellCursor, strText, false
2531 String strText(GetCellText(nRow, nColId)); in GetTotalCellWidth() local2532 return GetDataWindow().LogicToPixel(Size(GetDataWindow().GetTextWidth(strText),0)).Width(); in GetTotalCellWidth()
Completed in 41 milliseconds