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

Public Member Functions

 WW8_WrtBookmarks ()
 
 ~WW8_WrtBookmarks ()
 
void Append (WW8_CP nStartCp, const OUString &rNm)
 Add a new bookmark to the list OR add an end position to an existing bookmark. More...
 
void Write (WW8Export &rWrt)
 Write out bookmarks to file. More...
 
void MoveFieldMarks (WW8_CP nFrom, WW8_CP nTo)
 Move existing field marks from one position to another. More...
 

Private Member Functions

 WW8_WrtBookmarks (WW8_WrtBookmarks const &)=delete
 
WW8_WrtBookmarksoperator= (WW8_WrtBookmarks const &)=delete
 

Private Attributes

BKMKCPs maSttCps
 Structure of one item inside this map: (startPos, (endPos, (a bool value?, bookmarkName))) More...
 
BKMKNames maSwBkmkNms
 

Detailed Description

Definition at line 189 of file wrtww8.cxx.

Constructor & Destructor Documentation

◆ WW8_WrtBookmarks() [1/2]

WW8_WrtBookmarks::WW8_WrtBookmarks ( WW8_WrtBookmarks const &  )
privatedelete

◆ WW8_WrtBookmarks() [2/2]

WW8_WrtBookmarks::WW8_WrtBookmarks ( )

Definition at line 210 of file wrtww8.cxx.

◆ ~WW8_WrtBookmarks()

WW8_WrtBookmarks::~WW8_WrtBookmarks ( )

Definition at line 213 of file wrtww8.cxx.

References maSttCps.

Member Function Documentation

◆ Append()

void WW8_WrtBookmarks::Append ( WW8_CP  nStartCp,
const OUString &  rNm 
)

Add a new bookmark to the list OR add an end position to an existing bookmark.

Definition at line 225 of file wrtww8.cxx.

References maSttCps, and maSwBkmkNms.

◆ MoveFieldMarks()

void WW8_WrtBookmarks::MoveFieldMarks ( WW8_CP  nFrom,
WW8_CP  nTo 
)

Move existing field marks from one position to another.

Definition at line 303 of file wrtww8.cxx.

References maSttCps.

◆ operator=()

WW8_WrtBookmarks & WW8_WrtBookmarks::operator= ( WW8_WrtBookmarks const &  )
privatedelete

◆ Write()

void WW8_WrtBookmarks::Write ( WW8Export rWrt)

Member Data Documentation

◆ maSttCps

BKMKCPs WW8_WrtBookmarks::maSttCps
private

Structure of one item inside this map: (startPos, (endPos, (a bool value?, bookmarkName)))

Definition at line 193 of file wrtww8.cxx.

Referenced by Append(), MoveFieldMarks(), Write(), and ~WW8_WrtBookmarks().

◆ maSwBkmkNms

BKMKNames WW8_WrtBookmarks::maSwBkmkNms
private

Definition at line 194 of file wrtww8.cxx.

Referenced by Append().


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