Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocredln.cxx114 SwNode* pEndStart = pEndNode; in CheckPosition() local
115 while( pEndStart && (!pEndStart->IsStartNode() || pEndStart->IsSectionNode() || in CheckPosition()
116 pEndStart->IsTableNode() ) ) in CheckPosition()
117 pEndStart = pEndStart->StartOfSectionNode(); in CheckPosition()
121 assert(pSttTab || pSttStart == pEndStart); in CheckPosition()
122 if( !pSttTab && pSttStart != pEndStart ) in CheckPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocredln.cxx117 SwNode* pEndStart = pEndNode; in CheckPosition() local
118 while( pEndStart && (!pEndStart->IsStartNode() || pEndStart->IsSectionNode() || in CheckPosition()
119 pEndStart->IsTableNode() ) ) in CheckPosition()
120 pEndStart = pEndStart->StartOfSectionNode(); in CheckPosition()
124 assert(pSttTab || pSttStart == pEndStart); in CheckPosition()
125 if( !pSttTab && pSttStart != pEndStart ) in CheckPosition()