Home
last modified time | relevance | path

Searched refs:CPWL_Wnd (Results 1 – 25 of 41) sorted by relevance

12

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp100 friend class CPWL_Wnd;
103 CPWL_MsgControl(CPWL_Wnd * pWnd) in CPWL_MsgControl()
124 FX_BOOL IsWndCreated(const CPWL_Wnd * pWnd) const in IsWndCreated()
129 FX_BOOL IsMainCaptureMouse(const CPWL_Wnd * pWnd) const in IsMainCaptureMouse()
134 FX_BOOL IsWndCaptureMouse(const CPWL_Wnd * pWnd) const in IsWndCaptureMouse()
144 FX_BOOL IsMainCaptureKeyboard(const CPWL_Wnd * pWnd) const in IsMainCaptureKeyboard()
150 FX_BOOL IsWndCaptureKeyboard(const CPWL_Wnd * pWnd) const in IsWndCaptureKeyboard()
160 void SetFocus(CPWL_Wnd * pWnd) in SetFocus()
168 CPWL_Wnd * pParent = pWnd; in SetFocus()
182 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0)) in KillFocus()
[all …]
DPWL_ListBox.cpp135 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
186 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
241 CPWL_Wnd::OnKeyDown(nChar, nFlag); in OnKeyDown()
290 CPWL_Wnd::OnChar(nChar,nFlag); in OnChar()
304 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown()
321 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp()
342 CPWL_Wnd::OnMouseMove(point, nFlag); in OnMouseMove()
359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
361 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam); in OnNotify()
371 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify()
[all …]
DPWL_Note.cpp46 CPWL_Wnd::SetTextColor(color); in SetTextColor()
90 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
167 if (CPWL_Wnd* pParent = this->GetParentWindow()) in OnKillFocus()
169 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) in OnKillFocus()
182 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
197 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify()
225 if (CPWL_Wnd * pParent = this->GetParentWindow()) in OnNotify()
494 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) in GetSubItems()
518 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in DeleteSubItem()
536 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetHitNoteItem()
[all …]
DPWL_ComboBox.cpp27 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp()
36 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonUp()
116 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
118 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream()
148 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
150 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
182 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown()
186 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonDown()
196 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
235 CPWL_Wnd::KillFocus(); in KillFocus()
[all …]
DPWL_Caret.cpp163 CPWL_Wnd::SetVisible(TRUE); in SetCaret()
179 CPWL_Wnd::SetVisible(FALSE); in SetCaret()
192 CPWL_Wnd::InvalidateRect(&rcRefresh); in InvalidateRect()
195 CPWL_Wnd::InvalidateRect(pRect); in InvalidateRect()
DPWL_ListCtrl.cpp76 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetContentsHeight()
103 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart-1)) in ResetAll()
108 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in ResetAll()
177 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in DrawChildAppearance()
199 FX_INT32 CPWL_ListCtrl::GetItemIndex(CPWL_Wnd* pItem) in GetItemIndex()
DPWL_EditCtrl.cpp84 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
86 CPWL_Wnd::OnNotify(pWnd,msg,wParam,lParam); in OnNotify()
94 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify()
105 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify()
174 FX_BOOL bRet = CPWL_Wnd::OnKeyDown(nChar,nFlag); in OnKeyDown()
252 CPWL_Wnd::OnChar(nChar,nFlag); in OnChar()
327 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown()
345 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp()
362 CPWL_Wnd::OnMouseMove(point,nFlag); in OnMouseMove()
DPWL_IconList.cpp179 if (CPWL_Wnd * pParent = this->GetParentWindow()) in CreateChildWnd()
259 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in FindItemIndex()
298 if (CPWL_Wnd* pParent = this->GetParentWindow()) in ScrollToItem()
354 if (CPWL_Wnd * pChild = m_aChildren.GetAt(nItemIndex)) in GetListItem()
396 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in SetIconFillColor()
423 CPWL_Wnd::RePosChildWnd(); in RePosChildWnd()
449 void CPWL_IconList::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam) in OnNotify()
451 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
DPWL_Button.cpp36 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
46 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
DPWL_ScrollBar.cpp163 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
289 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
570 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown()
572 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonDown()
583 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp()
585 if (CPWL_Wnd * pParent = GetParentWindow()) in OnLButtonUp()
596 CPWL_Wnd::OnMouseMove(point,nFlag); in OnMouseMove()
598 if (CPWL_Wnd * pParent = GetParentWindow()) in OnMouseMove()
766 CPWL_Wnd::OnLButtonDown(point,nFlag); in OnLButtonDown()
826 CPWL_Wnd::OnLButtonUp(point,nFlag); in OnLButtonUp()
[all …]
DPWL_Signature.cpp36 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
189 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
217 CPWL_Wnd::GetThisAppearanceStream(sAppStream); in GetThisAppearanceStream()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h18 class CPWL_Wnd; variable
204 virtual void OnSetFocus(CPWL_Wnd* pWnd) = 0;
205 virtual void OnKillFocus(CPWL_Wnd* pWnd) = 0;
254 CPWL_Wnd* pParentWnd; //ignore
291 class PWL_CLASS CPWL_Wnd : public CPWL_TimerHandler
295 CPWL_Wnd();
296 virtual ~CPWL_Wnd();
327 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0…
365 CPWL_Wnd* GetParentWindow() const;
374 const CPWL_Wnd* GetFocused() const;
[all …]
DPWL_Note.h85 class PWL_CLASS CPWL_Note_Icon : public CPWL_Wnd
117 class CPWL_Note_LBBox : public CPWL_Wnd
127 class CPWL_Note_RBBox : public CPWL_Wnd
151 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
164 class CPWL_Note_Options : public CPWL_Wnd
190 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
216 class PWL_CLASS CPWL_NoteItem : public CPWL_Wnd, public IPWL_NoteItem
261 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
337 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
DPWL_ComboBox.h36 class CPWL_CBButton : public CPWL_Wnd
51 class PWL_CLASS CPWL_ComboBox : public CPWL_Wnd
64 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
DPWL_ListCtrl.h12 class CPWL_ListCtrl : public CPWL_Wnd
26 FX_INT32 GetItemIndex(CPWL_Wnd* pItem);
DPWL_IconList.h27 class CPWL_IconList_Item : public CPWL_Wnd
97 class PWL_CLASS CPWL_IconList : public CPWL_Wnd
121 …virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = …
DPWL_ScrollBar.h41 class CPWL_SBButton : public CPWL_Wnd
100 class CPWL_ScrollBar : public CPWL_Wnd
115 virtual void OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam = 0, FX_INTPTR lParam = 0);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp35 CPWL_Wnd* pWnd = NULL; in ~CFFL_FormFiller()
52 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in SetWindowRect()
60 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in GetWindowRect()
75 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE)) in GetViewBBox()
99 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnDraw()
149 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, TRUE)) in OnLButtonDown()
166 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnLButtonUp()
179 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnLButtonDblClk()
195 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, FALSE)) in OnMouseMove()
208 if (CPWL_Wnd * pWnd = GetPDFWindow(pPageView, TRUE)) in OnMouseWheel()
[all …]
DFFL_TextField.cpp104 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
153 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE)) in OnChar()
299 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
306 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
321 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) in OnSetFocus()
345 void CFFL_TextField::OnKillFocus(CPWL_Wnd* pWnd) in OnKillFocus()
DFFL_ComboBox.cpp74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
302 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
309 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
346 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) in OnSetFocus()
369 void CFFL_ComboBox::OnKillFocus(CPWL_Wnd* pWnd) in OnKillFocus()
DFFL_ListBox.cpp69 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
274 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
281 CPWL_Wnd* pRet = NULL; in ResetPDFWindow()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_TextField.h32 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
49 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
52 virtual void OnSetFocus(CPWL_Wnd* pWnd);
53 virtual void OnKillFocus(CPWL_Wnd* pWnd);
DFFL_ComboBox.h31 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
45 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
49 virtual void OnSetFocus(CPWL_Wnd* pWnd);
50 virtual void OnKillFocus(CPWL_Wnd* pWnd);
DFFL_ListBox.h21 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
36 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
DFFL_FormFiller.h22 #define CFFL_PageView2PDFWindow CFX_MapPtrTemplate<CPDFSDK_PageView*, CPWL_Wnd*>
99 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
125 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew);
130 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) = 0;

12