| 624 | } |
| 625 | |
| 626 | bool _IsValidSelection() const |
| 627 | { |
| 628 | ATLASSERT(m_iSelectedRow==GetSelectedIndex()); // Should always be in sync! |
| 629 | return (m_iSelectedRow != -1) && (m_iSelectedCol != -1); |
| 630 | } |
| 631 | |
| 632 | bool _IsAppendActionItem(int iItem) const |
| 633 | { |
no outgoing calls
no test coverage detected