Searched refs:pSecProps (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
87 if (pSecProps) {
88 delete pSecProps;
94 CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
105 if (other.pSecProps) {
106 if (pSecProps) {
107 *pSecProps = *other.pSecProps;
109 pSecProps = new CPVT_SecProps(*other.pSecProps);
122 CPVT_SecProps* pSecProps; member in struct:CPVT_SectionInfo
[all...]
H A Ddoc_vt.cpp836 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0);
879 CPVT_WordPlace CPDF_VariableText::InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps, argument
899 if (pSecProps) {
900 secinfo.pSecProps = new CPVT_SecProps(*pSecProps);
921 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps)
934 wp = InsertSection(wp, pSecProps, pProps);
942 wp = InsertSection(wp, pSecProps, pProps);
980 void CPDF_VariableText::SetText(FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, argument
988 if (pSecProps) {
920 InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps) argument
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h385 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
490 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
622 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
624 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
630 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
634 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
683 const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
685 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
690 const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
692 const CPVT_SecProps * pSecProps, cons
[all...]
H A Dfx_edit.h313 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
317 virtual FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
320 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp586 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
593 if (pSecProps)
594 m_SecProps = *pSecProps;
811 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
820 if (pSecProps)
821 m_SecProps = *pSecProps;
1477 FX_BOOL CFX_Edit::SetRichTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) argument
1493 bSet = SetSecProps(eProps,wrTemp.BeginPos,pSecProps,pWordProps,wrTemp,TRUE);
1499 bSet1 = SetSecProps(eProps,place,pSecProps,pWordProps,wrTemp,TRUE);
1557 const CPVT_SecProps * pSecProps, cons
585 CFXEU_InsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) 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
1556 SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo) argument
2965 SetText(FX_LPCWSTR text,FX_INT32 charset, const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPaint) argument
3007 InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPaint) argument
3267 InsertText(FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPaint) argument
3513 DoInsertText(const CPVT_WordPlace& place, FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) argument
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h378 virtual void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
384 virtual CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
388 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;

Completed in 113 milliseconds