| 849 | } |
| 850 | |
| 851 | bool WizHtmlAttributes::removeAll(void) |
| 852 | { |
| 853 | WizHtmlElemAttr *pItem = NULL; |
| 854 | for (int iElem = 0; iElem < getCount(); iElem++) |
| 855 | { |
| 856 | |
| 857 | WIZ_SAFE_DELETE_POINTER(pItem); |
| 858 | } |
| 859 | WIZ_SAFE_DELETE_POINTER(m_parrAttrib); |
| 860 | return (true); |
| 861 | } |
| 862 | |
| 863 | UINT WizHtmlAttributes::parseFromStr(const unsigned short* lpszString) |
| 864 | { |
no outgoing calls
no test coverage detected