HomeSort by relevance Sort by last modified time
    Searched defs:pControl (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 706 CPDF_FormControl* pControl = pField->GetControl(i);
707 if (pControl == NULL) {
710 statusArray.Add(pControl->IsChecked() ? 1 : 0);
doc_formfield.cpp 120 CPDF_FormControl* pControl = GetControl(i);
121 FX_BOOL bChecked = pControl->IsDefaultChecked();
216 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl)
218 if (pControl == NULL) {
224 if (pFind == pControl) {
427 CPDF_FormControl* pControl = (CPDF_FormControl*)m_ControlList.GetAt(i);
428 if (pControl == NULL) {
431 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict;
725 void CPDF_FormField::UpdateAP(CPDF_FormControl* pControl)
737 CPDF_FormControl* pControl = GetControl(i)
    [all...]
doc_form.cpp 688 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName)
690 if (pControl == NULL || csNewFieldName.IsEmpty()) {
693 CPDF_FormField* pField = ((CPDF_FormControl*)pControl)->GetField();
694 return ValidateFieldName(csNewFieldName, pField->GetFieldType(), pField, pControl);
813 FX_BOOL CPDF_InterForm::IsValidFormControl(const void* pControl)
815 if (pControl == NULL) {
823 if (pControl == pFormControl) {
841 CPDF_FormControl* pControl;
842 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
861 CPDF_FormControl* pControl;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 151 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict);
153 return pControl;
487 CPDF_FormControl* pControl = GetFormControl();
488 ASSERT(pControl != NULL);
496 switch (pControl->GetTextPosition())
526 pControl->GetOriginalBackgroundColor(iColorType, fc);
530 pControl->GetOriginalBorderColor(iColorType, fc);
572 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance();
585 if (pControl->HasMKEntry("CA"))
587 csNormalCaption = pControl->GetNormalCaption()
    [all...]

Completed in 1547 milliseconds