#include <bookmark.hxx>
|
| DECL_LINK (ModifyHdl, weld::Entry &, void) |
|
| DECL_LINK (InsertHdl, weld::Button &, void) |
|
| DECL_LINK (DeleteHdl, 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) |
|
void | PopulateTable () |
|
bool | ValidateBookmarks () |
| Check if displayed bookmarks are up-to date, if not update them. More...
|
|
bool | HaveBookmarksChanged () |
|
void | GotoSelectedBookmark () |
|
Definition at line 63 of file uibase/inc/bookmark.hxx.
Definition at line 303 of file ui/misc/bookmark.cxx.
References BookmarkTable::aForbiddenChars, SvtViewOptions::Exists(), false, sw::proofreadingiterator::get(), IDocumentSettingAccess::get(), SwViewShell::getIDocumentSettingAccess(), SvtViewOptions::GetWindowState(), LINK, m_bAreProtected, m_xBookmarksBox, m_xConditionED, m_xConditionFT, m_xDeleteBtn, m_xDialog, m_xEditBox, m_xForbiddenChars, m_xGotoBtn, m_xHideCB, m_xInsertBtn, m_xRenameBtn, PopulateTable(), PROTECT_BOOKMARKS, rSh, and SwResId().
SwInsertBookmarkDlg::~SwInsertBookmarkDlg |
( |
| ) |
|
|
overridevirtual |
SwInsertBookmarkDlg::DECL_LINK |
( |
DoubleClickHdl |
, |
|
|
weld::TreeView & |
, |
|
|
bool |
|
|
) |
| |
|
private |
SwInsertBookmarkDlg::DECL_LINK |
( |
HeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
void SwInsertBookmarkDlg::GotoSelectedBookmark |
( |
| ) |
|
|
private |
bool SwInsertBookmarkDlg::HaveBookmarksChanged |
( |
| ) |
|
|
private |
void SwInsertBookmarkDlg::PopulateTable |
( |
| ) |
|
|
private |
Definition at line 285 of file ui/misc/bookmark.cxx.
References aTableBookmarks, IDocumentMarkAccess::BOOKMARK, IDocumentMarkAccess::getBookmarksBegin(), IDocumentMarkAccess::getBookmarksCount(), IDocumentMarkAccess::getBookmarksEnd(), SwViewShell::getIDocumentMarkAccess(), IDocumentMarkAccess::GetType(), m_nLastBookmarksCount, m_xBookmarksBox, and rSh.
Referenced by SwInsertBookmarkDlg(), and ValidateBookmarks().
bool SwInsertBookmarkDlg::ValidateBookmarks |
( |
| ) |
|
|
private |
std::vector<std::pair<sw::mark::IMark*, OUString> > SwInsertBookmarkDlg::aTableBookmarks |
|
private |
bool SwInsertBookmarkDlg::m_bAreProtected |
|
private |
bool SwInsertBookmarkDlg::m_bSorted |
|
private |
sal_Int32 SwInsertBookmarkDlg::m_nLastBookmarksCount |
|
private |
std::unique_ptr<BookmarkTable> SwInsertBookmarkDlg::m_xBookmarksBox |
|
private |
std::unique_ptr<ConditionEdit> SwInsertBookmarkDlg::m_xConditionED |
|
private |
std::unique_ptr<weld::Label> SwInsertBookmarkDlg::m_xConditionFT |
|
private |
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xDeleteBtn |
|
private |
std::unique_ptr<weld::Entry> SwInsertBookmarkDlg::m_xEditBox |
|
private |
std::unique_ptr<weld::Label> SwInsertBookmarkDlg::m_xForbiddenChars |
|
private |
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xGotoBtn |
|
private |
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xInsertBtn |
|
private |
std::unique_ptr<weld::Button> SwInsertBookmarkDlg::m_xRenameBtn |
|
private |
The documentation for this class was generated from the following files: