Home
last modified time | relevance | path

Searched refs:CDocument (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/editors/tea/tea-qt-60.5.1/
H A Ddocument.h69 class CDocument; variable
77 CDocument *document;
141 class CDocument: public QPlainTextEdit
203 CDocument (CDox *hldr, QWidget *parent = 0);
204 ~CDocument();
286 std::vector <CDocument*> items;
325 void add_to_recent (CDocument *d);
331 CDocument* create_new();
335 CDocument* get_current();
347 void apply_settings_single (CDocument *d);
[all …]
H A Ddocument.cpp791 CDocument::CDocument (CDox *hldr, QWidget *parent): QPlainTextEdit (parent) in CDocument() function in CDocument
868 CDocument::~CDocument() in ~CDocument()
908 QString CDocument::get() const in get()
1037 int CDocument::get_tab_idx() in get_tab_idx()
1275 void CDocument::update_status() in update_status()
1369 void CDocument::indent() in indent()
1409 void CDocument::un_indent() in un_indent()
1731 void CDocument::rect_sel_upd() in rect_sel_upd()
2106 CDocument* CDox::create_new() in create_new()
2108 CDocument *doc = new CDocument (this, 0); in create_new()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/dom/
H A Ddocument.cxx86 CDocument::CDocument(xmlDocPtr const pDoc) in CDocument() function in DOM::CDocument
95 ::rtl::Reference<CDocument> CDocument::CreateCDocument(xmlDocPtr const pDoc) in CreateCDocument()
97 ::rtl::Reference<CDocument> const xDoc(new CDocument(pDoc)); in CreateCDocument()
107 CDocument::~CDocument() in ~CDocument()
266 CDocument & CDocument::GetOwnerDocument() in GetOwnerDocument()
283 void CDocument::fastSaxify( Context& rContext ) in fastSaxify()
360 void SAL_CALL CDocument::start() in start()
394 void SAL_CALL CDocument::terminate() in terminate()
910 OUString SAL_CALL CDocument::getNodeName() in getNodeName()
916 OUString SAL_CALL CDocument::getNodeValue() in getNodeValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/dom/
H A Ddocument.cxx87 CDocument::CDocument(xmlDocPtr const pDoc) in CDocument() function in DOM::CDocument
96 ::rtl::Reference<CDocument> CDocument::CreateCDocument(xmlDocPtr const pDoc) in CreateCDocument()
98 ::rtl::Reference<CDocument> const xDoc(new CDocument(pDoc)); in CreateCDocument()
108 CDocument::~CDocument() in ~CDocument()
266 CDocument & CDocument::GetOwnerDocument() in GetOwnerDocument()
283 void CDocument::fastSaxify( Context& rContext ) in fastSaxify()
356 void SAL_CALL CDocument::start() in start()
390 void SAL_CALL CDocument::terminate() in terminate()
906 OUString SAL_CALL CDocument::getNodeName() in getNodeName()
912 OUString SAL_CALL CDocument::getNodeValue() in getNodeValue()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Query/
H A DCDocument.cpp39 CDocument::CDocument(const std::string& aInput) in CDocument() function in CDocument
46 void CDocument::parse() in parse()
53 CDocument::~CDocument() in ~CDocument()
59 CSelection CDocument::find(const std::string& aSelector) in find()
73 void CDocument::reset() in reset()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Ddocument.cpp140 CDocument::CDocument(CDocumentAppearance &dApp, in CDocument() function in Saga2::CDocument
201 CDocument::~CDocument(void) { in ~CDocument()
226 void CDocument::deactivate(void) { in deactivate()
339 void CDocument::gotoPage(int8 page) { in gotoPage()
466 void CDocument::makePages(void) { in makePages()
550 void CDocument::renderText(void) { in renderText()
648 void CDocument::drawClipped( in drawClipped()
732 CDocument *win = NULL; in openScroll()
791 CDocument *win = NULL; in openBook()
837 CDocument *win = NULL; in openParchment()
[all …]
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Win32/vtkMFC/vtkMDI/
H A DvtkMDIDoc.cpp16 IMPLEMENT_DYNCREATE(CvtkMDIDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
18 BEGIN_MESSAGE_MAP(CvtkMDIDoc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnNewDocument()) in OnNewDocument()
68 CDocument::AssertValid(); in AssertValid()
73 CDocument::Dump(dc); in Dump()
82 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
96 CDocument::OnCloseDocument(); in OnCloseDocument()
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Win32/vtkMFC/vtkMDI/
H A DvtkMDIDoc.cpp16 IMPLEMENT_DYNCREATE(CvtkMDIDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
18 BEGIN_MESSAGE_MAP(CvtkMDIDoc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnNewDocument()) in OnNewDocument()
68 CDocument::AssertValid(); in AssertValid()
73 CDocument::Dump(dc); in Dump()
82 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
96 CDocument::OnCloseDocument(); in OnCloseDocument()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphpcdoc.cpp46 IMPLEMENT_DYNCREATE(CElectricDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
48 BEGIN_MESSAGE_MAP(CElectricDoc, CDocument) in IMPLEMENT_DYNCREATE()
68 if (!CDocument::OnNewDocument()) in OnNewDocument()
86 CDocument::AssertValid(); in AssertValid()
91 CDocument::Dump(dc); in Dump()
102 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
/dports/net/mpich2/mpich2-1.5/examples/windows/pmandel_vis/
H A Dpman_visDoc.cpp22 IMPLEMENT_DYNCREATE(Cpman_visDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
24 BEGIN_MESSAGE_MAP(Cpman_visDoc, CDocument) in IMPLEMENT_DYNCREATE()
42 if (!CDocument::OnNewDocument()) in OnNewDocument()
74 CDocument::AssertValid(); in AssertValid()
79 CDocument::Dump(dc); in Dump()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/MFC/mfc1/
H A Dmfc1Doc.cpp18 IMPLEMENT_DYNCREATE(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE() argument
20 BEGIN_MESSAGE_MAP(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnNewDocument()) in OnNewDocument()
61 CDocument::AssertValid(); in AssertValid()
66 CDocument::Dump(dc); in Dump()
/dports/devel/cmake/cmake-3.22.1/Tests/MFC/mfc1/
H A Dmfc1Doc.cpp18 IMPLEMENT_DYNCREATE(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE() argument
20 BEGIN_MESSAGE_MAP(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnNewDocument()) in OnNewDocument()
61 CDocument::AssertValid(); in AssertValid()
66 CDocument::Dump(dc); in Dump()
/dports/devel/cmake-doc/cmake-3.22.1/Tests/MFC/mfc1/
H A Dmfc1Doc.cpp18 IMPLEMENT_DYNCREATE(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE() argument
20 BEGIN_MESSAGE_MAP(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnNewDocument()) in OnNewDocument()
61 CDocument::AssertValid(); in AssertValid()
66 CDocument::Dump(dc); in Dump()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMagicCube4dDoc.cpp32 IMPLEMENT_DYNCREATE(CMagicCube4dDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
33 BEGIN_MESSAGE_MAP(CMagicCube4dDoc, CDocument) in IMPLEMENT_DYNCREATE()
55 if (!CDocument::OnNewDocument()) in OnNewDocument()
87 CDocument::AssertValid(); in AssertValid()
93 CDocument::Dump(dc); in Dump()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leash/
H A DLeashDoc.cpp30 IMPLEMENT_DYNCREATE(LeashDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
32 BEGIN_MESSAGE_MAP(LeashDoc, CDocument) in IMPLEMENT_DYNCREATE()
52 if (!CDocument::OnNewDocument()) in OnNewDocument()
84 CDocument::AssertValid(); in AssertValid()
89 CDocument::Dump(dc); in Dump()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DxpilotDoc.cpp48 IMPLEMENT_DYNCREATE(CXpilotDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
50 BEGIN_MESSAGE_MAP(CXpilotDoc, CDocument) in IMPLEMENT_DYNCREATE()
72 if (!CDocument::OnNewDocument()) in OnNewDocument()
102 CDocument::AssertValid(); in AssertValid()
107 CDocument::Dump(dc); in Dump()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DxpilotDoc.cpp47 IMPLEMENT_DYNCREATE(CXpilotDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
49 BEGIN_MESSAGE_MAP(CXpilotDoc, CDocument) in IMPLEMENT_DYNCREATE()
69 if (!CDocument::OnNewDocument()) in OnNewDocument()
96 CDocument::AssertValid(); in AssertValid()
101 CDocument::Dump(dc); in Dump()
/dports/security/krb5/krb5-1.19.2/src/windows/leash/
H A DLeashDoc.cpp30 IMPLEMENT_DYNCREATE(LeashDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
32 BEGIN_MESSAGE_MAP(LeashDoc, CDocument) in IMPLEMENT_DYNCREATE()
52 if (!CDocument::OnNewDocument()) in OnNewDocument()
84 CDocument::AssertValid(); in AssertValid()
89 CDocument::Dump(dc); in Dump()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerMFC/
H A DMFC_OSG_MDIDoc.cpp16 IMPLEMENT_DYNCREATE(CMFC_OSG_MDIDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
18 BEGIN_MESSAGE_MAP(CMFC_OSG_MDIDoc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
63 CDocument::AssertValid(); in AssertValid()
68 CDocument::Dump(dc); in Dump()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerMFC/
H A DMFC_OSG_MDIDoc.cpp16 IMPLEMENT_DYNCREATE(CMFC_OSG_MDIDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
18 BEGIN_MESSAGE_MAP(CMFC_OSG_MDIDoc, CDocument) in IMPLEMENT_DYNCREATE()
36 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
63 CDocument::AssertValid(); in AssertValid()
68 CDocument::Dump(dc); in Dump()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/examples/windows/winldap/
H A DLdapDoc.cpp56 IMPLEMENT_DYNCREATE(LdapDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
58 BEGIN_MESSAGE_MAP(LdapDoc, CDocument) in IMPLEMENT_DYNCREATE()
76 if (!CDocument::OnNewDocument()) in OnNewDocument()
102 CDocument::AssertValid(); in AssertValid()
107 CDocument::Dump(dc); in Dump()
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Win32/SampleMFC/
H A DvtkMFCDocument.cpp17 IMPLEMENT_DYNCREATE(vtkMFCDocument, CDocument) in IMPLEMENT_DYNCREATE() argument
26 if (!CDocument::OnNewDocument()) in OnNewDocument()
37 BEGIN_MESSAGE_MAP(vtkMFCDocument, CDocument) in BEGIN_MESSAGE_MAP() argument
49 CDocument::AssertValid(); in BEGIN_MESSAGE_MAP()
54 CDocument::Dump(dc); in Dump()
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Win32/SampleMFC/
H A DvtkMFCDocument.cpp17 IMPLEMENT_DYNCREATE(vtkMFCDocument, CDocument) in IMPLEMENT_DYNCREATE() argument
26 if (!CDocument::OnNewDocument()) in OnNewDocument()
37 BEGIN_MESSAGE_MAP(vtkMFCDocument, CDocument) in BEGIN_MESSAGE_MAP() argument
49 CDocument::AssertValid(); in BEGIN_MESSAGE_MAP()
54 CDocument::Dump(dc); in Dump()
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Win32/vtkMFC/vtkSDI/
H A DvtkSDIDoc.cpp17 IMPLEMENT_DYNCREATE(CvtkSDIDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
19 BEGIN_MESSAGE_MAP(CvtkSDIDoc, CDocument) in IMPLEMENT_DYNCREATE()
42 if (!CDocument::OnNewDocument()) in OnNewDocument()
77 CDocument::AssertValid(); in AssertValid()
82 CDocument::Dump(dc); in Dump()
112 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
139 CDocument::OnCloseDocument(); in OnCloseDocument()
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Win32/vtkMFC/vtkSDI/
H A DvtkSDIDoc.cpp17 IMPLEMENT_DYNCREATE(CvtkSDIDoc, CDocument) in IMPLEMENT_DYNCREATE() argument
19 BEGIN_MESSAGE_MAP(CvtkSDIDoc, CDocument) in IMPLEMENT_DYNCREATE()
42 if (!CDocument::OnNewDocument()) in OnNewDocument()
77 CDocument::AssertValid(); in AssertValid()
82 CDocument::Dump(dc); in Dump()
112 if (!CDocument::OnOpenDocument(lpszPathName)) in OnOpenDocument()
139 CDocument::OnCloseDocument(); in OnCloseDocument()

12345678