|
LibreOffice Module cui (master) 1
|
#include <tools/urlobj.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <unotools/pathoptions.hxx>#include <sfx2/filedlghelper.hxx>#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>#include <strings.hrc>#include <svx/xlineit0.hxx>#include <svx/xlnwtit.hxx>#include <svx/xlndsit.hxx>#include <svx/xlnclit.hxx>#include <svx/xtable.hxx>#include <svx/dlgctrl.hxx>#include <cuitabline.hxx>#include <defdlgname.hxx>#include <svx/svxdlg.hxx>#include <dialmgr.hxx>#include <svx/dlgutil.hxx>#include <svx/dialmgr.hxx>#include <svx/strings.hrc>#include <svx/svxids.hrc>#include <cuitabarea.hxx>#include <svtools/unitconv.hxx>#include <osl/diagnose.h>Go to the source code of this file.
Macros | |
| #define | XOUT_WIDTH 150 |
Functions | |
| IMPL_LINK (SvxLineDefTabPage, SelectLinestyleListBoxHdl_Impl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ChangePreviewHdl_Impl, weld::MetricSpinButton &, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ChangeNumber1Hdl_Impl, weld::SpinButton &, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ChangeNumber2Hdl_Impl, weld::SpinButton &, void) | |
| IMPL_LINK (SvxLineDefTabPage, ChangeMetricHdl_Impl, weld::Toggleable &, r, void) | |
| IMPL_LINK (SvxLineDefTabPage, SelectTypeListBoxHdl_Impl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ClickAddHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ClickModifyHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ClickDeleteHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ClickLoadHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineDefTabPage, ClickSaveHdl_Impl, weld::Button &, void) | |
| #define XOUT_WIDTH 150 |
Definition at line 48 of file tplnedef.cxx.
| IMPL_LINK | ( | SvxLineDefTabPage | , |
| ChangeMetricHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| r | , | ||
| void | |||
| ) |
Definition at line 372 of file tplnedef.cxx.
| IMPL_LINK | ( | SvxLineDefTabPage | , |
| SelectLinestyleListBoxHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 304 of file tplnedef.cxx.
| IMPL_LINK | ( | SvxLineDefTabPage | , |
| SelectTypeListBoxHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 452 of file tplnedef.cxx.
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ChangeNumber1Hdl_Impl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 344 of file tplnedef.cxx.
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ChangeNumber2Hdl_Impl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 358 of file tplnedef.cxx.
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ChangePreviewHdl_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 338 of file tplnedef.cxx.
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ClickAddHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 489 of file tplnedef.cxx.
References aName, SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), CuiResId(), VclPtr< class reference_type >::disposeAndClear(), GetFrameWeld(), Hatch, i, nCount, RET_OK, and SvxResId().
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ClickDeleteHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 626 of file tplnedef.cxx.
References Area, Application::CreateBuilder(), GetFrameWeld(), nPos, and RET_YES.
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ClickLoadHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 657 of file tplnedef.cxx.
References sfx2::FileDialogHelper::AddFilter(), XPropertyList::AsDashList(), aURL, Application::CreateBuilder(), XPropertyList::CreatePropertyList(), ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), GetFrameWeld(), INetURLObject::GetMainURL(), sfx2::FileDialogHelper::GetPath(), nIndex, INetURLObject::NONE, INetURLObject::removeFinalSlash(), INetURLObject::removeSegment(), Reset, RET_CANCEL, RET_YES, and sfx2::FileDialogHelper::SetDisplayDirectory().
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ClickModifyHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 566 of file tplnedef.cxx.
References aName, SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), CuiResId(), GetFrameWeld(), Hatch, i, nCount, nPos, and RET_OK.
| IMPL_LINK_NOARG | ( | SvxLineDefTabPage | , |
| ClickSaveHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 739 of file tplnedef.cxx.
References sfx2::FileDialogHelper::AddFilter(), INetURLObject::Append(), aURL, Application::CreateBuilder(), DBG_ASSERT, ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), INetURLObject::getExtension(), GetFrameWeld(), INetURLObject::GetMainURL(), sfx2::FileDialogHelper::GetPath(), INetURLObject::GetProtocol(), nIndex, INetURLObject::NONE, INetURLObject::removeFinalSlash(), INetURLObject::removeSegment(), sfx2::FileDialogHelper::SetDisplayDirectory(), INetURLObject::SetExtension(), and u.