Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx158 m_aTextAppendStack.push(xBodyTextAppend); in DomainMapper_Impl()
229 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph()
264 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties()
335 OSL_ENSURE(!m_aTextAppendStack.empty(), "text append stack is empty" ); in GetTopTextAppend()
336 return m_aTextAppendStack.top().xTextAppend; in GetTopTextAppend()
623 TextAppendContext& rAppendContext = m_aTextAppendStack.top(); in finishParagraph()
918 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextPortion()
951 …uno::Reference< text::XTextAppendAndConvert > xTextAppendAndConvert( m_aTextAppendStack.top().xTe… in appendTextContent()
1013 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextSectionAfter()
1069m_aTextAppendStack.push( uno::Reference< text::XTextAppend >( xHeaderText, uno::UNO_QUERY_THROW)); in PushPageHeader()
[all …]
H A DDomainMapper_Impl.hxx304 …TextAppendStack m_aTextAppendStack; member in writerfilter::dmapper::DomainMapper_Impl