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

Footnote information. More...

#include <pagedesc.hxx>

Collaboration diagram for SwPageFootnoteInfo:
[legend]

Public Member Functions

SwTwips GetHeight () const
 
sal_uLong GetLineWidth () const
 
const ColorGetLineColor () const
 
SvxBorderLineStyle GetLineStyle () const
 
const FractionGetWidth () 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 &)
 
SwPageFootnoteInfooperator= (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...
 

Detailed Description

Footnote information.

Definition at line 48 of file pagedesc.hxx.

Constructor & Destructor Documentation

◆ SwPageFootnoteInfo() [1/2]

SwPageFootnoteInfo::SwPageFootnoteInfo ( )

Definition at line 629 of file pagedesc.cxx.

References GetAppLanguage(), GetDefaultFrameDirection(), m_eAdjust, and SOLID.

◆ SwPageFootnoteInfo() [2/2]

SwPageFootnoteInfo::SwPageFootnoteInfo ( const SwPageFootnoteInfo rCpy)

Definition at line 642 of file pagedesc.cxx.

Member Function Documentation

◆ GetAdj()

css::text::HorizontalAdjust SwPageFootnoteInfo::GetAdj ( ) const
inline

◆ GetBottomDist()

SwTwips SwPageFootnoteInfo::GetBottomDist ( ) const
inline

◆ GetHeight()

SwTwips SwPageFootnoteInfo::GetHeight ( ) const
inline

◆ GetLineColor()

const Color & SwPageFootnoteInfo::GetLineColor ( ) const
inline

◆ GetLineStyle()

SvxBorderLineStyle SwPageFootnoteInfo::GetLineStyle ( ) const
inline

◆ GetLineWidth()

sal_uLong SwPageFootnoteInfo::GetLineWidth ( ) const
inline

◆ GetTopDist()

SwTwips SwPageFootnoteInfo::GetTopDist ( ) const
inline

◆ GetWidth()

const Fraction & SwPageFootnoteInfo::GetWidth ( ) const
inline

◆ operator=()

SwPageFootnoteInfo & SwPageFootnoteInfo::operator= ( const SwPageFootnoteInfo rCpy)

◆ operator==()

bool SwPageFootnoteInfo::operator== ( const SwPageFootnoteInfo rCmp) const

◆ SetAdj()

void SwPageFootnoteInfo::SetAdj ( css::text::HorizontalAdjust const  eNew)
inline

Definition at line 75 of file pagedesc.hxx.

Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().

◆ SetBottomDist()

void SwPageFootnoteInfo::SetBottomDist ( SwTwips const  nNew)
inline

◆ SetHeight()

void SwPageFootnoteInfo::SetHeight ( SwTwips const  nNew)
inline

Definition at line 70 of file pagedesc.hxx.

Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().

◆ SetLineColor()

void SwPageFootnoteInfo::SetLineColor ( const Color rCol)
inline

Definition at line 73 of file pagedesc.hxx.

Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().

◆ SetLineStyle()

void SwPageFootnoteInfo::SetLineStyle ( SvxBorderLineStyle const  eSet)
inline

Definition at line 72 of file pagedesc.hxx.

Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().

◆ SetLineWidth()

void SwPageFootnoteInfo::SetLineWidth ( sal_uLong const  nSet)
inline

◆ SetTopDist()

void SwPageFootnoteInfo::SetTopDist ( SwTwips const  nNew)
inline

◆ SetWidth()

void SwPageFootnoteInfo::SetWidth ( const Fraction rNew)
inline

Definition at line 74 of file pagedesc.hxx.

Referenced by SwFootNotePage::FillItemSet(), and SwPageFootnoteInfoItem::PutValue().

Member Data Documentation

◆ m_eAdjust

css::text::HorizontalAdjust SwPageFootnoteInfo::m_eAdjust
private

line adjustment.

Definition at line 56 of file pagedesc.hxx.

Referenced by operator=(), operator==(), and SwPageFootnoteInfo().

◆ m_eLineStyle

SvxBorderLineStyle SwPageFootnoteInfo::m_eLineStyle
private

Style of the separator line.

Definition at line 53 of file pagedesc.hxx.

Referenced by operator=(), and operator==().

◆ m_LineColor

Color SwPageFootnoteInfo::m_LineColor
private

color of the separator line

Definition at line 54 of file pagedesc.hxx.

Referenced by operator=(), and operator==().

◆ m_nBottomDist

SwTwips SwPageFootnoteInfo::m_nBottomDist
private

distance between separator and first footnote

Definition at line 58 of file pagedesc.hxx.

Referenced by operator=(), and operator==().

◆ m_nLineWidth

sal_uLong SwPageFootnoteInfo::m_nLineWidth
private

width of separator line

Definition at line 52 of file pagedesc.hxx.

Referenced by operator=(), and operator==().

◆ m_nMaxHeight

SwTwips SwPageFootnoteInfo::m_nMaxHeight
private

maximum height of the footnote area.

Definition at line 51 of file pagedesc.hxx.

Referenced by operator=(), and operator==().

◆ m_nTopDist

SwTwips SwPageFootnoteInfo::m_nTopDist
private

distance between body and separator.

Definition at line 57 of file pagedesc.hxx.

Referenced by operator=(), and operator==().

◆ m_Width

Fraction SwPageFootnoteInfo::m_Width
private

percentage width of the separator line.

Definition at line 55 of file pagedesc.hxx.

Referenced by operator=(), and operator==().


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