Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx333 const SwStartNode *const pOwnStartNode = GetStartNode(); in insertString() local
357 if (!pOwnStartNode || (pOwnStartNode != pTmp)) in insertString()
566 const SwStartNode* pOwnStartNode = GetStartNode(); in insertTextContent() local
590 while (pOwnStartNode->IsSectionNode()) in insertTextContent()
592 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in insertTextContent()
595 if (pOwnStartNode != pTmp) in insertTextContent()
1056 const SwStartNode* pOwnStartNode = in CheckForOwnMember() local
1083 while(pOwnStartNode->IsSectionNode()) in CheckForOwnMember()
1085 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in CheckForOwnMember()
1089 return (pOwnStartNode == pTmp); in CheckForOwnMember()
[all …]
H A Dunoobj.cxx1337 const SwStartNode* pOwnStartNode = rOwnCursor.GetNode()->FindSttNodeByType(eSearchNodeType); in gotoRange() local
1338 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()
H A Dunoobj2.cxx602 SwUnoCrsr const*const pUnoCrsr, SwStartNode const*const pOwnStartNode) in lcl_CursorIsInSection() argument
608 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()
H A Dunoframe.cxx3207 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor() local
3224 if(!pNewStartNode || pNewStartNode != pOwnStartNode) in createTextCursor()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1418 const SwStartNode* pOwnStartNode = aOwnPaM.GetNode()-> in gotoRange() local
1445 while(pOwnStartNode && pOwnStartNode->IsSectionNode()) in gotoRange()
1447 pOwnStartNode = pOwnStartNode->StartOfSectionNode(); in gotoRange()
1452 (pOwnStartNode != pTmp || in gotoRange()

Completed in 67 milliseconds