Searched refs:GetParamAsInt (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_hline.cpp89 tag.GetParamAsInt(wxT("SIZE"), &sz);
H A Dm_tables.cpp148 if (!tag.GetParamAsInt(wxT("CELLSPACING"), &m_Spacing))
150 if (!tag.GetParamAsInt(wxT("CELLPADDING"), &m_Padding))
304 tag.GetParamAsInt(wxT("COLSPAN"), &m_CellInfo[r][c].colspan);
305 tag.GetParamAsInt(wxT("ROWSPAN"), &m_CellInfo[r][c].rowspan);
H A Dm_fonts.cpp56 if (tag.GetParamAsInt(wxT("SIZE"), &tmp))
H A Dm_image.cpp638 tag.GetParamAsInt(wxT("WIDTH"), &w);
640 tag.GetParamAsInt(wxT("HEIGHT"), &h);
H A Dhtmltag.cpp453 bool wxHtmlTag::GetParamAsInt(const wxString& par, int *clr) const function in class:wxHtmlTag
H A Dhelpdata.cpp236 tag.GetParamAsInt(wxT("VALUE"), &m_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h99 bool GetParamAsInt(const wxString& par, int *clr) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp676 tag.GetParamAsInt("WIDTH", &width);
680 tag.GetParamAsInt("HEIGHT", &height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttag.tex128 \membersection{wxHtmlTag::GetParamAsInt}\label{wxhtmltaggetparamasint}
130 \constfunc{bool}{GetParamAsInt}{\param{const wxString\& }{par}, \param{int *}{value}}

Completed in 128 milliseconds