Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx168 m_aTextAppendStack.push(xBodyTextAppend); in DomainMapper_Impl()
240 uno::Reference< text::XTextAppend > xTextAppend = m_aTextAppendStack.top().xTextAppend; in RemoveLastParagraph()
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()
1310 m_aTextAppendStack.pop(); in PopPageHeaderFooter()
1462 m_aTextAppendStack.pop(); in PopFootOrEndnote()
1472 m_aTextAppendStack.pop(); in PopAnnotation()
1542 m_aTextAppendStack.pop(); in PopShapeContext()
3114 if (m_aTextAppendStack.empty()) in AddAnnotationPosition()
[all …]
H A DDomainMapper_Impl.hxx304 …TextAppendStack m_aTextAppendStack; member in writerfilter::dmapper::DomainMapper_Impl

Completed in 31 milliseconds