• Home
  • Raw
  • Download

Lines Matching refs:widget_

1111     : widget_(widget), dict_(dict) {}  in CPWL_AppStream()
1116 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton()
1117 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsPushButton()
1155 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsPushButton()
1160 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsPushButton()
1240 widget_.Get(), in SetAsPushButton()
1241 widget_->GetInterForm()->GetFormFillEnv()->GetSysHandler()); in SetAsPushButton()
1318 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsCheckBox()
1331 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsCheckBox()
1335 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsCheckBox()
1354 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsCheckBox()
1426 ByteString csAS = widget_->GetAppState(); in SetAsCheckBox()
1428 widget_->SetAppState("Off"); in SetAsCheckBox()
1432 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsRadioButton()
1447 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsRadioButton()
1451 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsRadioButton()
1470 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsRadioButton()
1578 ByteString csAS = widget_->GetAppState(); in SetAsRadioButton()
1580 widget_->SetAppState("Off"); in SetAsRadioButton()
1584 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsComboBox()
1588 CFX_FloatRect rcClient = widget_->GetClientRect(); in SetAsComboBox()
1597 widget_.Get(), in SetAsComboBox()
1598 widget_->GetInterForm()->GetFormFillEnv()->GetSysHandler()); in SetAsComboBox()
1608 float fFontSize = widget_->GetFontSize(); in SetAsComboBox()
1642 CFX_Color crText = widget_->GetTextPWLColor(); in SetAsComboBox()
1654 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsListBox()
1656 CFX_FloatRect rcClient = widget_->GetClientRect(); in SetAsListBox()
1663 widget_.Get(), in SetAsListBox()
1664 widget_->GetInterForm()->GetFormFillEnv()->GetSysHandler()); in SetAsListBox()
1668 float fFontSize = widget_->GetFontSize(); in SetAsListBox()
1710 CFX_Color crText = widget_->GetTextPWLColor(); in SetAsListBox()
1738 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsTextField()
1747 widget_.Get(), in SetAsTextField()
1748 widget_->GetInterForm()->GetFormFillEnv()->GetSysHandler()); in SetAsTextField()
1751 CFX_FloatRect rcClient = widget_->GetClientRect(); in SetAsTextField()
1772 float fFontSize = widget_->GetFontSize(); in SetAsTextField()
1776 if (!sValue && widget_->GetMixXFAWidget()) { in SetAsTextField()
1777 sValueTmp = widget_->GetValue(true); in SetAsTextField()
1823 CFX_Color crText = widget_->GetTextPWLColor(); in SetAsTextField()
1830 switch (widget_->GetBorderStyle()) { in SetAsTextField()
1833 GetColorAppStream(widget_->GetBorderPWLColor(), false); in SetAsTextField()
1836 sLines << widget_->GetBorderWidth() << " " << kSetLineWidthOperator in SetAsTextField()
1838 << GetColorAppStream(widget_->GetBorderPWLColor(), false) in SetAsTextField()
1856 GetColorAppStream(widget_->GetBorderPWLColor(), false); in SetAsTextField()
1860 sLines << widget_->GetBorderWidth() << " " << kSetLineWidthOperator in SetAsTextField()
1862 << GetColorAppStream(widget_->GetBorderPWLColor(), false) in SetAsTextField()
1907 widget_->GetPageView()->GetPDFDocument(), in AddImage()
1929 CPDF_Document* doc = widget_->GetPageView()->GetPDFDocument(); in Write()
1937 widget_->GetPDFAnnot()->GetDocument()->GetByteStringPool()); in Write()
1944 pStreamDict->SetMatrixFor("Matrix", widget_->GetMatrix()); in Write()
1945 pStreamDict->SetRectFor("BBox", widget_->GetRotatedRect()); in Write()
1955 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBackgroundAppStream()
1957 return GetRectFillAppStream(widget_->GetRotatedRect(), crBackground); in GetBackgroundAppStream()
1963 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in GetBorderAppStream()
1964 CFX_Color crBorder = widget_->GetBorderPWLColor(); in GetBorderAppStream()
1965 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBorderAppStream()
1969 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in GetBorderAppStream()
1972 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in GetBorderAppStream()