Home
last modified time | relevance | path

Searched refs:xTextAppend (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx229 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local
232 uno::Reference< text::XTextCursor > xCursor = xTextAppend->createTextCursor(); in RemoveLastParagraph()
264 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local
265 if(xTextAppend.is()) in PushProperties()
266 pSectionContext_->SetStart( xTextAppend->getEnd() ); in PushProperties()
336 return m_aTextAppendStack.top().xTextAppend; in GetTopTextAppend()
590 uno::Reference< text::XTextAppend > xTextAppend, in lcl_AddRangeAndStyle()
594 xTextAppend->createTextCursorByRange( xTextAppend->getEnd()), uno::UNO_QUERY_THROW ); in lcl_AddRangeAndStyle()
624 uno::Reference< text::XTextAppend > xTextAppend = rAppendContext.xTextAppend; in finishParagraph() local
628 dmapper_logger->attribute("isTextAppend", xTextAppend.is()); in finishParagraph()
[all …]
H A DDomainMapper_Impl.hxx174 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextAppend > xTextAppend;
178 : xTextAppend( xAppend ) in TextAppendContext()