Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx259 SwNode* pSttStart = pSttNode; in CheckPosition() local
260 while( pSttStart && (!pSttStart->IsStartNode() || pSttStart->IsSectionNode() || in CheckPosition()
261 pSttStart->IsTableNode() ) ) in CheckPosition()
262 pSttStart = pSttStart->StartOfSectionNode(); in CheckPosition()
269 if( !pSttTab && pSttStart != pEndStart ) in CheckPosition()

Completed in 30 milliseconds