• Home
  • Raw
  • Download

Lines Matching refs:pFormControl

240                               CPDF_FormControl* pFormControl,  in UpdateFormControl()  argument
244 ASSERT(pFormControl); in UpdateFormControl()
247 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl); in UpdateFormControl()
277 CPDF_FormControl* pFormControl) { in GetWidget() argument
280 return pInterForm ? pInterForm->GetWidget(pFormControl) : nullptr; in GetWidget()
331 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in alignment() local
332 if (!pFormControl) in alignment()
335 switch (pFormControl->GetControlAlignment()) { in alignment()
459 if (CPDF_FormControl* pFormControl = in SetBorderStyle() local
461 if (CPDFSDK_Widget* pWidget = GetWidget(pDocument, pFormControl)) { in SetBorderStyle()
464 UpdateFormControl(pDocument, pFormControl, TRUE, TRUE, TRUE); in SetBorderStyle()
499 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonAlignX() local
500 if (!pFormControl) in buttonAlignX()
503 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in buttonAlignX()
548 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonAlignY() local
549 if (!pFormControl) in buttonAlignY()
552 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in buttonAlignY()
597 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonFitBounds() local
598 if (!pFormControl) in buttonFitBounds()
601 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in buttonFitBounds()
642 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonPosition() local
643 if (!pFormControl) in buttonPosition()
646 vp << pFormControl->GetTextPosition(); in buttonPosition()
685 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonScaleHow() local
686 if (!pFormControl) in buttonScaleHow()
689 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in buttonScaleHow()
733 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonScaleWhen() local
734 if (!pFormControl) in buttonScaleWhen()
737 CPDF_IconFit IconFit = pFormControl->GetIconFit(); in buttonScaleWhen()
1236 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetDisplay() local
1237 ASSERT(pFormControl); in SetDisplay()
1239 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetDisplay()
1278 if (CPDF_FormControl* pFormControl = in SetDisplay() local
1280 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetDisplay()
1308 UpdateFormControl(pDocument, pFormControl, TRUE, FALSE, TRUE); in SetDisplay()
1375 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in exportValues() local
1377 i, CJS_Value(pRuntime, pFormControl->GetExportValue().c_str())); in exportValues()
1383 CPDF_FormControl* pFormControl = in exportValues() local
1385 if (!pFormControl) in exportValues()
1389 0, CJS_Value(pRuntime, pFormControl->GetExportValue().c_str())); in exportValues()
1450 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in fillColor() local
1451 if (!pFormControl) in fillColor()
1455 pFormControl->GetBackgroundColor(iColorType); in fillColor()
1462 pFormControl->GetOriginalBackgroundColor(0)); in fillColor()
1465 CPWL_Color(COLORTYPE_RGB, pFormControl->GetOriginalBackgroundColor(0), in fillColor()
1466 pFormControl->GetOriginalBackgroundColor(1), in fillColor()
1467 pFormControl->GetOriginalBackgroundColor(2)); in fillColor()
1470 pFormControl->GetOriginalBackgroundColor(0), in fillColor()
1471 pFormControl->GetOriginalBackgroundColor(1), in fillColor()
1472 pFormControl->GetOriginalBackgroundColor(2), in fillColor()
1473 pFormControl->GetOriginalBackgroundColor(3)); in fillColor()
1570 if (CPDF_FormControl* pFormControl = in SetHidden() local
1572 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetHidden()
1588 UpdateFormControl(pDocument, pFormControl, TRUE, FALSE, TRUE); in SetHidden()
1623 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in highlight() local
1624 if (!pFormControl) in highlight()
1627 int eHM = pFormControl->GetHighlightingMode(); in highlight()
1680 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in lineWidth() local
1681 if (!pFormControl) in lineWidth()
1711 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetLineWidth() local
1712 ASSERT(pFormControl); in SetLineWidth()
1714 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetLineWidth()
1726 if (CPDF_FormControl* pFormControl = in SetLineWidth() local
1728 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetLineWidth()
1731 UpdateFormControl(pDocument, pFormControl, TRUE, TRUE, TRUE); in SetLineWidth()
1978 if (CPDF_FormControl* pFormControl = in print() local
1980 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in print()
2141 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetRect() local
2142 ASSERT(pFormControl); in SetRect()
2144 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetRect()
2166 if (CPDF_FormControl* pFormControl = in SetRect() local
2168 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetRect()
2179 UpdateFormControl(pDocument, pFormControl, TRUE, TRUE, TRUE); in SetRect()
2293 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in rotation() local
2294 if (!pFormControl) in rotation()
2297 vp << (int32_t)pFormControl->GetRotation(); in rotation()
2340 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in strokeColor() local
2341 if (!pFormControl) in strokeColor()
2345 pFormControl->GetBorderColor(iColorType); in strokeColor()
2352 CPWL_Color(COLORTYPE_GRAY, pFormControl->GetOriginalBorderColor(0)); in strokeColor()
2354 color = CPWL_Color(COLORTYPE_RGB, pFormControl->GetOriginalBorderColor(0), in strokeColor()
2355 pFormControl->GetOriginalBorderColor(1), in strokeColor()
2356 pFormControl->GetOriginalBorderColor(2)); in strokeColor()
2359 CPWL_Color(COLORTYPE_CMYK, pFormControl->GetOriginalBorderColor(0), in strokeColor()
2360 pFormControl->GetOriginalBorderColor(1), in strokeColor()
2361 pFormControl->GetOriginalBorderColor(2), in strokeColor()
2362 pFormControl->GetOriginalBorderColor(3)); in strokeColor()
2409 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in style() local
2410 if (!pFormControl) in style()
2413 CFX_WideString csWCaption = pFormControl->GetNormalCaption(); in style()
2484 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in textColor() local
2485 if (!pFormControl) in textColor()
2491 pFormControl->GetDefaultAppearance(); in textColor()
2542 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in textFont() local
2543 if (!pFormControl) in textFont()
2551 CPDF_Font* pFont = pFormControl->GetDefaultControlFont(); in textFont()
2595 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in textSize() local
2596 if (!pFormControl) in textSize()
2600 pFormControl->GetDefaultAppearance(); in textSize()
2956 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonGetCaption() local
2957 if (!pFormControl) in buttonGetCaption()
2961 vRet = pFormControl->GetNormalCaption().c_str(); in buttonGetCaption()
2963 vRet = pFormControl->GetDownCaption().c_str(); in buttonGetCaption()
2965 vRet = pFormControl->GetRolloverCaption().c_str(); in buttonGetCaption()
2989 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonGetIcon() local
2990 if (!pFormControl) in buttonGetIcon()
3004 pIconStream = pFormControl->GetNormalIcon(); in buttonGetIcon()
3006 pIconStream = pFormControl->GetDownIcon(); in buttonGetIcon()
3008 pIconStream = pFormControl->GetRolloverIcon(); in buttonGetIcon()