Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx628 SectionPropertyMap* pSectionContext_ = dynamic_cast< SectionPropertyMap* >( pInsert.get() ); in PushProperties() local
632 if (xTextAppend.is() && pSectionContext_) in PushProperties()
633 pSectionContext_->SetStart( xTextAppend->getEnd() ); in PushProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx798 SectionPropertyMap* pSectionContext_ = dynamic_cast< SectionPropertyMap* >( pInsert.get() ); in PushProperties() local
802 if (xTextAppend.is() && pSectionContext_) in PushProperties()
803 pSectionContext_->SetStart( xTextAppend->getEnd() ); in PushProperties()