Searched refs:OnSaveDocument (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.h35 bool OnSaveDocument(const wxString& file);
H A Ddoc.cpp53 bool csDiagramDocument::OnSaveDocument(const wxString& file) function in class:csDiagramDocument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Ddocripper.h135 virtual bool OnSaveDocument( ScriptStream& stm );
H A Dscriptbinder.h326 virtual bool OnSaveDocument( ScriptStream& WXUNUSED(stm) )
H A Ddocripper.cpp550 bool RipperDocGen::OnSaveDocument( ScriptStream& WXUNUSED(stm) )
H A Dscriptbinder.cpp596 if ( !OnSaveDocument( stm ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocument.tex268 \membersection{wxDocument::OnSaveDocument}\label{wxdocumentonsavedocument}
270 \func{virtual bool}{OnSaveDocument}{\param{const wxString\& }{filename}}
295 Saves the document by calling OnSaveDocument if there is an associated filename,
302 Prompts the user for a file to save to, and then calls OnSaveDocument.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp259 return OnSaveDocument(m_documentFile);
337 if (!OnSaveDocument(m_documentFile))
354 bool wxDocument::OnSaveDocument(const wxString& file) function in class:wxDocument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h96 virtual bool OnSaveDocument(const wxString& filename);
175 // Called by OnSaveDocument and OnOpenDocument to implement standard

Completed in 124 milliseconds