Searched refs:GetRowCount (Results 1 – 3 of 3) sorted by relevance
73 int GetRowCount(){ return mTriggerList.GetCount(); }; in GetRowCount() function
78 int GetRowCount() { return mRowCount; }; in GetRowCount() function
394 …tring.Format(_T("Search found %d matching string table entries"), mpTableFrame->GetRowCount() - 1); in UpdateSearchMessage()671 if (row_id < 0 || row_id > mpTableFrame->GetRowCount()) in StringSelected()