Searched refs:m_fileName (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dfiledlgwce.cpp81 m_fileName = defaultFileName;
108 wxSplitPath(path, &m_dir, &m_fileName, &ext);
110 m_fileName << _T('.') << ext;
119 wxString str = wxGetTextFromUser(m_message, _("File"), m_fileName, parentWindow);
123 m_fileName = str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfiledlg.cpp175 wxSplitPath(path, &m_dir, &m_fileName, &ext);
177 m_fileName << _T('.') << ext;
405 wxStrncpy( fileNameBuffer, (const wxChar *)m_fileName, wxMAXPATH-1 );
497 m_fileName = &fileNameBuffer[i];
498 m_fileNames.Add(m_fileName);
499 i += m_fileName.length() + 1;
509 m_fileName = toke.GetNextToken();
510 m_fileNames.Add(m_fileName);
520 m_path = dir + m_fileName;
539 m_fileName
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddirdlg.h44 wxString m_fileName; member in class:wxDirDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/private/
H A Dfontmgr.h33 wxFontFace(const wxString& filename) : m_fileName(filename) {}
39 wxString m_fileName; member in class:wxFontFace
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/private/
H A Dfontmgr.h34 : m_fontLib(NULL), m_fileName(filename) {}
46 wxString m_fileName; member in class:wxFontFace
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCorruptionBlackBox.h41 void SetPartFileInfo(const wxString& name, const wxString& nr) { m_fileName = name; m_partNumber = nr; }
72 wxString m_fileName; member in class:CCorruptionBlackBox
H A DMuleCollection.h39 std::string m_fileName; member in struct:CollectionFile
H A DKnownFile.h112 const CPath& GetFileName() const { return m_fileName; }
160 CPath m_fileName; member in class:CAbstractFile
H A DMuleCollection.cpp50 m_fileName(fileName),
99 std::string retvalue = vCollection[index].m_fileName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp64 wxLogTrace("mgl_font", "opening library '%s'", m_fileName.mb_str());
65 m_fontLib = MGL_openFontLib(m_fileName.fn_str());
77 wxLogTrace("mgl_font", "closing library '%s'", m_fileName.mb_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.h68 const wxString& GetFileName(void) const throw() { return m_fileName; }
69 void SetFileName(const wxString& fileName) throw() { m_fileName = fileName; }
131 wxString m_fileName; member in class:Kademlia::CSearch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfiledlg.cpp214 sDir += m_fileName;
236 m_fileName = wxFileNameFromPath(wxString((const wxChar*)*vFileDlg.papszFQFilename[i]));
237 m_fileNames.Add(m_fileName);
244 m_fileName = wxFileNameFromPath(wxString((const wxChar*)vFileDlg.szFullFile));
258 ,&m_fileName
300 m_fileName = wxFileNameFromPath((const wxChar*)vFileDlg.szFullFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfiledlg.h106 virtual void SetFilename(const wxString& name) { m_fileName = name; }
114 virtual wxString GetFilename() const { return m_fileName; }
115 virtual void GetFilenames(wxArrayString& files) const { files.Empty(); files.Add(m_fileName); }
151 wxString m_fileName; member in class:wxFileDialogBase
H A Dmemory.h189 wxChar* m_fileName; member in class:wxMemStruct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfiledlg.cpp365 wxMacCFStringHolder defaultFileName(m_fileName, m_font.GetEncoding());
480 m_fileName = wxFileNameFromPath(m_path);
481 m_fileNames.Add(m_fileName);
485 m_fileName = wxFileNameFromPath(m_path);
510 wxMacStringToPascal( m_fileName , (StringPtr)mNavOptions.savedFileName ) ;
545 m_fileName = wxEmptyString ;
637 m_fileName = wxFileNameFromPath(m_path);
638 m_fileNames.Add(m_fileName);
642 m_fileName = wxFileNameFromPath(m_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmemory.cpp315 if (m_fileName)
316 msg.Printf(wxT("%s(%d): "), m_fileName, (int)m_lineNum);
333 if (m_fileName)
334 msg.Printf(wxT("%s(%d): "), m_fileName, (int)m_lineNum);
353 if (m_fileName)
354 msg.Printf(wxT("%s(%d): "), m_fileName, (int)m_lineNum);
378 if (m_fileName)
379 msg.Printf(wxT("%s(%d): "), m_fileName, (int)m_lineNum);
964 st->m_fileName = fileName;
H A Dfldlgcmn.cpp54 m_fileName = defaultFile;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfiledlg.cpp296 wxMacCFStringHolder defaultFileName(m_fileName, GetFont().GetEncoding());
406 m_fileName = wxFileNameFromPath(m_path);
407 m_fileNames.Add(m_fileName);
412 m_fileName = wxFileNameFromPath(m_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfiledlg.cpp263 entirePath = m_dir + wxString("/") + m_fileName;
267 entirePath = m_fileName;
329 m_fileName = wxFileNameFromPath(m_fileSelectorAnswer);
332 if (m_fileName.empty())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp190 m_fileName = fileName;
207 m_fileName = fileData.GetFileName();
226 if ((m_fileName == wxT("..")) && (m_filePath.length() <= 5))
318 if (m_fileName.Find(wxT('.'), true) != wxNOT_FOUND)
320 m_image = wxTheFileIconsTable->GetIconID( m_fileName.AfterLast(wxT('.')));
336 else if (m_fileName.Find(wxT('.'), true) != wxNOT_FOUND)
337 return m_fileName.AfterLast(wxT('.'));
381 s = m_fileName;
413 m_fileName = fileName;
419 item.m_text = m_fileName;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfiledlgg.h181 wxString GetFileName() const { return m_fileName; }
234 wxString m_fileName; member in class:wxFileData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp407 wxString m_fileName; member in class:wxChmInputStream
430 m_fileName = wxString(filename).MakeLower();
433 if ( !m_chm->Contains(m_fileName) )
438 if ( m_fileName.Find(_T(".hhp")) != wxNOT_FOUND && m_simulateHHP )
452 CreateFileStream(m_fileName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfiledlg.cpp443 m_fileName = name;
454 m_fileName = name;
470 currentFilename = m_fileName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp66 return new wxFontInstance(ptSize, aa, m_fileName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dtextctrl.h126 wxString m_fileName; member in class:wxTextCtrl

Completed in 120 milliseconds

12