Searched refs:xTextAppend (Results 1 – 2 of 2) sorted by relevance
240 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local243 uno::Reference< text::XTextCursor > xCursor = xTextAppend->createTextCursor(); in RemoveLastParagraph()288 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local289 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() local719 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()