Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dstylepool.cxx152 Node* pNextNode = this; in findChildNode() local
162 pNextNode = new Node( rItem, pNextNode, bIsItemIgnorable ); in findChildNode()
164 mChildren.push_back( pNextNode ); in findChildNode()
165 return pNextNode; in findChildNode()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx1194 SwNumberTreeNode* pNextNode( *aParentChildIt ); in SetLastValid() local
1195 if ( !pNextNode->IsCounted() ) in SetLastValid()
1197 pNextNode->InvalidateChildren(); in SetLastValid()
1315 SwNumberTreeNode* pNextNode( *aParentChildIt ); in NotifyInvalidChildren() local
1316 if ( !pNextNode->IsCounted() ) in NotifyInvalidChildren()
1318 pNextNode->NotifyInvalidChildren(); in NotifyInvalidChildren()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1005 void ContentNode::AppendAttribs( ContentNode* pNextNode ) in AppendAttribs() argument
1007 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()
H A Dimpedit2.cxx1586 ContentNode* pNextNode = aEditDoc.SaveGetObject( ++nCurPara ); in WordRight() local
1587 if ( pNextNode ) in WordRight()
1589 aNewPaM.SetNode( pNextNode ); in WordRight()
2565 ContentNode* pNextNode = aEditDoc.SaveGetObject( nPara+1 ); in ImpRemoveParagraph() local
2587 if ( pNextNode ) in ImpRemoveParagraph()
2588 ParaAttribsChanged( pNextNode ); in ImpRemoveParagraph()
H A Deditdoc.hxx266 void AppendAttribs( ContentNode* pNextNode );
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx960 const SwNode * pNextNode = pNodeInfo->getNextNode(); in getNextNode() local
962 if (pNextNode != NULL) in getNextNode()
963 pResult = pNextNode; in getNextNode()
H A Dwrtww8.cxx2711 const SwNode * pNextNode = mpTableInfo->getNextNode(pCurrentNode); in WriteText() local
2713 if (pNextNode != NULL) in WriteText()
2714 pCurPam->GetPoint()->nNode = SwNodeIndex(*pNextNode); in WriteText()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx1597 … TextNode* pNextNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aEndPaM.GetPara() ); in ImpDelete() local
1598 aEndPaM.GetIndex() = pNextNode->GetText().Len(); in ImpDelete()

Completed in 110 milliseconds