Searched refs:pStartStartNode (Results 1 – 1 of 1) sorted by relevance
1672 SwStartNode* pStartStartNode = aStartPam.GetNode()->StartOfSectionNode(); in convertToTextFrame() local1673 while (pStartStartNode && pStartStartNode->IsSectionNode()) in convertToTextFrame()1675 pStartStartNode = pStartStartNode->StartOfSectionNode(); in convertToTextFrame()1684 if (pStartStartNode != pEndStartNode || pStartStartNode != GetStartNode()) in convertToTextFrame()1689 if (pStartStartNode->GetStartNodeType() == SwTableBoxStartNode) in convertToTextFrame()1691 SwTableNode *const pSartTableNode(pStartStartNode->FindTableNode()); in convertToTextFrame()1697 pStartStartNode = aStartPam.GetNode()->StartOfSectionNode(); in convertToTextFrame()1710 if ((pStartStartNode != pEndStartNode) || in convertToTextFrame()1711 (pStartStartNode != GetStartNode())) in convertToTextFrame()
Completed in 30 milliseconds