Searched refs:pEdit (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_module.cpp23 void IFX_Edit::DelEdit(IFX_Edit* pEdit) argument
25 ASSERT(pEdit != NULL);
27 IPDF_VariableText::DelVariableText(pEdit->GetVariableText());
29 delete (CFX_Edit*)pEdit;
H A Dfxet_ap.cpp68 CFX_ByteString IFX_Edit::GetEditAppearanceStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset, argument
76 if (IFX_Edit_Iterator* pIterator = pEdit->GetIterator())
131 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize);
135 sWords << GetPDFWordString(pEdit->GetFontMap(),nCurFontIndex,word.Word,SubWord);
155 sEditStream << GetFontSetString(pEdit->GetFontMap(),word.nFontIndex,word.fFontSize);
159 sEditStream << GetWordRenderString(GetPDFWordString(pEdit->GetFontMap(),nCurFontIndex,word.Word,SubWord));
174 FX_INT32 nHorzScale = pEdit->GetHorzScale();
180 FX_FLOAT fCharSpace = pEdit->GetCharSpace();
192 CFX_ByteString IFX_Edit::GetSelectAppearanceStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset, argument
199 if (IFX_Edit_Iterator* pIterator = pEdit
[all...]
H A Dfxet_pageobjs.cpp80 void IFX_Edit::DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF color, argument
97 if (IFX_Edit_Iterator* pIterator = pEdit->GetIterator())
99 if (pEdit->GetFontMap())
131 void IFX_Edit::DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke, argument
135 FX_BOOL bContinuous = pEdit->GetCharArray() == 0;
136 if (pEdit->GetCharSpace() > 0.0f)
139 FX_WORD SubWord = pEdit->GetPasswordChar();
140 FX_FLOAT fFontSize = pEdit->GetFontSize();
141 CPVT_WordRange wrSelect = pEdit->GetSelectWordRange();
142 FX_INT32 nHorzScale = pEdit
273 DrawRichEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, const CPDF_Rect& rcClip, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange) argument
450 GeneratePageObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF crText, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray) argument
509 GenerateRichPageObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray) argument
606 GenerateUnderlineObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit, const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF color) argument
[all...]
H A Dfxet_edit.cpp14 CFX_Edit_Iterator::CFX_Edit_Iterator(CFX_Edit * pEdit,IPDF_VariableText_Iterator * pVTIterator) : argument
15 m_pEdit(pEdit),
551 CFXEU_InsertWord::CFXEU_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, argument
553 : m_pEdit(pEdit), m_wpOld(wpOldPlace), m_wpNew(wpNewPlace), m_Word(word), m_nCharset(charset), m_WordProps()
585 CFXEU_InsertReturn::CFXEU_InsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, argument
587 m_pEdit(pEdit),
626 CFXEU_Backspace::CFXEU_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, argument
629 m_pEdit(pEdit),
673 CFXEU_Delete::CFXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, argument
676 m_pEdit(pEdit),
721 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText) argument
756 CFXEU_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, const CPVT_WordRange & wrSel, FX_WORD word, FX_INT32 charset, const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) argument
809 CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, const CFX_WideString & swText, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) argument
852 CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep, const CPVT_SecProps & oldsecprops, const CPVT_WordProps & oldwordprops, const CPVT_SecProps & newsecprops, const CPVT_WordProps & newwordprops, const CPVT_WordRange & range) argument
900 CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep, const CPVT_WordProps & oldprops, const CPVT_WordProps & newprops, const CPVT_WordRange & range) argument
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp192 if (CPWL_Edit* pEdit = (CPWL_Edit*)*pComboBox)
194 fa.bFieldFull = pEdit->IsTextFull();
197 pEdit->GetSel(nSelStart, nSelEnd);
200 fa.sValue = pEdit->GetText();
214 if (CPWL_Edit* pEdit = (CPWL_Edit*)*pComboBox)
216 fa.sValue = pEdit->GetText();
240 if (CPWL_Edit* pEdit = (CPWL_Edit*)*pComboBox)
242 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
243 pEdit->ReplaceSel(fa.sChange.c_str());
275 if (CPWL_Edit* pEdit
354 CPWL_Edit* pEdit = (CPWL_Edit*)pWnd; local
410 OnAddUndo(CPWL_Edit* pEdit) argument
[all...]
H A DFFL_TextField.cpp186 if (CPWL_Edit * pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE))
187 return pEdit->GetText() != m_pWidget->GetValue();
249 if (CPWL_Edit * pEdit = (CPWL_Edit*)GetPDFWindow(pPageView, FALSE))
251 pEdit->SetFocus();
252 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
253 pEdit->ReplaceSel(fa.sChange.c_str());
329 CPWL_Edit* pEdit = (CPWL_Edit*)pWnd; local
330 pEdit->SetCharSet(134);
331 pEdit->SetCodePage(936);
333 pEdit
379 OnAddUndo(CPWL_Edit* pEdit) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1044 if (IFX_Edit * pEdit = IFX_Edit::NewEdit())
1046 pEdit->EnableRefresh(FALSE);
1054 pEdit->SetFontMap(&FontMap);
1060 pEdit->SetPlateRect(rcEdit);
1061 pEdit->SetAlignmentV(1);
1065 pEdit->SetAutoFontSize(TRUE);
1067 pEdit->SetFontSize(fFontSize);
1069 pEdit->Initialize();
1072 pEdit->SetText(sValue);
1078 pEdit
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h178 static void DelEdit(IFX_Edit* pEdit);
395 static CFX_ByteString GetEditAppearanceStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset,
398 static CFX_ByteString GetSelectAppearanceStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset, const CPVT_WordRange* pRange = NULL);
399 static void DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke,
401 static void DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF color,
403 static void DrawRichEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,
405 static void GeneratePageObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit,
407 static void GenerateRichPageObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit,
409 static void GenerateUnderlineObjects(CPDF_PageObjects* pPageObjects, IFX_Edit* pEdit,
H A Dfxet_edit.h364 CFXEU_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
384 CFXEU_InsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
403 CFXEU_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
425 CFXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
448 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText);
464 CFXEU_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
488 CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
510 CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
533 CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
775 CFX_Edit_Iterator(CFX_Edit * pEdit,IPDF_VariableText_Iterato
[all...]
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h53 virtual void OnAddUndo(CPWL_Edit* pEdit);
H A DFFL_TextField.h56 virtual void OnAddUndo(CPWL_Edit* pEdit);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Utils.h151 static CFX_ByteString GetEditAppStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset, const CPVT_WordRange * pRange = NULL,
153 static CFX_ByteString GetEditSelAppStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset,
155 static CFX_ByteString GetSpellCheckAppStream(IFX_Edit* pEdit, IPWL_SpellCheck* pSpellCheck,
180 static void DrawEditSpellCheck(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,
H A DPWL_EditCtrl.h56 virtual void OnAddUndo(CPWL_Edit* pEdit) {} argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp460 CFX_ByteString CPWL_Utils::GetEditAppStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset, const CPVT_WordRange * pRange,
463 return IFX_Edit::GetEditAppearanceStream(pEdit,ptOffset,pRange,bContinuous,SubWord);
466 CFX_ByteString CPWL_Utils::GetEditSelAppStream(IFX_Edit* pEdit, const CPDF_Point & ptOffset,
469 return IFX_Edit::GetSelectAppearanceStream(pEdit,ptOffset,pRange);
558 CFX_ByteString CPWL_Utils::GetSpellCheckAppStream(IFX_Edit* pEdit, IPWL_SpellCheck* pSpellCheck, const CPDF_Point & ptOffset,
561 ASSERT(pEdit != NULL);
568 if (IFX_Edit_Iterator* pIterator = pEdit->GetIterator())
643 if (IFX_Edit * pEdit = IFX_Edit::NewEdit())
645 pEdit->SetFontMap(pFontMap);
646 pEdit
[all...]
H A DPWL_ListBox.cpp200 if (IFX_Edit* pEdit = m_pList->GetItemEdit(i))
202 CPDF_Rect rcContent = pEdit->GetContentRect();
H A DPWL_Note.cpp1245 CPWL_Edit* pEdit = (CPWL_Edit*)pWnd; local
1246 pEdit->SetCaret(pEdit->GetCaret());

Completed in 2478 milliseconds