Searched refs:CanUndo (Results 1 - 25 of 26) sorted by relevance

12

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Ddatetimepicker.cpp90 FX_BOOL CFWL_DateTimePicker::CanUndo() { function in class:CFWL_DateTimePicker
91 return static_cast<IFWL_DateTimePicker*>(m_pIface)->CanUndo();
H A Dedit.cpp176 FX_BOOL CFWL_Edit::CanUndo() { function in class:CFWL_Edit
177 return static_cast<IFWL_Edit*>(m_pIface)->CanUndo();
/external/pdfium/xfa/include/fwl/lightwidget/
H A Ddatetimepicker.h25 FX_BOOL CanUndo();
H A Dedit.h46 FX_BOOL CanUndo();
/external/pdfium/xfa/include/fwl/basewidget/
H A Dfwl_datetimepicker.h84 FX_BOOL CanUndo();
H A Dfwl_edit.h152 FX_BOOL CanUndo();
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fftextedit.h20 virtual FX_BOOL CanUndo();
96 virtual FX_BOOL CanUndo();
H A Dxfa_ffchoicelist.h46 virtual FX_BOOL CanUndo();
H A Dxfa_fftextedit.cpp275 FX_BOOL CXFA_FFTextEdit::CanUndo() { function in class:CXFA_FFTextEdit
276 return ((CFWL_Edit*)m_pNormalWidget)->CanUndo();
726 FX_BOOL CXFA_FFDateTimeEdit::CanUndo() { function in class:CXFA_FFDateTimeEdit
727 return ((CFWL_DateTimePicker*)m_pNormalWidget)->CanUndo();
H A Dxfa_ffwidget.h88 virtual FX_BOOL CanUndo() { return FALSE; } function in class:CXFA_FFWidget
H A Dxfa_ffwidgethandler.h156 virtual FX_BOOL CanUndo(IXFA_Widget* hWidget);
H A Dxfa_ffwidgethandler.cpp611 FX_BOOL CXFA_FFMenuHandler::CanUndo(IXFA_Widget* hWidget) { function in class:CXFA_FFMenuHandler
612 return static_cast<CXFA_FFWidget*>(hWidget)->CanUndo();
H A Dxfa_ffchoicelist.cpp397 FX_BOOL CXFA_FFComboBox::CanUndo() { function in class:CXFA_FFComboBox
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp526 FX_BOOL CPWL_EditCtrl::CanUndo() const { function in class:CPWL_EditCtrl
527 return !IsReadOnly() && m_pEdit->CanUndo();
540 if (CanUndo())
H A DPWL_Edit.cpp560 if (!m_pEdit->CanUndo())
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h96 FX_BOOL CanUndo() const;
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_datetimepickerimp.cpp101 FX_BOOL IFWL_DateTimePicker::CanUndo() { function in class:IFWL_DateTimePicker
102 return static_cast<CFWL_DateTimePickerImp*>(GetImpl())->CanUndo();
615 FX_BOOL CFWL_DateTimePickerImp::CanUndo() { function in class:CFWL_DateTimePickerImp
616 return m_pEdit->CanUndo();
H A Dfwl_editimp.cpp132 FX_BOOL IFWL_Edit::CanUndo() { function in class:IFWL_Edit
133 return static_cast<CFWL_EditImp*>(GetImpl())->CanUndo();
778 if (!CanUndo()) {
791 FX_BOOL CFWL_EditImp::CanUndo() { function in class:CFWL_EditImp
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_datetimepickerimp.h126 virtual FX_BOOL CanUndo();
H A Dfwl_editimp.h71 virtual FX_BOOL CanUndo();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h220 FX_BOOL CanUndo() const;
636 FX_BOOL CanUndo() const override;
H A Dfx_edit.h418 virtual FX_BOOL CanUndo() const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp266 FX_BOOL CFX_Edit_Undo::CanUndo() const { function in class:CFX_Edit_Undo
2805 if (m_Undo.CanUndo()) {
2888 FX_BOOL CFX_Edit::CanUndo() const { function in class:CFX_Edit
2890 return m_Undo.CanUndo();
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h335 virtual FX_BOOL CanUndo(IXFA_Widget* hWidget) = 0;
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp457 if (pXFAMenuHander->CanUndo(hWidget))

Completed in 423 milliseconds

12