Searched refs:wxRICHTEXT_TYPE_ANY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h95 #define wxRICHTEXT_TYPE_ANY 0 macro
1687 virtual bool LoadFile(const wxString& filename, int type = wxRICHTEXT_TYPE_ANY);
1690 virtual bool SaveFile(const wxString& filename, int type = wxRICHTEXT_TYPE_ANY);
1693 virtual bool LoadFile(wxInputStream& stream, int type = wxRICHTEXT_TYPE_ANY);
1696 virtual bool SaveFile(wxOutputStream& stream, int type = wxRICHTEXT_TYPE_ANY);
H A Drichtextctrl.h178 virtual bool DoSaveFile(const wxString& file = wxEmptyString, int fileType = wxRICHTEXT_TYPE_ANY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp6483 if (imageType != wxRICHTEXT_TYPE_ANY)
6518 (type == wxRICHTEXT_TYPE_ANY || handler->GetType() == type) )

Completed in 67 milliseconds