Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1677 SwStartNode* pEndStartNode = pEndPam->GetNode()->StartOfSectionNode(); in convertToTextFrame() local
1678 while (pEndStartNode && pEndStartNode->IsSectionNode()) in convertToTextFrame()
1680 pEndStartNode = pEndStartNode->StartOfSectionNode(); in convertToTextFrame()
1684 if (pStartStartNode != pEndStartNode || pStartStartNode != GetStartNode()) in convertToTextFrame()
1699 if (pEndStartNode->GetStartNodeType() == SwTableBoxStartNode) in convertToTextFrame()
1701 SwTableNode *const pEndTableNode = pEndStartNode->FindTableNode(); in convertToTextFrame()
1707 pEndStartNode = pEndPam->GetNode()->StartOfSectionNode(); in convertToTextFrame()
1710 if ((pStartStartNode != pEndStartNode) || in convertToTextFrame()

Completed in 26 milliseconds