Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:csValue

132                 CFX_WideString csValue;

136 csValue = GetOptionLabel(iIndex);
139 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
151 CFX_WideString csValue;
155 csValue = GetOptionLabel(iIndex);
158 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
179 CFX_WideString csValue;
181 csValue = pV->GetUnicodeText();
184 if (!pRV && (csDValue == csValue)) {
352 CFX_WideString csValue = value;
354 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
359 int iIndex = FindOptionValue(csValue);
361 CFX_ByteString bsEncodeText = PDF_EncodeText(csValue);
368 m_pDict->SetAtString(bDefault ? "DV" : "V", PDF_EncodeText(csValue));
390 CFX_WideString csValue = value;
391 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
509 CFX_WideString csValue;
512 csValue = GetOptionLabel(iIndex);
515 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
518 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
776 CFX_WideString csValue = GetOptionValue(i);
777 if (csValue == csOptLabel) {
790 CFX_WideString csValue = GetOptionValue(iStartIndex);
791 if (csValue == csOptValue) {
987 CFX_WideString csValue = GetOptionLabel(iOptIndex);
989 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
992 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1007 CFX_WideString csValue = GetOptionLabel(iOptIndex);
1009 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
1012 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1050 CFX_WideString csValue;
1053 csValue = GetOptionLabel(iIndex);
1056 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
1059 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);