LibreOffice Module sw (master) 1
|
#include <pagedesc.hxx>
Public Member Functions | |
SwTwips | GetHeight () const |
sal_uLong | GetLineWidth () const |
const Color & | GetLineColor () const |
SvxBorderLineStyle | GetLineStyle () const |
const Fraction & | GetWidth () const |
css::text::HorizontalAdjust | GetAdj () const |
SwTwips | GetTopDist () const |
SwTwips | GetBottomDist () const |
void | SetHeight (SwTwips const nNew) |
void | SetLineWidth (sal_uLong const nSet) |
void | SetLineStyle (SvxBorderLineStyle const eSet) |
void | SetLineColor (const Color &rCol) |
void | SetWidth (const Fraction &rNew) |
void | SetAdj (css::text::HorizontalAdjust const eNew) |
void | SetTopDist (SwTwips const nNew) |
void | SetBottomDist (SwTwips const nNew) |
SwPageFootnoteInfo () | |
SwPageFootnoteInfo (const SwPageFootnoteInfo &) | |
SwPageFootnoteInfo & | operator= (const SwPageFootnoteInfo &) |
bool | operator== (const SwPageFootnoteInfo &) const |
Private Attributes | |
SwTwips | m_nMaxHeight |
maximum height of the footnote area. More... | |
sal_uLong | m_nLineWidth |
width of separator line More... | |
SvxBorderLineStyle | m_eLineStyle |
Style of the separator line. More... | |
Color | m_LineColor |
color of the separator line More... | |
Fraction | m_Width |
percentage width of the separator line. More... | |
css::text::HorizontalAdjust | m_eAdjust |
line adjustment. More... | |
SwTwips | m_nTopDist |
distance between body and separator. More... | |
SwTwips | m_nBottomDist |
distance between separator and first footnote More... | |
Footnote information.
Definition at line 48 of file pagedesc.hxx.
SwPageFootnoteInfo::SwPageFootnoteInfo | ( | ) |
Definition at line 629 of file pagedesc.cxx.
References GetAppLanguage(), GetDefaultFrameDirection(), m_eAdjust, and SOLID.
SwPageFootnoteInfo::SwPageFootnoteInfo | ( | const SwPageFootnoteInfo & | rCpy | ) |
Definition at line 642 of file pagedesc.cxx.
|
inline |
Definition at line 66 of file pagedesc.hxx.
Referenced by operator=(), operator==(), SwFootnoteContFrame::PaintLine(), SwPageFootnoteInfoItem::QueryValue(), and SwFootNotePage::Reset().
|
inline |
Definition at line 68 of file pagedesc.hxx.
Referenced by sw::FootnoteSeparatorHeight(), operator=(), operator==(), SwPageFootnoteInfoItem::QueryValue(), and SwFootNotePage::Reset().
|
inline |
Definition at line 61 of file pagedesc.hxx.
Referenced by SwPageFootnoteInfoItem::GetPresentation(), operator=(), operator==(), SwPageFootnoteInfoItem::QueryValue(), SwFootNotePage::Reset(), SwPageFrame::SwClientNotify(), and SwPageFrame::SwPageFrame().
|
inline |
Definition at line 63 of file pagedesc.hxx.
Referenced by SwFootnoteContFrame::PaintLine(), SwPageFootnoteInfoItem::QueryValue(), and SwFootNotePage::Reset().
|
inline |
Definition at line 64 of file pagedesc.hxx.
Referenced by DocxAttributeOutput::FootnotesEndnotes(), SwFootnoteContFrame::PaintLine(), SwPageFootnoteInfoItem::QueryValue(), and SwFootNotePage::Reset().
|
inline |
Definition at line 62 of file pagedesc.hxx.
Referenced by DocxAttributeOutput::FootnotesEndnotes(), sw::FootnoteSeparatorHeight(), SwFootnoteContFrame::PaintLine(), SwPageFootnoteInfoItem::QueryValue(), and SwFootNotePage::Reset().
|
inline |
Definition at line 67 of file pagedesc.hxx.
Referenced by sw::FootnoteSeparatorHeight(), operator=(), operator==(), SwFootnoteContFrame::PaintLine(), SwPageFootnoteInfoItem::QueryValue(), and SwFootNotePage::Reset().
|
inline |
Definition at line 65 of file pagedesc.hxx.
Referenced by DocxAttributeOutput::FootnotesEndnotes(), operator=(), operator==(), SwFootnoteContFrame::PaintLine(), SwPageFootnoteInfoItem::QueryValue(), SwFootNotePage::Reset(), and RtfExport::WriteFootnoteSettings().
SwPageFootnoteInfo & SwPageFootnoteInfo::operator= | ( | const SwPageFootnoteInfo & | rCpy | ) |
Definition at line 654 of file pagedesc.cxx.
References GetAdj(), GetBottomDist(), GetHeight(), GetTopDist(), GetWidth(), m_eAdjust, m_eLineStyle, m_LineColor, m_nBottomDist, m_nLineWidth, m_nMaxHeight, m_nTopDist, and m_Width.
bool SwPageFootnoteInfo::operator== | ( | const SwPageFootnoteInfo & | rCmp | ) | const |
Definition at line 667 of file pagedesc.cxx.
References GetAdj(), GetBottomDist(), GetHeight(), GetTopDist(), GetWidth(), m_eAdjust, m_eLineStyle, m_LineColor, m_nBottomDist, m_nLineWidth, m_nMaxHeight, m_nTopDist, and m_Width.
|
inline |
Definition at line 75 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 77 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), sw::DocumentStylePoolManager::GetPageDescFromPool(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 70 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 73 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 72 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 71 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), sw::DocumentStylePoolManager::GetPageDescFromPool(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 76 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), sw::DocumentStylePoolManager::GetPageDescFromPool(), and SwPageFootnoteInfoItem::PutValue().
|
inline |
Definition at line 74 of file pagedesc.hxx.
Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().
|
private |
line adjustment.
Definition at line 56 of file pagedesc.hxx.
Referenced by operator=(), operator==(), and SwPageFootnoteInfo().
|
private |
Style of the separator line.
Definition at line 53 of file pagedesc.hxx.
Referenced by operator=(), and operator==().
|
private |
color of the separator line
Definition at line 54 of file pagedesc.hxx.
Referenced by operator=(), and operator==().
|
private |
distance between separator and first footnote
Definition at line 58 of file pagedesc.hxx.
Referenced by operator=(), and operator==().
|
private |
width of separator line
Definition at line 52 of file pagedesc.hxx.
Referenced by operator=(), and operator==().
|
private |
maximum height of the footnote area.
Definition at line 51 of file pagedesc.hxx.
Referenced by operator=(), and operator==().
|
private |
distance between body and separator.
Definition at line 57 of file pagedesc.hxx.
Referenced by operator=(), and operator==().
|
private |
percentage width of the separator line.
Definition at line 55 of file pagedesc.hxx.
Referenced by operator=(), and operator==().