|
LibreOffice Module editeng (master) 1
|
#include <misspellrange.hxx>
Public Member Functions | |
| MisspellRanges (sal_Int32 nParagraph, std::vector< MisspellRange > &&rRanges) | |
Public Attributes | |
| sal_Int32 | mnParagraph |
| std::vector< MisspellRange > | maRanges |
Definition at line 27 of file misspellrange.hxx.
| editeng::MisspellRanges::MisspellRanges | ( | sal_Int32 | nParagraph, |
| std::vector< MisspellRange > && | rRanges | ||
| ) |
Definition at line 16 of file misspellrange.cxx.
| std::vector<MisspellRange> editeng::MisspellRanges::maRanges |
Definition at line 30 of file misspellrange.hxx.
| sal_Int32 editeng::MisspellRanges::mnParagraph |
Definition at line 29 of file misspellrange.hxx.