Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx240 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local
243 uno::Reference< text::XTextCursor > xCursor = xTextAppend->createTextCursor(); in RemoveLastParagraph()
288 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local
289 if(xTextAppend.is()) in PushProperties()
290 pSectionContext_->SetStart( xTextAppend->getEnd() ); in PushProperties()
360 return m_aTextAppendStack.top().xTextAppend; in GetTopTextAppend()
681 uno::Reference< text::XTextAppend > xTextAppend, in lcl_AddRangeAndStyle()
685 xTextAppend->createTextCursorByRange( xTextAppend->getEnd()), uno::UNO_QUERY_THROW ); in lcl_AddRangeAndStyle()
715 uno::Reference< text::XTextAppend > xTextAppend = rAppendContext.xTextAppend; in finishParagraph() local
719 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()