Home
last modified time | relevance | path

Searched refs:xTextAppend (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx240 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local
288 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local
289 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() local
1102 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextPortion() local
1199 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextSectionAfter() local
1200 if(xTextAppend.is()) in appendTextSectionAfter()
3118 uno::Reference<text::XTextAppend> xTextAppend = m_aTextAppendStack.top().xTextAppend; in AddAnnotationPosition() local
3120 if (xTextAppend.is()) in AddAnnotationPosition()
[all …]
H A DDomainMapper_Impl.hxx174 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextAppend > xTextAppend;
178 : xTextAppend( xAppend ) in TextAppendContext()

Completed in 53 milliseconds