sw: document SwFormatLineNumber
The primary use-case here is to have this in certain paragraph styles, so that they can request "don't count these lines", like Caption or Header. Change-Id: I2af591d2713cc23f4b634b69797f0dd61a37a2de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153298 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
eca4e82cac
commit
abca28b4db
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
|
||||
class IntlWrapper;
|
||||
|
||||
/// Contains the line numbering properties of this paragraph. Format -> Paragraph -> Outline & List
|
||||
/// tab, Line Numbering section is the UI for this.
|
||||
class SW_DLLPUBLIC SwFormatLineNumber final : public SfxPoolItem
|
||||
{
|
||||
sal_uLong m_nStartValue :24; ///< Starting value for the paragraph. 0 == no starting value.
|
||||
|
|
Loading…
Reference in a new issue