Home
last modified time | relevance | path

Searched refs:rEndPara (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dswhtml.hxx145 HTMLAttr( const HTMLAttr &rAttr, const SwNodeIndex &rEndPara,
152 HTMLAttr *Clone( const SwNodeIndex& rEndPara, sal_Int32 nEndCnt ) const;
H A Dswhtml.cxx5449 HTMLAttr::HTMLAttr( const HTMLAttr &rAttr, const SwNodeIndex &rEndPara, in HTMLAttr() argument
5452 m_nEndPara( rEndPara ), in HTMLAttr()
5470 HTMLAttr *HTMLAttr::Clone(const SwNodeIndex& rEndPara, sal_Int32 nEndCnt) const in Clone() argument
5473 HTMLAttr *pNew = new HTMLAttr( *this, rEndPara, nEndCnt, m_ppHead, m_xAttrTab ); in Clone()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dswhtml.hxx148 HTMLAttr( const HTMLAttr &rAttr, const SwNodeIndex &rEndPara,
155 HTMLAttr *Clone( const SwNodeIndex& rEndPara, sal_Int32 nEndCnt ) const;
H A Dswhtml.cxx5483 HTMLAttr::HTMLAttr( const HTMLAttr &rAttr, const SwNodeIndex &rEndPara, in HTMLAttr() argument
5486 m_nEndPara( rEndPara ), in HTMLAttr()
5504 HTMLAttr *HTMLAttr::Clone(const SwNodeIndex& rEndPara, sal_Int32 nEndCnt) const in Clone() argument
5507 HTMLAttr *pNew = new HTMLAttr( *this, rEndPara, nEndCnt, m_ppHead, m_xAttrTab ); in Clone()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx1442 auto rEndPara = m_aTableRanges[nRow][nCell][1]; in endTable() local
1453 … bool bEndOfApply = (xTextRangeCompare->compareRegionEnds(rEndPara, aIt->m_rEndParagraph) == 0); in endTable()