|
LibreOffice Module writerfilter (master) 1
|
#include <DomainMapper_Impl.hxx>
Public Member Functions | |
| TextAppendContext (css::uno::Reference< css::text::XTextAppend > xAppend, const css::uno::Reference< css::text::XTextCursor > &xCur) | |
Public Attributes | |
| css::uno::Reference< css::text::XTextAppend > | xTextAppend |
| css::uno::Reference< css::text::XTextRange > | xInsertPosition |
| css::uno::Reference< css::text::XParagraphCursor > | xCursor |
| ParagraphPropertiesPtr | pLastParagraphProperties |
| std::vector< AnchoredObjectInfo > | m_aAnchoredObjects |
| Objects anchored to the current paragraph, may affect the paragraph spacing. More... | |
Definition at line 264 of file DomainMapper_Impl.hxx.
|
inline |
Definition at line 1220 of file DomainMapper_Impl.hxx.
References xCursor, and xInsertPosition.
| std::vector<AnchoredObjectInfo> writerfilter::dmapper::TextAppendContext::m_aAnchoredObjects |
Objects anchored to the current paragraph, may affect the paragraph spacing.
Definition at line 275 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
| ParagraphPropertiesPtr writerfilter::dmapper::TextAppendContext::pLastParagraphProperties |
Definition at line 269 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::DomainMapper_Impl::CheckUnregisteredFrameConversion(), and writerfilter::dmapper::DomainMapper_Impl::finishParagraph().
| css::uno::Reference<css::text::XParagraphCursor> writerfilter::dmapper::TextAppendContext::xCursor |
Definition at line 268 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph(), and TextAppendContext().
| css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::TextAppendContext::xInsertPosition |
Definition at line 267 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph(), writerfilter::dmapper::lcl_AddRange(), and TextAppendContext().
| css::uno::Reference<css::text::XTextAppend> writerfilter::dmapper::TextAppendContext::xTextAppend |
Definition at line 266 of file DomainMapper_Impl.hxx.
Referenced by writerfilter::dmapper::DomainMapper_Impl::finishParagraph().