LibreOffice Module sw (master) 1
|
#include <ww8par.hxx>
Public Member Functions | |
WW8FieldEntry (SwPosition const &rPos, sal_uInt16 nFieldId) noexcept | |
WW8FieldEntry (const WW8FieldEntry &rOther) noexcept | |
WW8FieldEntry & | operator= (const WW8FieldEntry &rOther) noexcept |
void | Swap (WW8FieldEntry &rOther) noexcept |
const SwNodeIndex & | GetPtNode () const |
sal_Int32 | GetPtContent () const |
const OUString & | GetBookmarkName () const |
const OUString & | GetBookmarkCode () const |
void | SetBookmarkName (const OUString &bookmarkName) |
void | SetBookmarkType (const OUString &bookmarkType) |
void | SetBookmarkCode (const OUString &bookmarkCode) |
::sw::mark::IFieldmark::parameter_map_t & | getParameters () |
Public Attributes | |
sw::hack::Position | maStartPos |
sal_uInt16 | mnFieldId |
sal_uLong | mnObjLocFc |
Private Attributes | |
OUString | msBookmarkName |
OUString | msMarkType |
OUString | msMarkCode |
::sw::mark::IFieldmark::parameter_map_t | maParams |
Definition at line 558 of file ww8par.hxx.
|
noexcept |
Definition at line 763 of file ww8par5.cxx.
|
noexcept |
Definition at line 768 of file ww8par5.cxx.
|
inline |
Definition at line 579 of file ww8par.hxx.
References msMarkCode.
|
inline |
Definition at line 578 of file ww8par.hxx.
References msBookmarkName.
|
inline |
Definition at line 583 of file ww8par.hxx.
References maParams.
|
inline |
Definition at line 576 of file ww8par.hxx.
References sw::hack::Position::GetPtContent(), and maStartPos.
|
inline |
Definition at line 575 of file ww8par.hxx.
References sw::hack::Position::GetPtNode(), and maStartPos.
|
noexcept |
Definition at line 779 of file ww8par5.cxx.
References Swap().
void WW8FieldEntry::SetBookmarkCode | ( | const OUString & | bookmarkCode | ) |
Definition at line 797 of file ww8par5.cxx.
References msMarkCode.
void WW8FieldEntry::SetBookmarkName | ( | const OUString & | bookmarkName | ) |
Definition at line 787 of file ww8par5.cxx.
References msBookmarkName.
void WW8FieldEntry::SetBookmarkType | ( | const OUString & | bookmarkType | ) |
Definition at line 792 of file ww8par5.cxx.
References msMarkType.
|
noexcept |
Definition at line 773 of file ww8par5.cxx.
|
private |
Definition at line 564 of file ww8par.hxx.
Referenced by getParameters().
sw::hack::Position WW8FieldEntry::maStartPos |
Definition at line 567 of file ww8par.hxx.
Referenced by GetPtContent(), GetPtNode(), and SwWW8ImplReader::Read_Book().
sal_uInt16 WW8FieldEntry::mnFieldId |
Definition at line 568 of file ww8par.hxx.
sal_uLong WW8FieldEntry::mnObjLocFc |
Definition at line 569 of file ww8par.hxx.
|
private |
Definition at line 561 of file ww8par.hxx.
Referenced by GetBookmarkName(), and SetBookmarkName().
|
private |
Definition at line 563 of file ww8par.hxx.
Referenced by GetBookmarkCode(), and SetBookmarkCode().
|
private |
Definition at line 562 of file ww8par.hxx.
Referenced by SetBookmarkType().