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 | aSttCps |
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.
Add a new bookmark to the list OR add an end position to an existing bookmark.
Definition at line 224 of file wrtww8.cxx.
Referenced by WW8Export::AppendBookmark(), WW8Export::AppendBookmarkEndWithCorrection(), and WW8Export::AppendBookmarks().
Move existing field marks from one position to another.
Definition at line 302 of file wrtww8.cxx.
Referenced by WW8Export::MoveFieldMarks().
|
privatedelete |
Write out bookmarks to file.
Definition at line 250 of file wrtww8.cxx.
References n, WW8Export::pFib, WW8Export::pTableStrm, rStrm, SvStream::Seek(), SvStream::Tell(), WW8Export::WriteAsStringTable(), SwWW8Writer::WriteLong(), and SvStream::WriteStream().
Referenced by WW8Export::WriteFkpPlcUsw().
|
private |
Structure of one item inside this map: (startPos, (endPos, (a bool value?, bookmarkName)))
Definition at line 192 of file wrtww8.cxx.
|
private |
Definition at line 193 of file wrtww8.cxx.