|
LibreOffice Module linguistic (master) 1
|
#include <gciterator.hxx>
Public Member Functions | |
| FPEntry () | |
Public Attributes | |
| css::uno::Reference< css::text::XFlatParagraphIterator > | m_xParaIterator |
| css::uno::Reference< css::text::XFlatParagraph > | m_xPara |
| OUString | m_aDocId |
| sal_Int32 | m_nStartIndex |
| bool | m_bAutomatic |
Definition at line 48 of file gciterator.hxx.
|
inline |
Definition at line 65 of file gciterator.hxx.
| OUString FPEntry::m_aDocId |
Definition at line 57 of file gciterator.hxx.
Referenced by GrammarCheckingIterator::AddEntry(), and GrammarCheckingIterator::DequeueAndCheck().
| bool FPEntry::m_bAutomatic |
Definition at line 63 of file gciterator.hxx.
Referenced by GrammarCheckingIterator::AddEntry(), and GrammarCheckingIterator::DequeueAndCheck().
| sal_Int32 FPEntry::m_nStartIndex |
Definition at line 60 of file gciterator.hxx.
Referenced by GrammarCheckingIterator::AddEntry(), and GrammarCheckingIterator::DequeueAndCheck().
| css::uno::Reference< css::text::XFlatParagraph > FPEntry::m_xPara |
Definition at line 54 of file gciterator.hxx.
Referenced by GrammarCheckingIterator::AddEntry(), and GrammarCheckingIterator::DequeueAndCheck().
| css::uno::Reference< css::text::XFlatParagraphIterator > FPEntry::m_xParaIterator |
Definition at line 51 of file gciterator.hxx.
Referenced by GrammarCheckingIterator::AddEntry(), and GrammarCheckingIterator::DequeueAndCheck().