Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo()
87 if (pSecProps) { in ~CPVT_SectionInfo()
88 delete pSecProps; in ~CPVT_SectionInfo() local
94 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo()
105 if (other.pSecProps) {
106 if (pSecProps) {
107 *pSecProps = *other.pSecProps;
109 pSecProps = new CPVT_SecProps(*other.pSecProps);
122 CPVT_SecProps* pSecProps; member
472 …void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
[all …]
Ddoc_vt.cpp836 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0); in Initialize()
879 …ace CPDF_VariableText::InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps, in InsertSection() argument
899 if (pSecProps) { in InsertSection()
900 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in InsertSection()
921 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps) in InsertText() argument
934 wp = InsertSection(wp, pSecProps, pProps); in InsertText()
942 wp = InsertSection(wp, pSecProps, pProps); in InsertText()
980 void CPDF_VariableText::SetText(FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, in SetText() argument
988 if (pSecProps) { in SetText()
989 secinfo.pSecProps = new CPVT_SecProps(*pSecProps); in SetText()
[all …]
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp586 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertReturn() argument
593 if (pSecProps) in CFXEU_InsertReturn()
594 m_SecProps = *pSecProps; in CFXEU_InsertReturn()
811 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertText() argument
820 if (pSecProps) in CFXEU_InsertText()
821 m_SecProps = *pSecProps; in CFXEU_InsertText()
1477 FX_BOOL CFX_Edit::SetRichTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT… in SetRichTextProps() argument
1493 bSet = SetSecProps(eProps,wrTemp.BeginPos,pSecProps,pWordProps,wrTemp,TRUE); in SetRichTextProps()
1499 bSet1 = SetSecProps(eProps,place,pSecProps,pWordProps,wrTemp,TRUE); in SetRichTextProps()
1557 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, in SetSecProps() argument
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
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 * pWordPr…
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_…
690 …const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint…
692 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
[all …]
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 * p…
320 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h378 …l void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
384 …T_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
388 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;