Home
last modified time | relevance | path

Searched refs:CFXEU_SetWordProps (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h530 class CFXEU_SetWordProps : public CFX_Edit_UndoItem
533 CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
535 virtual ~CFXEU_SetWordProps();
562 friend class CFXEU_SetWordProps; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp900 CFXEU_SetWordProps::CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E… in CFXEU_SetWordProps() function in CFXEU_SetWordProps
911 CFXEU_SetWordProps::~CFXEU_SetWordProps() in ~CFXEU_SetWordProps()
915 void CFXEU_SetWordProps::Redo() in Redo()
929 void CFXEU_SetWordProps::Undo() in Undo()
1911 AddEditUndoItem(new CFXEU_SetWordProps in SetWordProps()