|
LibreOffice Module cui (master) 1
|
#include <dialmgr.hxx>#include <o3tl/any.hxx>#include <comphelper/propertyvalue.hxx>#include <unotools/viewoptions.hxx>#include <vcl/graph.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/sequence.hxx>#include <com/sun/star/awt/XBitmap.hpp>#include <com/sun/star/frame/Desktop.hpp>#include <com/sun/star/beans/NamedValue.hpp>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/document/XLinkTargetSupplier.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/io/IOException.hpp>#include <toolkit/helper/vclunohelper.hxx>#include <strings.hrc>#include <hlmarkwn.hxx>#include <hltpbase.hxx>#include <hlmarkwn_def.hxx>#include <stack>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (SvxHlinkDlgMarkWnd, DoubleClickApplyHdl_Impl, weld::TreeView &, bool) | |
| IMPL_LINK_NOARG (SvxHlinkDlgMarkWnd, ClickApplyHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxHlinkDlgMarkWnd, ClickCloseHdl_Impl, weld::Button &, void) | |
Variables | |
| constexpr OUStringLiteral | TG_SETTING_MANAGER = u"TargetInDocument" |
| constexpr OUStringLiteral | TG_SETTING_LASTMARK = u"LastSelectedMark" |
| constexpr OUStringLiteral | TG_SETTING_LASTPATH = u"LastSelectedPath" |
| IMPL_LINK_NOARG | ( | SvxHlinkDlgMarkWnd | , |
| ClickApplyHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 470 of file hlmarkwn.cxx.
| IMPL_LINK_NOARG | ( | SvxHlinkDlgMarkWnd | , |
| ClickCloseHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 485 of file hlmarkwn.cxx.
References comphelper::containerToSequence(), m_xDialog, RET_CANCEL, SvtViewOptions::SetUserData(), TG_SETTING_LASTMARK, TG_SETTING_LASTPATH, and TG_SETTING_MANAGER.
| IMPL_LINK_NOARG | ( | SvxHlinkDlgMarkWnd | , |
| DoubleClickApplyHdl_Impl | , | ||
| weld::TreeView & | , | ||
| bool | |||
| ) |
Definition at line 464 of file hlmarkwn.cxx.
|
constexpr |
Definition at line 163 of file hlmarkwn.cxx.
Referenced by IMPL_LINK_NOARG(), and SvxHlinkDlgMarkWnd::RestoreLastSelection().
|
constexpr |
Definition at line 164 of file hlmarkwn.cxx.
Referenced by IMPL_LINK_NOARG(), and SvxHlinkDlgMarkWnd::RestoreLastSelection().
|
constexpr |
Definition at line 162 of file hlmarkwn.cxx.
Referenced by IMPL_LINK_NOARG(), and SvxHlinkDlgMarkWnd::RestoreLastSelection().