Searched refs:pNextNode (Results 1 – 8 of 8) sorted by relevance
152 Node* pNextNode = this; in findChildNode() local162 pNextNode = new Node( rItem, pNextNode, bIsItemIgnorable ); in findChildNode()164 mChildren.push_back( pNextNode ); in findChildNode()165 return pNextNode; in findChildNode()
1194 SwNumberTreeNode* pNextNode( *aParentChildIt ); in SetLastValid() local1195 if ( !pNextNode->IsCounted() ) in SetLastValid()1197 pNextNode->InvalidateChildren(); in SetLastValid()1315 SwNumberTreeNode* pNextNode( *aParentChildIt ); in NotifyInvalidChildren() local1316 if ( !pNextNode->IsCounted() ) in NotifyInvalidChildren()1318 pNextNode->NotifyInvalidChildren(); in NotifyInvalidChildren()
1005 void ContentNode::AppendAttribs( ContentNode* pNextNode ) in AppendAttribs() argument1007 DBG_ASSERT( pNextNode, "kopieren von Attributen von einen NULL-Pointer ?" ); in AppendAttribs()1016 EditCharAttrib* pAttrib = GetAttrib( pNextNode->GetCharAttribs().GetAttribs(), nAttr ); in AppendAttribs()1035 pNextNode->GetCharAttribs().GetAttribs().Remove( nAttr ); in AppendAttribs()1053 pAttrib = GetAttrib( pNextNode->GetCharAttribs().GetAttribs(), nAttr ); in AppendAttribs()1056 pNextNode->GetCharAttribs().Clear(); in AppendAttribs()
1586 ContentNode* pNextNode = aEditDoc.SaveGetObject( ++nCurPara ); in WordRight() local1587 if ( pNextNode ) in WordRight()1589 aNewPaM.SetNode( pNextNode ); in WordRight()2565 ContentNode* pNextNode = aEditDoc.SaveGetObject( nPara+1 ); in ImpRemoveParagraph() local2587 if ( pNextNode ) in ImpRemoveParagraph()2588 ParaAttribsChanged( pNextNode ); in ImpRemoveParagraph()
266 void AppendAttribs( ContentNode* pNextNode );
960 const SwNode * pNextNode = pNodeInfo->getNextNode(); in getNextNode() local962 if (pNextNode != NULL) in getNextNode()963 pResult = pNextNode; in getNextNode()
2711 const SwNode * pNextNode = mpTableInfo->getNextNode(pCurrentNode); in WriteText() local2713 if (pNextNode != NULL) in WriteText()2714 pCurPam->GetPoint()->nNode = SwNodeIndex(*pNextNode); in WriteText()
1597 … TextNode* pNextNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aEndPaM.GetPara() ); in ImpDelete() local1598 aEndPaM.GetIndex() = pNextNode->GetText().Len(); in ImpDelete()
Completed in 101 milliseconds