Searched refs:wxFileNameFromPath (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfiledlg.cpp236 m_fileName = wxFileNameFromPath(wxString((const wxChar*)*vFileDlg.papszFQFilename[i]));
244 m_fileName = wxFileNameFromPath(wxString((const wxChar*)vFileDlg.szFullFile));
300 m_fileName = wxFileNameFromPath((const wxChar*)vFileDlg.szFullFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp348 title.Printf( _T("Tex2RTF [%s]"), wxFileNameFromPath(InputFile).c_str());
754 wxString str(wxFileNameFromPath(OutputFile));
767 wxString str(wxFileNameFromPath(OutputFile));
777 wxString s = wxFileSelector(_T("Choose custom macro file"), wxPathOnly(MacroFile), wxFileNameFromPath(MacroFile), _T("ini"), _T("*.ini"));
890 wxString s = wxFileSelector(_T("Choose LaTeX input file"), wxPathOnly(InputFile), wxFileNameFromPath(InputFile), _T("tex"), _T("*.tex"));
900 wxString str = wxFileNameFromPath(InputFile);
947 wxString s = wxFileSelector(_T("Choose output file"), path, wxFileNameFromPath(OutputFile),
972 wxString str = wxFileNameFromPath(InputFile);
990 wxChar* sName = wxFileNameFromPath( FileRoot); // this Julian's method is non-destructive reference
1009 wxString str = wxFileNameFromPath(
[all...]
H A Dhtmlutil.cpp213 *fileName = copystring(wxFileNameFromPath(buf));
456 wxStrcpy(buf1, ConvertCase(wxFileNameFromPath(FileRoot)));
464 wxStrcpy(buf1, ConvertCase(wxFileNameFromPath(FileRoot)));
768 wxSnprintf(titleBuf, sizeof(titleBuf), _T("%s.htm"), wxFileNameFromPath(FileRoot));
770 wxSnprintf(titleBuf, sizeof(titleBuf), _T("%s_contents.html"), wxFileNameFromPath(FileRoot));
2185 TexOutput(ConvertCase(wxFileNameFromPath(inlineFilename)));
2194 TexOutput(ConvertCase(wxFileNameFromPath(inlineFilename)));
2205 TexOutput(ConvertCase(wxFileNameFromPath(filename)));
2277 TexOutput(ConvertCase(wxFileNameFromPath(imageFile)));
2868 wxSnprintf(titleBuf, sizeof(titleBuf), _T("%s.htm"), wxFileNameFromPath(FileRoo
[all...]
H A Drtfutils.cpp529 wxStrcpy(helpFile, wxFileNameFromPath(filename));
556 wxFprintf(fd, _T("HLP=.\\%s.hlp\n"), wxFileNameFromPath(FileRoot));
1201 wxFileNameFromPath(FileRoot), _T("Contents"));
1360 wxFileNameFromPath(FileRoot), _T("Contents"));
1365 wxFileNameFromPath(FileRoot), CurrentChapterName);
1520 wxFileNameFromPath(FileRoot), CurrentSectionName);
1676 wxFileNameFromPath(FileRoot), CurrentSubsectionName);
3614 wxString str = wxFileNameFromPath(f);
3627 wxString str = wxFileNameFromPath(f);
4954 wxFileNameFromPath(FileRoo
[all...]
H A Dtexutils.cpp1290 IgnorableInputFiles.Add(wxFileNameFromPath(settingValue));
H A Dtex2any.cpp763 wxChar *fileOnly = wxFileNameFromPath((wxChar*) (const wxChar*) fileNameStr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfiledlg.cpp480 m_fileName = wxFileNameFromPath(m_path);
485 m_fileName = wxFileNameFromPath(m_path);
637 m_fileName = wxFileNameFromPath(m_path);
642 m_fileName = wxFileNameFromPath(m_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfiledlg.cpp406 m_fileName = wxFileNameFromPath(m_path);
412 m_fileName = wxFileNameFromPath(m_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h508 WXDLLIMPEXP_BASE wxChar* wxFileNameFromPath(wxChar *path);
509 WXDLLIMPEXP_BASE wxString wxFileNameFromPath(const wxString& path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfiledlg.cpp329 m_fileName = wxFileNameFromPath(m_fileSelectorAnswer);
H A Dutils.cpp203 strcat (buf, wxFileNameFromPath (name).c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfiledlg.cpp545 m_fileName = wxFileNameFromPath(fileNameBuffer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp765 wxChar *wxFileNameFromPath (wxChar *path) function
768 wxString n = wxFileNameFromPath(p);
773 wxString wxFileNameFromPath (const wxString& path) function
1396 gs_dir->GetFirst(&result, wxFileNameFromPath(wxString(spec)), dirFlags);
H A Ddocview.cpp305 wxFileNameFromPath(GetFilename()),
325 SetTitle(wxFileNameFromPath(fileName));
423 buf = wxFileNameFromPath(m_documentFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp556 fi = fsys.OpenFile(m_tempPath + wxFileNameFromPath(bookfile.GetLocation()) + wxT(".cached"));
567 SafeFileName(wxFileNameFromPath(bookfile.GetLocation())) + wxT(".cached"));
H A Dhtmlwin.cpp604 OnSetTitle(wxFileNameFromPath(m_OpenedPage));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp373 wxString s = wxFileNameFromPath(parOutput) + wxT("$") + name2;
379 s.Printf(wxFileNameFromPath(parOutput) + wxT("$%03i-") + name2, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.cpp1319 bitmapname=wxFileNameFromPath(*bitmappath);
1350 iconname=wxFileNameFromPath(*iconpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp132 s = wxT("<title>SVG Picture created as ") + wxFileNameFromPath(f) + wxT(" </title>") + newline ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp396 // m_isHidden = (bool)(wxFileNameFromPath(*m_path)[0] == '.');
405 m_name = wxFileNameFromPath(path);
H A Dfiledlgg.cpp741 wxString fname( wxFileNameFromPath(m_dirName) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dproplist.cpp1344 wxFileNameFromPath(property->GetValue().StringValue()),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbody.tex479 the global function {\bf wxFileNameFromPath} allows the application to
H A Dfunction.tex99 \helpref{wxFileNameFromPath}{wxfilenamefrompath}\\
1003 \membersection{::wxFileNameFromPath}\label{wxfilenamefrompath}
1005 \func{wxString}{wxFileNameFromPath}{\param{const wxString\& }{path}}
1007 \func{char *}{wxFileNameFromPath}{\param{char *}{path}}

Completed in 343 milliseconds