|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwpbookmarkmgr.hxx>
Public Member Functions | |
| void | AddXFBookmarkEnd (const OUString &sName, XFBookmarkEnd *pMark) |
| void | AddXFBookmarkStart (const OUString &sName, XFBookmarkStart *pMark) |
| bool | FindBookmark (const OUString &sName) |
| ~LwpBookmarkMgr () | |
| LwpBookmarkMgr () | |
Private Attributes | |
| std::map< OUString, rtl::Reference< XFBookmarkStart > > | m_MapStart |
| std::map< OUString, rtl::Reference< XFBookmarkEnd > > | m_MapEnd |
Definition at line 71 of file lwpbookmarkmgr.hxx.
| LwpBookmarkMgr::~LwpBookmarkMgr | ( | ) |
Definition at line 101 of file lwpbookmarkmgr.cxx.
References m_MapEnd, and m_MapStart.
| LwpBookmarkMgr::LwpBookmarkMgr | ( | ) |
Definition at line 96 of file lwpbookmarkmgr.cxx.
References m_MapEnd, and m_MapStart.
| void LwpBookmarkMgr::AddXFBookmarkEnd | ( | const OUString & | sName, |
| XFBookmarkEnd * | pMark | ||
| ) |
Definition at line 74 of file lwpbookmarkmgr.cxx.
References XFBookmark::GetDivision(), m_MapEnd, and sName.
Referenced by LwpFribBookMark::RegisterStyle().
| void LwpBookmarkMgr::AddXFBookmarkStart | ( | const OUString & | sName, |
| XFBookmarkStart * | pMark | ||
| ) |
Definition at line 58 of file lwpbookmarkmgr.cxx.
References XFBookmark::GetDivision(), m_MapStart, and sName.
Referenced by LwpFribBookMark::RegisterStyle().
| bool LwpBookmarkMgr::FindBookmark | ( | const OUString & | sName | ) |
Definition at line 90 of file lwpbookmarkmgr.cxx.
References m_MapStart, and sName.
Referenced by LwpFieldMark::IsCrossRefField().
|
private |
Definition at line 82 of file lwpbookmarkmgr.hxx.
Referenced by AddXFBookmarkEnd(), LwpBookmarkMgr(), and ~LwpBookmarkMgr().
|
private |
Definition at line 81 of file lwpbookmarkmgr.hxx.
Referenced by AddXFBookmarkStart(), FindBookmark(), LwpBookmarkMgr(), and ~LwpBookmarkMgr().