LibreOffice Module writerfilter (master) 1
Public Member Functions | Public Attributes | List of all members
writerfilter::dmapper::TextAppendContext Struct Reference

#include <DomainMapper_Impl.hxx>

Collaboration diagram for writerfilter::dmapper::TextAppendContext:
[legend]

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< AnchoredObjectInfom_aAnchoredObjects
 Objects anchored to the current paragraph, may affect the paragraph spacing. More...
 

Detailed Description

Definition at line 264 of file DomainMapper_Impl.hxx.

Constructor & Destructor Documentation

◆ TextAppendContext()

writerfilter::dmapper::TextAppendContext::TextAppendContext ( css::uno::Reference< css::text::XTextAppend >  xAppend,
const css::uno::Reference< css::text::XTextCursor > &  xCur 
)
inline

Definition at line 1220 of file DomainMapper_Impl.hxx.

References xCursor, and xInsertPosition.

Member Data Documentation

◆ m_aAnchoredObjects

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().

◆ pLastParagraphProperties

ParagraphPropertiesPtr writerfilter::dmapper::TextAppendContext::pLastParagraphProperties

◆ xCursor

css::uno::Reference<css::text::XParagraphCursor> writerfilter::dmapper::TextAppendContext::xCursor

◆ xInsertPosition

css::uno::Reference<css::text::XTextRange> writerfilter::dmapper::TextAppendContext::xInsertPosition

◆ xTextAppend

css::uno::Reference<css::text::XTextAppend> writerfilter::dmapper::TextAppendContext::xTextAppend

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