Searched refs:CPWL_ComboBox (Results 1 – 4 of 4) sorted by relevance
91 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow()) in OnCharNotify()151 CPWL_ComboBox::CPWL_ComboBox() {} in CPWL_ComboBox() function in CPWL_ComboBox153 CPWL_ComboBox::~CPWL_ComboBox() {} in ~CPWL_ComboBox()155 ByteString CPWL_ComboBox::GetClassName() const { in GetClassName()159 void CPWL_ComboBox::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()164 void CPWL_ComboBox::OnDestroy() { in OnDestroy()175 void CPWL_ComboBox::SetFocus() { in SetFocus()180 void CPWL_ComboBox::KillFocus() { in KillFocus()187 WideString CPWL_ComboBox::GetSelectedText() { in GetSelectedText()194 void CPWL_ComboBox::ReplaceSelection(const WideString& text) { in ReplaceSelection()[all …]
43 class CPWL_ComboBox : public CPWL_Wnd {45 CPWL_ComboBox();46 ~CPWL_ComboBox() override;
68 m_pComboBox = static_cast<CPWL_ComboBox*>(pWindow); in FormFillerAndWindowSetup()80 CPWL_ComboBox* GetCPWLComboBox() const { return m_pComboBox; } in GetCPWLComboBox()92 CPWL_ComboBox* m_pComboBox;
46 auto* pWnd = new CPWL_ComboBox(); in NewPDFWindow()77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false); in IsDataChanged()92 CPWL_ComboBox* pWnd = in SaveData()93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false)); in SaveData()129 if (CPWL_ComboBox* pComboBox = in GetActionData()130 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()149 if (CPWL_ComboBox* pComboBox = in GetActionData()150 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()170 if (CPWL_ComboBox* pComboBox = in SetActionData()171 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SetActionData()[all …]