OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pDocView
(Results
1 - 14
of
14
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgethandler.cpp
17
:
m_pDocView
(pDocView) {}
60
m_pDocView
->LockUpdate();
62
m_pDocView
->UnlockUpdate();
63
m_pDocView
->UpdateDocView();
67
m_pDocView
->LockUpdate();
69
m_pDocView
->UnlockUpdate();
70
m_pDocView
->UpdateDocView();
77
m_pDocView
->LockUpdate();
81
if (bRet &&
m_pDocView
->SetFocus(hWidget)) {
82
((CXFA_FFDoc*)
m_pDocView
->GetDoc())
[
all
...]
xfa_ffdocview.h
149
CXFA_FFDocView*
m_pDocView
;
168
CXFA_FFDocView*
m_pDocView
;
xfa_ffpageview.h
35
CXFA_FFDocView*
m_pDocView
;
xfa_ffwidget.h
113
void SetDocView(CXFA_FFDocView* pDocView) {
m_pDocView
= pDocView; }
142
CXFA_FFDocView*
m_pDocView
;
xfa_ffwidgetacc.cpp
181
m_pDocView
(pDocView),
208
m_pDocView
->AddValidateWidget(this);
209
m_pDocView
->AddCalculateWidgetAcc(this);
210
m_pDocView
->RunCalculateWidgets();
211
m_pDocView
->RunValidate();
303
return
m_pDocView
;
306
return (CXFA_FFDoc*)
m_pDocView
->GetDoc();
497
m_pDocView
->m_arrNullTestMsg.Add(wsNullMsg);
599
m_pDocView
->GetLayoutStatus() < XFA_DOCVIEW_LAYOUTSTATUS_End;
691
m_pDocView
->AddValidateWidget(this);
[
all
...]
xfa_ffcheckbutton.cpp
309
m_pDocView
->AddValidateWidget(pFFExclGroup);
310
m_pDocView
->AddCalculateWidgetAcc(pFFExclGroup);
xfa_ffpageview.cpp
22
m_pDocView
(pDocView),
26
return
m_pDocView
;
xfa_ffimageedit.cpp
151
m_pDocView
->SetChangeMark();
xfa_ffwidgethandler.h
138
CXFA_FFDocView*
m_pDocView
;
xfa_ffdocview.cpp
847
m_pDocView
= pDocView;
899
m_pDocView
= pDocView;
xfa_fffield.cpp
696
m_pDocView
->SetChangeMark();
697
m_pDocView
->AddValidateWidget(m_pDataAcc);
xfa_ffchoicelist.cpp
489
m_pDocView
->SetFocusWidgetAcc(NULL);
xfa_ffwidget.cpp
159
m_pDocView
->AddInvalidateRect(m_pPageView, rtWidget);
366
return
m_pDocView
;
369
return (CXFA_FFDoc*)
m_pDocView
->GetDoc();
[
all
...]
/external/pdfium/xfa/include/fxfa/
fxfa_widget.h
114
CXFA_FFDocView*
m_pDocView
;
Completed in 960 milliseconds