Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:m_pForm

25     m_pForm = pForm;

109 if (bNotify && m_pForm->m_pFormNotify != NULL) {
126 if (bNotify && m_pForm->m_pFormNotify != NULL) {
127 m_pForm->m_pFormNotify->AfterCheckedStatusChange(this, statusArray);
138 if (bNotify && m_pForm->m_pFormNotify != NULL) {
139 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
145 if (bNotify && m_pForm->m_pFormNotify != NULL) {
146 m_pForm->m_pFormNotify->AfterValueChange(this);
157 if (bNotify && m_pForm->m_pFormNotify != NULL) {
158 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
164 if (bNotify && m_pForm->m_pFormNotify != NULL) {
165 m_pForm->m_pFormNotify->AfterSelectionChange(this);
187 if (bNotify && m_pForm->m_pFormNotify != NULL) {
188 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csDValue);
207 if (bNotify && m_pForm->m_pFormNotify != NULL) {
208 m_pForm->m_pFormNotify->AfterValueChange(this);
210 m_pForm->m_bUpdated = TRUE;
353 if (bNotify && m_pForm->m_pFormNotify != NULL) {
354 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
375 if (bNotify && m_pForm->m_pFormNotify != NULL) {
376 m_pForm->m_pFormNotify->AfterValueChange(this);
378 m_pForm->m_bUpdated = TRUE;
389 if (bNotify && m_pForm->m_pFormNotify != NULL) {
391 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
401 if (bNotify && m_pForm->m_pFormNotify != NULL) {
402 m_pForm->m_pFormNotify->AfterSelectionChange(this);
404 m_pForm->m_bUpdated = TRUE;
507 if (bNotify && m_pForm->m_pFormNotify != NULL) {
515 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
518 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
526 if (bNotify && m_pForm->m_pFormNotify != NULL) {
528 m_pForm->m_pFormNotify->AfterSelectionChange(this);
531 m_pForm->m_pFormNotify->AfterValueChange(this);
537 m_pForm->m_bUpdated = TRUE;
596 if (bNotify && m_pForm->m_pFormNotify != NULL) {
599 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value);
602 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value);
677 if (bNotify && m_pForm->m_pFormNotify != NULL) {
679 m_pForm->m_pFormNotify->AfterSelectionChange(this);
682 m_pForm->m_pFormNotify->AfterValueChange(this);
688 m_pForm->m_bUpdated = TRUE;
730 if (!m_pForm->m_bGenerateAP) {
735 FPDF_GenerateAP(m_pForm->m_pDocument, pControl->m_pWidgetDict);
808 if (bNotify && m_pForm->m_pFormNotify != NULL) {
855 if (bNotify && m_pForm->m_pFormNotify != NULL) {
856 m_pForm->m_pFormNotify->AfterCheckedStatusChange(this, statusArray);
858 m_pForm->m_bUpdated = TRUE;
885 if (bNotify && m_pForm->m_pFormNotify != NULL) {
905 if (bNotify && m_pForm->m_pFormNotify != NULL) {
906 m_pForm->m_pFormNotify->AfterCheckedStatusChange(this, statusArray);
908 m_pForm->m_bUpdated = TRUE;
985 if (bNotify && m_pForm->m_pFormNotify != NULL) {
989 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
992 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1005 if (bNotify && m_pForm->m_pFormNotify != NULL) {
1009 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
1012 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1035 if (bNotify && m_pForm->m_pFormNotify != NULL) {
1037 m_pForm->m_pFormNotify->AfterSelectionChange(this);
1040 m_pForm->m_pFormNotify->AfterValueChange(this);
1043 m_pForm->m_bUpdated = TRUE;
1048 if (bNotify && m_pForm->m_pFormNotify != NULL) {
1056 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
1059 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1066 if (bNotify && m_pForm->m_pFormNotify != NULL) {
1068 m_pForm->m_pFormNotify->AfterSelectionChange(this);
1071 m_pForm->m_pFormNotify->AfterValueChange(this);
1074 m_pForm->m_bUpdated = TRUE;
1081 DA = m_pForm->m_pFormDict->GetString("DA");
1089 CPDF_Dictionary* pFontDict = m_pForm->m_pFormDict->GetDict("DR")->GetDict("Font")->GetDict(font_name);
1093 m_pFont = m_pForm->m_pDocument->LoadFont(pFontDict);