Searched refs:xTextAppend (Results 1 – 2 of 2) sorted by relevance
240 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local288 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local289 if(xTextAppend.is()) in PushProperties()685 xTextAppend->createTextCursorByRange( xTextAppend->getEnd()), uno::UNO_QUERY_THROW ); in lcl_AddRangeAndStyle()715 uno::Reference< text::XTextAppend > xTextAppend = rAppendContext.xTextAppend; in finishParagraph() local1102 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextPortion() local1199 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextSectionAfter() local1200 if(xTextAppend.is()) in appendTextSectionAfter()3118 uno::Reference<text::XTextAppend> xTextAppend = m_aTextAppendStack.top().xTextAppend; in AddAnnotationPosition() local3120 if (xTextAppend.is()) in AddAnnotationPosition()[all …]
174 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextAppend > xTextAppend;178 : xTextAppend( xAppend ) in TextAppendContext()
Completed in 38 milliseconds