|
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/dialmgr.hxx>#include <svx/dlgctrl.hxx>#include <svx/svdobj.hxx>#include <svx/svdopath.hxx>#include <svx/xtable.hxx>#include <svx/xlineit0.hxx>#include <svx/xlnwtit.hxx>#include <svx/xlnclit.hxx>#include <svx/xlnstwit.hxx>#include <svx/xlnedwit.hxx>#include <svx/xlnstit.hxx>#include <svx/xlnedit.hxx>#include <cuitabline.hxx>#include <cuitabarea.hxx>#include <svx/svxdlg.hxx>#include <dialmgr.hxx>#include <basegfx/range/b2drange.hxx>#include <basegfx/polygon/b2dpolypolygontools.hxx>#include <basegfx/matrix/b2dhommatrixtools.hxx>#include <svx/strings.hrc>#include <osl/diagnose.h>Go to the source code of this file.
Macros | |
| #define | XOUT_WIDTH 150 |
Functions | |
| IMPL_LINK_NOARG (SvxLineEndDefTabPage, SelectLineEndHdl_Impl, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG (SvxLineEndDefTabPage, ClickModifyHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineEndDefTabPage, ClickAddHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineEndDefTabPage, ClickDeleteHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineEndDefTabPage, ClickLoadHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxLineEndDefTabPage, ClickSaveHdl_Impl, weld::Button &, void) | |
| #define XOUT_WIDTH 150 |
Definition at line 50 of file tplneend.cxx.
| IMPL_LINK_NOARG | ( | SvxLineEndDefTabPage | , |
| ClickAddHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 339 of file tplneend.cxx.
References aName, SdrObjTransformInfoRec::bCanConvToPath, SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), basegfx::utils::createTranslateB2DHomMatrix(), CuiResId(), GetFrameWeld(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinY(), basegfx::utils::getRange(), i, nCount, RET_OK, SvxResId(), and basegfx::B2DPolyPolygon::transform().
| IMPL_LINK_NOARG | ( | SvxLineEndDefTabPage | , |
| ClickDeleteHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 443 of file tplneend.cxx.
References Area, Application::CreateBuilder(), GetFrameWeld(), nPos, and RET_YES.
| IMPL_LINK_NOARG | ( | SvxLineEndDefTabPage | , |
| ClickLoadHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 475 of file tplneend.cxx.
References sfx2::FileDialogHelper::AddFilter(), XPropertyList::AsLineEndList(), 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 | ( | SvxLineEndDefTabPage | , |
| ClickModifyHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 267 of file tplneend.cxx.
References aName, Bitmap, SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), CuiResId(), GetFrameWeld(), XLineEndEntry::GetLineEnd(), i, nCount, nPos, and RET_OK.
| IMPL_LINK_NOARG | ( | SvxLineEndDefTabPage | , |
| ClickSaveHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 559 of file tplneend.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.
| IMPL_LINK_NOARG | ( | SvxLineEndDefTabPage | , |
| SelectLineEndHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 262 of file tplneend.cxx.