LibreOffice Module sw (master) 1
|
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_WrtBookmarks & | operator= (WW8_WrtBookmarks const &)=delete |
Private Attributes | |
BKMKCPs | maSttCps |
Structure of one item inside this map: (startPos, (endPos, (a bool value?, bookmarkName))) More... | |
BKMKNames | maSwBkmkNms |
Definition at line 188 of file wrtww8.cxx.
|
privatedelete |
WW8_WrtBookmarks::WW8_WrtBookmarks | ( | ) |
Definition at line 209 of file wrtww8.cxx.
WW8_WrtBookmarks::~WW8_WrtBookmarks | ( | ) |
Definition at line 212 of file wrtww8.cxx.
References maSttCps.
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 224 of file wrtww8.cxx.
References maSttCps, and maSwBkmkNms.
Move existing field marks from one position to another.
Definition at line 302 of file wrtww8.cxx.
References maSttCps.
|
privatedelete |
void WW8_WrtBookmarks::Write | ( | WW8Export & | rWrt | ) |
Write out bookmarks to file.
Definition at line 250 of file wrtww8.cxx.
References WW8Export::m_pFib, WW8Export::m_pTableStrm, maSttCps, n, rStrm, SvStream::Seek(), SvStream::Tell(), WW8Export::WriteAsStringTable(), SwWW8Writer::WriteLong(), and SvStream::WriteStream().
|
private |
Structure of one item inside this map: (startPos, (endPos, (a bool value?, bookmarkName)))
Definition at line 192 of file wrtww8.cxx.
Referenced by Append(), MoveFieldMarks(), Write(), and ~WW8_WrtBookmarks().
|
private |
Definition at line 193 of file wrtww8.cxx.
Referenced by Append().