Searched refs:CreateDocView (Results 1 – 6 of 6) sorted by relevance
32 IXFA_DocView* CXFA_FFDocHandler::CreateDocView(IXFA_Doc* hDoc, in CreateDocView() function in CXFA_FFDocHandler34 return static_cast<CXFA_FFDoc*>(hDoc)->CreateDocView(dwView); in CreateDocView()
32 IXFA_DocView* CreateDocView(FX_DWORD dwView = 0);
21 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0);
184 IXFA_DocView* CXFA_FFDoc::CreateDocView(FX_DWORD dwView) { in CreateDocView() function in CXFA_FFDoc
485 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0) = 0;
109 m_pXFADocView = pDocHandler->CreateDocView(m_pXFADoc, XFA_DOCVIEW_View); in LoadXFADoc()