Searched refs:pEndStartNode (Results 1 – 1 of 1) sorted by relevance
1677 SwStartNode* pEndStartNode = pEndPam->GetNode()->StartOfSectionNode(); in convertToTextFrame() local1678 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 107 milliseconds