Lines Matching refs:m_pFormFiller
30 m_pFormFiller = m_pFormFillEnv->GetInteractiveFormFiller(); in SetFormFillEnvironment()
72 m_pFormFiller->OnDelete(pAnnot.get()); in ReleaseAnnot()
89 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, mtUser2Device); in OnDraw()
97 m_pFormFiller->OnMouseEnter(pPageView, pAnnot, nFlag); in OnMouseEnter()
104 m_pFormFiller->OnMouseExit(pPageView, pAnnot, nFlag); in OnMouseExit()
112 m_pFormFiller->OnLButtonDown(pPageView, pAnnot, nFlags, point); in OnLButtonDown()
120 m_pFormFiller->OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
128 m_pFormFiller->OnLButtonDblClk(pPageView, pAnnot, nFlags, point); in OnLButtonDblClk()
136 m_pFormFiller->OnMouseMove(pPageView, pAnnot, nFlags, point); in OnMouseMove()
145 m_pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point); in OnMouseWheel()
153 m_pFormFiller->OnRButtonDown(pPageView, pAnnot, nFlags, point); in OnRButtonDown()
161 m_pFormFiller->OnRButtonUp(pPageView, pAnnot, nFlags, point); in OnRButtonUp()
175 m_pFormFiller->OnChar(pAnnot, nChar, nFlags); in OnChar()
182 m_pFormFiller->OnKeyDown(pAnnot, nKeyCode, nFlag); in OnKeyDown()
224 m_pFormFiller->OnSetFocus(pAnnot, nFlag); in OnSetFocus()
230 m_pFormFiller->OnKillFocus(pAnnot, nFlag); in OnKillFocus()
237 m_pFormFiller->SetIndexSelected(pAnnot, index, selected); in SetIndexSelected()
243 m_pFormFiller->IsIndexSelected(pAnnot, index); in IsIndexSelected()
249 return CFX_FloatRect(m_pFormFiller->GetViewBBox(pPageView, pAnnot)); in GetViewBBox()
255 return m_pFormFiller->GetText(pAnnot); in GetText()
261 return m_pFormFiller->GetSelectedText(pAnnot); in GetSelectedText()
268 m_pFormFiller->ReplaceSelection(pAnnot, text); in ReplaceSelection()
272 return !pAnnot->IsSignatureWidget() && m_pFormFiller->CanUndo(pAnnot); in CanUndo()
276 return !pAnnot->IsSignatureWidget() && m_pFormFiller->CanRedo(pAnnot); in CanRedo()
280 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Undo(pAnnot); in Undo()
284 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Redo(pAnnot); in Redo()