Searched refs:m_Name (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp70 wxString m_Name; member in class:MyFrame
199 m_Name = wxT("test.htm");
200 m_Html -> LoadPage(m_Name);
203 m_Prn -> SetHeader(m_Name + wxT("(@PAGENUM@/@PAGESCNT@)<hr>"), wxPAGE_ALL);
241 m_Prn -> PrintFile(m_Name);
247 m_Prn -> PreviewFile(m_Name);
257 m_Name = dialog.GetPath();
258 m_Html -> LoadPage(m_Name);
259 m_Prn -> SetHeader(m_Name + wxT("(@PAGENUM@/@PAGESCNT@)<hr>"), wxPAGE_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTag.cpp45 m_Name = Name;
62 m_Name = rTag.m_Name;
104 m_Name = data.ReadOnlyString(utf8strNone,length);
211 m_Name = rhs.m_Name;
342 if (!m_Name.IsEmpty()) {
344 data->WriteString(m_Name,utf8strNone);
417 if (!m_Name.IsEmpty()) {
419 if (m_Name
[all...]
H A DTag.h52 const wxString& GetName() const { return m_Name; }
106 wxString m_Name; member in class:CTag
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp1301 pPL->m_Name = get_token_str( tok );
1573 pOp->mScope = mpCurCtx->m_Name;
1585 pOp->m_Name = get_token_str( cur );
1588 char chFirst = *pOp->m_Name.c_str();
1596 lastToken += pOp->m_Name;
1597 pOp->m_Name = lastToken;
1604 else if ( pOp->m_Name == "operator" ) {
1609 pOp->m_Name += oper;
1626 arrange_indirection_tokens_between( pOp->m_RetType, pOp->m_Name );
1743 pPar->m_Name
[all...]
H A Dscriptbinder.h85 const char* m_Name; member in struct:TVarInfo
90 : m_Name(name),
213 wxString m_Name;// $(NAME) member in class:ScriptSection
H A Dsrcparser.cpp418 txt += m_Name;
440 txt += param.m_Name;
568 indent.c_str(), m_Name.c_str(), m_Type.c_str());
574 indent.c_str(), m_Name.c_str(), m_Type.c_str());
611 mScope.c_str(), m_Name.c_str(), m_RetType.c_str());
682 m_Name.c_str(), base.c_str());
688 indent.c_str(), m_Name.c_str());
694 indent.c_str(), m_Name.c_str(), m_OriginalType.c_str());
H A Dscriptbinder.cpp149 if ( strcmp( m_Vars[i]->m_Name, name ) == 0 )
213 cout << "DBG:: pInfo->m_Name is " << pInfo->m_Name << endl;
297 if ( strcmp( m_Vars[i]->m_Name, start ) == 0 )
328 m_Name ( name ),
411 if ( m_Subsections[i]->m_Name == buf )
468 GET_VAR_OFS( ScriptSection, m_Name, &nameOfs )
H A Dsrcparser.h325 wxString m_Name; member in class:spContext
382 inline wxString& GetName() { return m_Name; }
H A DHelpGen.cpp1764 const wxString& nameClass = ctxClass->m_Name;
1800 const wxString& nameMethod = ctxMethod->m_Name;
1886 (param.GetName() != ctxParam->m_Name.c_str()) ) {
1894 ctxParam->m_Name.c_str(),
1905 ctxParam->m_Name.c_str(),
1918 ctxParam->m_Name.c_str(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h83 inline wxString GetName() const {return m_Name;}
128 wxString m_Name; member in class:wxHtmlTag
H A Dhelpdata.h111 wxChar *m_Name; member in struct:wxHtmlContentsItem
168 const wxString& GetName() { return m_Name; }
178 wxString m_Keyword, m_Name; member in class:wxHtmlSearchStatus
H A Dhtmprint.h267 const wxString& GetName() const { return m_Name; }
269 void SetName(const wxString& name) { m_Name = name; }
281 wxString m_Name; member in class:wxHtmlEasyPrinting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtarstrm.cpp489 m_Name(e.m_Name),
511 m_Name = e.m_Name;
533 bool isDir = IsDir() && !m_Name.empty();
539 wxString name(isDir ? m_Name + _T("\\") : m_Name);
547 return isDir ? m_Name + _T("/") : m_Name;
556 fn.AssignDir(m_Name, wxPATH_UNI
[all...]
H A Dzipstrm.cpp737 m_Name(e.m_Name),
763 m_Name = e.m_Name;
783 bool isDir = IsDir() && !m_Name.empty();
789 wxString name(isDir ? m_Name + _T("\\") : m_Name);
797 return isDir ? m_Name + _T("/") : m_Name;
806 fn.AssignDir(m_Name, wxPATH_UNI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp784 : m_Level(0), m_ID(wxID_ANY), m_Name(NULL), m_Page(NULL), m_Book(NULL),
794 m_Name = wxStrdup(d.name.c_str());
803 free(m_Name);
809 m_Name = d.m_Name ? wxStrdup(d.m_Name) : NULL;
819 free(m_Name);
926 m_Name = wxEmptyString;
951 m_Name = m_Data->m_contents[i].name;
H A Dm_image.cpp240 wxString m_Name; member in class:wxHtmlImageMapCell
255 m_Name = name ;
270 if (m_Name == *((wxString*)(param)))
H A Dhtmprint.cpp502 m_Name = name;
587 m_Name + _(" Preview"),
682 wxHtmlPrintout *p = new wxHtmlPrintout(m_Name);
H A Dhtmltag.cpp257 m_Name << c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h72 wxString GetInternalName() const { return m_Name; }
126 wxString m_Name; member in class:wxTarEntry
H A Dzipstrm.h149 wxString GetInternalName() const { return m_Name; }
247 wxString m_Name; // in internal format member in class:wxZipEntry
567 m_Name = GetInternalName(name, format, &isDir);

Completed in 90 milliseconds