Searched refs:xTextAppend (Results 1 – 2 of 2) sorted by relevance
229 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local232 uno::Reference< text::XTextCursor > xCursor = xTextAppend->createTextCursor(); in RemoveLastParagraph()264 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local265 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() local628 dmapper_logger->attribute("isTextAppend", xTextAppend.is()); in finishParagraph()[all …]
174 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextAppend > xTextAppend;178 : xTextAppend( xAppend ) in TextAppendContext()