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()
1007 void ContentNode::AppendAttribs( ContentNode* pNextNode ) in AppendAttribs() argument1009 DBG_ASSERT( pNextNode, "kopieren von Attributen von einen NULL-Pointer ?" ); in AppendAttribs()1018 EditCharAttrib* pAttrib = GetAttrib( pNextNode->GetCharAttribs().GetAttribs(), nAttr ); in AppendAttribs()1037 pNextNode->GetCharAttribs().GetAttribs().Remove( nAttr ); in AppendAttribs()1055 pAttrib = GetAttrib( pNextNode->GetCharAttribs().GetAttribs(), nAttr ); in AppendAttribs()1058 pNextNode->GetCharAttribs().Clear(); in AppendAttribs()
1581 ContentNode* pNextNode = aEditDoc.SaveGetObject( ++nCurPara ); in WordRight() local1582 if ( pNextNode ) in WordRight()1584 aNewPaM.SetNode( pNextNode ); in WordRight()2562 ContentNode* pNextNode = aEditDoc.SaveGetObject( nPara+1 ); in ImpRemoveParagraph() local2584 if ( pNextNode ) in ImpRemoveParagraph()2585 ParaAttribsChanged( pNextNode ); in ImpRemoveParagraph()
265 void AppendAttribs( ContentNode* pNextNode );
960 const SwNode * pNextNode = pNodeInfo->getNextNode(); in getNextNode() local962 if (pNextNode != NULL) in getNextNode()963 pResult = pNextNode; in getNextNode()
2725 const SwNode * pNextNode = mpTableInfo->getNextNode(pCurrentNode); in WriteText() local2727 if (pNextNode != NULL) in WriteText()2728 pCurPam->GetPoint()->nNode = SwNodeIndex(*pNextNode); in WriteText()
1593 … TextNode* pNextNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aEndPaM.GetPara() ); in ImpDelete() local1594 aEndPaM.GetIndex() = pNextNode->GetText().Len(); in ImpDelete()
Completed in 75 milliseconds