Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunotext.cxx1672 SwStartNode* pStartStartNode = aStartPam.GetNode()->StartOfSectionNode(); in convertToTextFrame() local
1673 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 38 milliseconds