LibreOffice Module editeng (master) 1
Public Member Functions | Public Attributes | List of all members
editeng::Section Struct Reference

#include <section.hxx>

Public Member Functions

 Section (sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd)
 

Public Attributes

sal_Int32 mnParagraph
 
sal_Int32 mnStart
 
sal_Int32 mnEnd
 
std::vector< const SfxPoolItem * > maAttributes
 

Detailed Description

Definition at line 21 of file section.hxx.

Constructor & Destructor Documentation

◆ Section()

Section::Section ( sal_Int32  nPara,
sal_Int32  nStart,
sal_Int32  nEnd 
)

Definition at line 14 of file section.cxx.

References mnEnd, and mnStart.

Member Data Documentation

◆ maAttributes

std::vector<const SfxPoolItem*> editeng::Section::maAttributes

Definition at line 27 of file section.hxx.

Referenced by EditTextObjectImpl::GetAllSections().

◆ mnEnd

sal_Int32 editeng::Section::mnEnd

Definition at line 25 of file section.hxx.

◆ mnParagraph

sal_Int32 editeng::Section::mnParagraph

Definition at line 23 of file section.hxx.

◆ mnStart

sal_Int32 editeng::Section::mnStart

Definition at line 24 of file section.hxx.


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