Home
last modified time | relevance | path

Searched defs:pSecProps (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp586 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertReturn()
811 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) : in CFXEU_InsertText()
1477 FX_BOOL CFX_Edit::SetRichTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT… in SetRichTextProps()
1557 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, in SetSecProps()
1925 const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pWordProps /*= NULL*/) in SetText()
1935 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pW… in InsertReturn()
1956 const CPVT_SecProps * pSecProps /*= NULL*/,const CPVT_WordProps * pWordProps /*= NULL*/) in InsertText()
2966const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPain… in SetText()
3007 FX_BOOL CFX_Edit::InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps, in InsertReturn()
3268const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, FX_BOOL bAddUndo, FX_BOOL bPai… in InsertText()
[all …]
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h88 delete pSecProps; in ~CPVT_SectionInfo() local
122 CPVT_SecProps* pSecProps; member
Ddoc_vt.cpp879 …ace CPDF_VariableText::InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps, in InsertSection()
921 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps) in InsertText()
980 void CPDF_VariableText::SetText(FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, in SetText()