#include <bookmark.hxx>
|
| DECL_LINK (ModifyHdl, weld::Entry &, void) |
|
| DECL_LINK (InsertHdl, weld::Button &, void) |
|
| DECL_LINK (DeleteHdl, weld::Button &, void) |
|
| DECL_LINK (EditTextHdl, weld::Button &, void) |
|
| DECL_LINK (RenameHdl, weld::Button &, void) |
|
| DECL_LINK (GotoHdl, weld::Button &, void) |
|
| DECL_LINK (SelectionChangedHdl, weld::TreeView &, void) |
|
| DECL_LINK (DoubleClickHdl, weld::TreeView &, bool) |
|
| DECL_LINK (HeaderBarClick, int, void) |
|
| DECL_LINK (ChangeHideHdl, weld::Toggleable &, void) |
|
| DECL_LINK (EditingHdl, weld::TreeIter const &, bool) |
|
| DECL_LINK (EditedHdl, weld::TreeView::iter_string const &, bool) |
|
void | PopulateTable () |
|
bool | ValidateBookmarks () |
| Check if displayed bookmarks are up-to date, if not update them. More...
|
|
bool | HaveBookmarksChanged () |
|
void | GotoSelectedBookmark () |
|
void | SelectionChanged () |
|
Definition at line 68 of file uibase/inc/bookmark.hxx.
◆ SwInsertBookmarkDlg()
SwInsertBookmarkDlg::SwInsertBookmarkDlg |
( |
weld::Window * |
pParent, |
|
|
SwWrtShell & |
rSh, |
|
|
OUString const * |
pSelected |
|
) |
| |
Definition at line 363 of file ui/misc/bookmark.cxx.
References BookmarkTable::aForbiddenChars, SvtViewOptions::Exists(), sw::proofreadingiterator::get(), IDocumentSettingAccess::get(), SwViewShell::getIDocumentSettingAccess(), SvtViewOptions::GetWindowState(), LINK, m_bAreProtected, m_rSh, m_xBookmarksBox, m_xConditionED, m_xConditionFT, m_xDeleteBtn, m_xDialog, m_xEditBox, m_xEditTextBtn, m_xForbiddenChars, m_xGotoBtn, m_xHideCB, m_xInsertBtn, m_xRenameBtn, PopulateTable(), PROTECT_BOOKMARKS, SelectionChanged(), and SwResId().
◆ ~SwInsertBookmarkDlg()
SwInsertBookmarkDlg::~SwInsertBookmarkDlg |
( |
| ) |
|
|
overridevirtual |
◆ DECL_LINK() [1/12]
◆ DECL_LINK() [2/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
DeleteHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [3/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
DoubleClickHdl |
, |
|
|
weld::TreeView & |
, |
|
|
bool |
|
|
) |
| |
|
private |
◆ DECL_LINK() [4/12]
◆ DECL_LINK() [5/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
EditingHdl |
, |
|
|
weld::TreeIter const & |
, |
|
|
bool |
|
|
) |
| |
|
private |
◆ DECL_LINK() [6/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
EditTextHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [7/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
GotoHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [8/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
HeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [9/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
InsertHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [10/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
ModifyHdl |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [11/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
RenameHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [12/12]
SwInsertBookmarkDlg::DECL_LINK |
( |
SelectionChangedHdl |
, |
|
|
weld::TreeView & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ GotoSelectedBookmark()
void SwInsertBookmarkDlg::GotoSelectedBookmark |
( |
| ) |
|
|
private |
◆ HaveBookmarksChanged()
bool SwInsertBookmarkDlg::HaveBookmarksChanged |
( |
| ) |
|
|
private |
◆ PopulateTable()
void SwInsertBookmarkDlg::PopulateTable |
( |
| ) |
|
|
private |
Definition at line 345 of file ui/misc/bookmark.cxx.
References IDocumentMarkAccess::BOOKMARK, IDocumentMarkAccess::getBookmarksBegin(), IDocumentMarkAccess::getBookmarksCount(), IDocumentMarkAccess::getBookmarksEnd(), SwViewShell::getIDocumentMarkAccess(), IDocumentMarkAccess::GetType(), m_aTableBookmarks, m_nLastBookmarksCount, m_rSh, and m_xBookmarksBox.
Referenced by SwInsertBookmarkDlg(), and ValidateBookmarks().
◆ SelectionChanged()
void SwInsertBookmarkDlg::SelectionChanged |
( |
| ) |
|
|
private |
◆ ValidateBookmarks()
bool SwInsertBookmarkDlg::ValidateBookmarks |
( |
| ) |
|
|
private |
◆ m_aTableBookmarks
std::vector<std::pair<sw::mark::IMark*, OUString> > SwInsertBookmarkDlg::m_aTableBookmarks |
|
private |
◆ m_bAreProtected
bool SwInsertBookmarkDlg::m_bAreProtected |
|
private |
◆ m_bSorted
bool SwInsertBookmarkDlg::m_bSorted |
|
private |
◆ m_nLastBookmarksCount
sal_Int32 SwInsertBookmarkDlg::m_nLastBookmarksCount |
|
private |
◆ m_rSh
◆ m_xBookmarksBox
std::unique_ptr<BookmarkTable> SwInsertBookmarkDlg::m_xBookmarksBox |
|
private |
◆ m_xConditionED
std::unique_ptr<ConditionEdit> SwInsertBookmarkDlg::m_xConditionED |
|
private |
◆ m_xConditionFT
std::unique_ptr<weld::Label> SwInsertBookmarkDlg::m_xConditionFT |
|
private |
◆ m_xDeleteBtn
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xDeleteBtn |
|
private |
◆ m_xEditBox
std::unique_ptr<weld::Entry> SwInsertBookmarkDlg::m_xEditBox |
|
private |
◆ m_xEditTextBtn
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xEditTextBtn |
|
private |
◆ m_xForbiddenChars
std::unique_ptr<weld::Label> SwInsertBookmarkDlg::m_xForbiddenChars |
|
private |
◆ m_xGotoBtn
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xGotoBtn |
|
private |
◆ m_xHideCB
◆ m_xInsertBtn
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xInsertBtn |
|
private |
◆ m_xRenameBtn
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xRenameBtn |
|
private |
The documentation for this class was generated from the following files: