Searched refs:typeDefault (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextbuf.h54 static const wxTextFileType typeDefault; member in class:wxTextBuffer
61 wxTextFileType type = typeDefault);
64 static const wxChar *GetEOL(wxTextFileType type = typeDefault);
141 void AddLine(const wxString& str, wxTextFileType type = typeDefault) argument
146 wxTextFileType type = typeDefault)
144 InsertLine(const wxString& str, size_t n, wxTextFileType type = typeDefault) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextbuf.cpp42 const wxTextFileType wxTextBuffer::typeDefault = member in class:wxTextBuffer
248 #define GREATER_OF(t1, t2) n##t1 == n##t2 ? typeDefault \
260 return nMac > nDos ? wxTextFileType_Mac : typeDefault;
267 return typeDefault;
H A Dfileconf.cpp543 const wxChar *pEOL = wxTextBuffer::GetEOL(wxTextBuffer::typeDefault);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextfile.tex95 \constfunc{void}{AddLine}{\param{const wxString\& }{str}, \param{wxTextFileType }{type = typeDefault}}
177 \constfunc{static const char*}{GetEOL}{\param{wxTextFileType }{type = typeDefault}}
179 Get the line termination string corresponding to given constant. {\it typeDefault} is
259 \constfunc{void}{InsertLine}{\param{const wxString\& }{str}, \param{size\_t }{n}, \param{wxTextFileType }{type = typeDefault}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp224 type = wxTextBuffer::typeDefault;

Completed in 92 milliseconds