LibreOffice Module sc (master) 1
|
#include <svl/numformat.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <scresid.hxx>
#include <document.hxx>
#include <strings.hrc>
#include <filldlg.hxx>
#include <scui_def.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScFillSeriesDlg, DisableHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK_NOARG (ScFillSeriesDlg, OKHdl, weld::Button &, void) | |
IMPL_LINK | ( | ScFillSeriesDlg | , |
DisableHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 225 of file filldlg.cxx.
IMPL_LINK_NOARG | ( | ScFillSeriesDlg | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 260 of file filldlg.cxx.
References Application::CreateMessageDialog(), FILL_AUTO, FILL_DATE, FILL_DAY, FILL_GROWTH, FILL_LINEAR, FILL_MONTH, FILL_TO_BOTTOM, FILL_TO_LEFT, FILL_TO_RIGHT, FILL_TO_TOP, FILL_WEEKDAY, FILL_YEAR, weld::Widget::grab_focus(), m_xDialog, and RET_OK.