|
LibreOffice Module editeng (master) 1
|
#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 |
Definition at line 21 of file section.hxx.
| Section::Section | ( | sal_Int32 | nPara, |
| sal_Int32 | nStart, | ||
| sal_Int32 | nEnd | ||
| ) |
Definition at line 14 of file section.cxx.
| std::vector<const SfxPoolItem*> editeng::Section::maAttributes |
Definition at line 27 of file section.hxx.
Referenced by EditTextObjectImpl::GetAllSections().
| sal_Int32 editeng::Section::mnEnd |
Definition at line 25 of file section.hxx.
| sal_Int32 editeng::Section::mnParagraph |
Definition at line 23 of file section.hxx.
| sal_Int32 editeng::Section::mnStart |
Definition at line 24 of file section.hxx.