LibreOffice Module sw (master) 1
|
#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>
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) | |
IMPL_LINK | ( | SwInsertBookmarkDlg | , |
ChangeHideHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 246 of file ui/misc/bookmark.cxx.
IMPL_LINK | ( | SwInsertBookmarkDlg | , |
EditedHdl | , | ||
weld::TreeView::iter_string const & | , | ||
rIterString | , | ||
bool | |||
) |
Definition at line 263 of file ui/misc/bookmark.cxx.
References SwCursorShell::DeleteCurrent, sw::mark::IMark::GetMarkPos(), SwPosition::GetNode(), sw::mark::IMark::GetOtherMarkPos(), and sw::mark::IMark::IsExpanded().
IMPL_LINK | ( | SwInsertBookmarkDlg | , |
EditingHdl | , | ||
weld::TreeIter const & | , | ||
rIter | , | ||
bool | |||
) |
Definition at line 253 of file ui/misc/bookmark.cxx.
References sw::mark::IMark::GetMarkPos(), SwPosition::GetNode(), sw::mark::IMark::GetOtherMarkPos(), sw::mark::IMark::IsExpanded(), and u.
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 | ( | SwInsertBookmarkDlg | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 96 of file ui/misc/bookmark.cxx.
References SfxRequest::AppendItem(), IDocumentMarkAccess::deleteMark(), SfxRequest::Done(), IDocumentMarkAccess::findMark(), and sw::mark::IMark::GetName().
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
DoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 140 of file ui/misc/bookmark.cxx.
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
EditTextHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 191 of file ui/misc/bookmark.cxx.
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
GotoHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 138 of file ui/misc/bookmark.cxx.
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
InsertHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 237 of file ui/misc/bookmark.cxx.
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 46 of file ui/misc/bookmark.cxx.
References BookmarkTable::aForbiddenChars, weld::Error, i, weld::Normal, and BookmarkTable::s_cSeparator.
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
RenameHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 202 of file ui/misc/bookmark.cxx.
References BookmarkTable::aForbiddenChars, SwAbstractDialogFactory::CreateSwRenameXNamedDlg(), swui::GetFactory(), sw::mark::IMark::GetName(), m_xDialog, BookmarkTable::s_cSeparator, and xModel.
IMPL_LINK_NOARG | ( | SwInsertBookmarkDlg | , |
SelectionChangedHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 146 of file ui/misc/bookmark.cxx.