LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | List of all members
LwpBookmarkMgr Class Reference

#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
 

Detailed Description

Definition at line 71 of file lwpbookmarkmgr.hxx.

Constructor & Destructor Documentation

◆ ~LwpBookmarkMgr()

LwpBookmarkMgr::~LwpBookmarkMgr ( )

Definition at line 101 of file lwpbookmarkmgr.cxx.

References m_MapEnd, and m_MapStart.

◆ LwpBookmarkMgr()

LwpBookmarkMgr::LwpBookmarkMgr ( )

Definition at line 96 of file lwpbookmarkmgr.cxx.

References m_MapEnd, and m_MapStart.

Member Function Documentation

◆ AddXFBookmarkEnd()

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().

◆ AddXFBookmarkStart()

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().

◆ FindBookmark()

bool LwpBookmarkMgr::FindBookmark ( const OUString &  sName)

Definition at line 90 of file lwpbookmarkmgr.cxx.

References m_MapStart, and sName.

Referenced by LwpFieldMark::IsCrossRefField().

Member Data Documentation

◆ m_MapEnd

std::map<OUString, rtl::Reference<XFBookmarkEnd> > LwpBookmarkMgr::m_MapEnd
private

Definition at line 82 of file lwpbookmarkmgr.hxx.

Referenced by AddXFBookmarkEnd(), LwpBookmarkMgr(), and ~LwpBookmarkMgr().

◆ m_MapStart

std::map<OUString, rtl::Reference<XFBookmarkStart> > LwpBookmarkMgr::m_MapStart
private

The documentation for this class was generated from the following files: