Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx229 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph() local
264 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties() local
265 if(xTextAppend.is()) in PushProperties()
594 xTextAppend->createTextCursorByRange( xTextAppend->getEnd()), uno::UNO_QUERY_THROW ); in lcl_AddRangeAndStyle()
624 uno::Reference< text::XTextAppend > xTextAppend = rAppendContext.xTextAppend; in finishParagraph() local
918 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextPortion() local
1013 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextSectionAfter() local
1014 if(xTextAppend.is()) in appendTextSectionAfter()
2929 uno::Reference<text::XTextAppend> xTextAppend = m_aTextAppendStack.top().xTextAppend; in AddAnnotationPosition() local
2931 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 38 milliseconds