HomeSort by relevance Sort by last modified time
    Searched refs:pWordProps (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 80 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
88 if (pWordProps) {
89 delete pWordProps;
92 CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
110 if (other.pWordProps) {
111 if (pWordProps) {
112 *pWordProps = *other.pWordProps;
114 pWordProps = FX_NEW CPVT_WordProps(*other.pWordProps);
    [all...]
doc_vt.cpp 781 if (pWord->pWordProps) {
782 switch (pWord->pWordProps->nScriptType) {
839 secinfo.pWordProps = FX_NEW CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 569 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps)
572 if (pWordProps)
573 m_WordProps = *pWordProps;
603 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
612 if (pWordProps)
613 m_WordProps = *pWordProps;
828 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) :
839 if (pWordProps)
840 m_WordProps = *pWordProps;
1494 FX_BOOL CFX_Edit::SetRichTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps)
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 369 FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps);
389 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
494 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
626 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
627 FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL);
628 FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
634 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL);
638 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps);
687 const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
688 FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
    [all...]
fx_edit.h 292 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
294 virtual FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL) = 0;
296 virtual FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
299 const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordProps = NULL) = 0;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 375 const CPVT_WordProps * pWordProps = NULL) = 0;
378 const CPVT_WordProps * pWordProps = NULL) = 0;
381 const CPVT_WordProps * pWordProps = NULL) = 0;
384 const CPVT_SecProps * pSecProps = NULL, const CPVT_WordProps * pWordProps = NULL) = 0;

Completed in 2474 milliseconds