Searched refs:pOwnStartNode (Results 1 – 5 of 5) sorted by relevance
333 const SwStartNode *const pOwnStartNode = GetStartNode(); in insertString() local357 if (!pOwnStartNode || (pOwnStartNode != pTmp)) in insertString()566 const SwStartNode* pOwnStartNode = GetStartNode(); in insertTextContent() local590 while (pOwnStartNode->IsSectionNode()) in insertTextContent()592 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in insertTextContent()595 if (pOwnStartNode != pTmp) in insertTextContent()1056 const SwStartNode* pOwnStartNode = in CheckForOwnMember() local1083 while(pOwnStartNode->IsSectionNode()) in CheckForOwnMember()1085 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in CheckForOwnMember()1089 return (pOwnStartNode == pTmp); in CheckForOwnMember()[all …]
1337 const SwStartNode* pOwnStartNode = rOwnCursor.GetNode()->FindSttNodeByType(eSearchNodeType); in gotoRange() local1338 while ( pOwnStartNode != NULL in gotoRange()1339 && pOwnStartNode->IsSectionNode()) in gotoRange()1341 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in gotoRange()1354 if ( pOwnStartNode->FindTableNode() != pTmp->FindTableNode() ) in gotoRange()1361 if ( pOwnStartNode != pTmp ) in gotoRange()
602 SwUnoCrsr const*const pUnoCrsr, SwStartNode const*const pOwnStartNode) in lcl_CursorIsInSection() argument608 if (pUnoCrsr && pOwnStartNode) in lcl_CursorIsInSection()610 const SwEndNode * pOwnEndNode = pOwnStartNode->EndOfSectionNode(); in lcl_CursorIsInSection()611 bRes = pOwnStartNode->GetIndex() <= pUnoCrsr->Start()->nNode.GetIndex() && in lcl_CursorIsInSection()
3207 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor() local3224 if(!pNewStartNode || pNewStartNode != pOwnStartNode) in createTextCursor()
1418 const SwStartNode* pOwnStartNode = aOwnPaM.GetNode()-> in gotoRange() local1445 while(pOwnStartNode && pOwnStartNode->IsSectionNode()) in gotoRange()1447 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in gotoRange()1452 (pOwnStartNode != pTmp || in gotoRange()
Completed in 137 milliseconds