19#ifndef INCLUDED_SW_INC_LINEINFO_HXX
20#define INCLUDED_SW_INC_LINEINFO_HXX
66 const OUString&
GetDivider()
const {
return m_aDivider; }
Access to the style pool.
const SwModify * GetRegisteredIn() const
virtual void SwClientNotify(const SwModify &, const SfxHint &rHint) override
< purpose of derivation from SwClient: character style for displaying the numbers.
bool m_bRestartEachPage
Restart counting at the first paragraph of each page (even on follows when paragraphs are split)
void SetPaintLineNumbers(bool b)
bool m_bPaintLineNumbers
Should anything be displayed?
void SetPos(LineNumberPosition eP)
const OUString & GetDivider() const
sal_uInt16 m_nDividerCountBy
Interval for display of an user defined string every n lines.
void SetDividerCountBy(sal_uInt16 n)
sal_uInt16 GetCountBy() const
const SvxNumberType & GetNumType() const
bool m_bCountBlankLines
Count empty lines?
void SetDivider(const OUString &r)
sal_uInt16 m_nPosFromLeft
Position for paint.
bool IsRestartEachPage() const
void SetCountBlankLines(bool b)
void SetRestartEachPage(bool b)
bool IsPaintLineNumbers() const
bool HasCharFormat() const
void SetNumType(SvxNumberType aNew)
void SetCountBy(sal_uInt16 n)
bool IsCountBlankLines() const
void SetPosFromLeft(sal_uInt16 n)
sal_uInt16 GetPosFromLeft() const
bool m_bCountInFlys
Count also within FlyFrames?
bool IsCountInFlys() const
LineNumberPosition m_ePos
Where should the display occur (number and divider)
sal_uInt16 GetDividerCountBy() const
void SetCountInFlys(bool b)
LineNumberPosition GetPos() const
OUString m_aDivider
String for additional interval (vert. lines user defined)
sal_uInt16 m_nCountBy
Paint only for every n line.
SvxNumberType m_aType
e.g. roman linenumbers
WriterListener & operator=(WriterListener const &)=delete