19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_DROPDOWNFIELDDIALOG_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_DROPDOWNFIELDDIALOG_HXX
50 SwField* pField,
bool bPrevButton,
bool bNextButton);
54 virtual short run()
override
56 short nRet = GenericDialogController::run();
Base class of all fields.
Used by the UI to modify the document model.
DECL_LINK(DoubleClickHdl, weld::TreeView &, bool)
DECL_LINK(EditHdl, weld::Button &, void)
std::unique_ptr< weld::Button > m_xPrevPB
std::unique_ptr< weld::Button > m_xNextPB
weld::Button * m_pPressedButton
bool PrevButtonPressed() const
std::unique_ptr< weld::Button > m_xOKPB
virtual ~DropDownFieldDialog() override
DropDownFieldDialog(weld::Widget *pParent, SwWrtShell &rSh, SwField *pField, bool bPrevButton, bool bNextButton)
DECL_LINK(NextHdl, weld::Button &, void)
virtual short run() override
std::unique_ptr< weld::Button > m_xEditPB
DECL_LINK(PrevHdl, weld::Button &, void)
bool NextButtonPressed() const
SwDropDownField * m_pDropField
std::unique_ptr< weld::TreeView > m_xListItemsLB
Dialog to specify the properties of date form field.