• Home
  • Raw
  • Download

Lines Matching refs:GetPWLWindow

39   CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false);  in GetViewBBox()
59 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnDraw()
91 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true); in OnLButtonDown()
107 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnLButtonUp()
119 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnLButtonDblClk()
130 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnMouseMove()
145 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true); in OnMouseWheel()
152 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true); in OnRButtonDown()
159 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in OnRButtonUp()
167 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in OnKeyDown()
177 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in OnChar()
193 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in GetText()
201 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in GetSelectedText()
209 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in ReplaceSelection()
220 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in CanUndo()
228 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in CanRedo()
236 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in Undo()
244 CPWL_Wnd* pWnd = GetPWLWindow(GetCurPageView(true), false); in Redo()
252 if (CPWL_Wnd* pWnd = GetPWLWindow(pPageView, true)) in SetFocusForAnnot()
266 if (CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false)) in KillFocusForAnnot()
335 CPWL_Wnd* CFFL_FormFiller::GetPWLWindow(CPDFSDK_PageView* pPageView, in GetPWLWindow() function in CFFL_FormFiller
425 CPWL_Wnd* pWnd = GetPWLWindow(pPageView, false); in GetFocusBox()
531 return GetPWLWindow(pPageView, false); in ResetPWLWindow()