LibreOffice Module sw (master) 1
Functions
ui/misc/bookmark.cxx File Reference
#include <rtl/ustrbuf.hxx>
#include <sfx2/request.hxx>
#include <svl/stritem.hxx>
#include <unotools/viewoptions.hxx>
#include <vcl/weld.hxx>
#include <o3tl/string_view.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/text/XBookmarksSupplier.hpp>
#include <officecfg/Office/Common.hxx>
#include <swabstdlg.hxx>
#include <swuiexp.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <cmdid.h>
#include <bookmark.hxx>
#include <docsh.hxx>
#include <ndtxt.hxx>
#include <strings.hrc>
#include <IDocumentSettingAccess.hxx>
Include dependency graph for ui/misc/bookmark.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (SwInsertBookmarkDlg, ModifyHdl, weld::Entry &, void)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, DeleteHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, GotoHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, SelectionChangedHdl, weld::TreeView &, void)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, EditTextHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, RenameHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SwInsertBookmarkDlg, InsertHdl, weld::Button &, void)
 
 IMPL_LINK (SwInsertBookmarkDlg, ChangeHideHdl, weld::Toggleable &, rBox, void)
 
 IMPL_LINK (SwInsertBookmarkDlg, EditingHdl, weld::TreeIter const &, rIter, bool)
 
 IMPL_LINK (SwInsertBookmarkDlg, EditedHdl, weld::TreeView::iter_string const &, rIterString, bool)
 
 IMPL_LINK (SwInsertBookmarkDlg, HeaderBarClick, int, nColumn, void)
 

Function Documentation

◆ IMPL_LINK() [1/4]

IMPL_LINK ( SwInsertBookmarkDlg  ,
ChangeHideHdl  ,
weld::Toggleable ,
rBox  ,
void   
)

Definition at line 246 of file ui/misc/bookmark.cxx.

◆ IMPL_LINK() [2/4]

IMPL_LINK ( SwInsertBookmarkDlg  ,
EditedHdl  ,
weld::TreeView::iter_string const &  ,
rIterString  ,
bool   
)

◆ IMPL_LINK() [3/4]

IMPL_LINK ( SwInsertBookmarkDlg  ,
EditingHdl  ,
weld::TreeIter const &  ,
rIter  ,
bool   
)

◆ IMPL_LINK() [4/4]

IMPL_LINK ( SwInsertBookmarkDlg  ,
HeaderBarClick  ,
int  ,
nColumn  ,
void   
)

Definition at line 450 of file ui/misc/bookmark.cxx.

References TRISTATE_FALSE, TRISTATE_INDET, and TRISTATE_TRUE.

◆ IMPL_LINK_NOARG() [1/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
DeleteHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 140 of file ui/misc/bookmark.cxx.

◆ IMPL_LINK_NOARG() [3/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
EditTextHdl  ,
weld::Button ,
void   
)

Definition at line 191 of file ui/misc/bookmark.cxx.

◆ IMPL_LINK_NOARG() [4/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
GotoHdl  ,
weld::Button ,
void   
)

Definition at line 138 of file ui/misc/bookmark.cxx.

◆ IMPL_LINK_NOARG() [5/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
InsertHdl  ,
weld::Button ,
void   
)

Definition at line 237 of file ui/misc/bookmark.cxx.

References m_xDialog, and RET_OK.

◆ IMPL_LINK_NOARG() [6/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
ModifyHdl  ,
weld::Entry ,
void   
)

◆ IMPL_LINK_NOARG() [7/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
RenameHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [8/8]

IMPL_LINK_NOARG ( SwInsertBookmarkDlg  ,
SelectionChangedHdl  ,
weld::TreeView ,
void   
)

Definition at line 146 of file ui/misc/bookmark.cxx.