Searched refs:m_aTextAppendStack (Results 1 – 2 of 2) sorted by relevance
168 m_aTextAppendStack.push(xBodyTextAppend); in DomainMapper_Impl()240 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph()288 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in PushProperties()359 OSL_ENSURE(!m_aTextAppendStack.empty(), "text append stack is empty" ); in GetTopTextAppend()360 return m_aTextAppendStack.top().xTextAppend; in GetTopTextAppend()714 TextAppendContext& rAppendContext = m_aTextAppendStack.top(); in finishParagraph()1102 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextPortion()1135 …uno::Reference< text::XTextAppendAndConvert > xTextAppendAndConvert( m_aTextAppendStack.top().xTe… in appendTextContent()1199 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in appendTextSectionAfter()1256 … m_aTextAppendStack.push( uno::Reference< text::XTextAppend >( xHeaderText, uno::UNO_QUERY_THROW)); in PushPageHeader()[all …]
304 …TextAppendStack m_aTextAppendStack; member in writerfilter::dmapper::DomainMapper_Impl