LibreOffice Module cui (master) 1
Functions | Variables
hlmarkwn.cxx File Reference
#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>
Include dependency graph for hlmarkwn.cxx:

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"
 

Function Documentation

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( SvxHlinkDlgMarkWnd  ,
ClickApplyHdl_Impl  ,
weld::Button ,
void   
)

Definition at line 470 of file hlmarkwn.cxx.

References mpParent, and pData.

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( SvxHlinkDlgMarkWnd  ,
ClickCloseHdl_Impl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( SvxHlinkDlgMarkWnd  ,
DoubleClickApplyHdl_Impl  ,
weld::TreeView ,
bool   
)

Definition at line 464 of file hlmarkwn.cxx.

Variable Documentation

◆ TG_SETTING_LASTMARK

constexpr OUStringLiteral TG_SETTING_LASTMARK = u"LastSelectedMark"
constexpr

Definition at line 163 of file hlmarkwn.cxx.

Referenced by IMPL_LINK_NOARG(), and SvxHlinkDlgMarkWnd::RestoreLastSelection().

◆ TG_SETTING_LASTPATH

constexpr OUStringLiteral TG_SETTING_LASTPATH = u"LastSelectedPath"
constexpr

Definition at line 164 of file hlmarkwn.cxx.

Referenced by IMPL_LINK_NOARG(), and SvxHlinkDlgMarkWnd::RestoreLastSelection().

◆ TG_SETTING_MANAGER

constexpr OUStringLiteral TG_SETTING_MANAGER = u"TargetInDocument"
constexpr

Definition at line 162 of file hlmarkwn.cxx.

Referenced by IMPL_LINK_NOARG(), and SvxHlinkDlgMarkWnd::RestoreLastSelection().