Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/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()
/aoo4110/main/editeng/source/editeng/
H A Deditdoc.cxx1007 void ContentNode::AppendAttribs( ContentNode* pNextNode ) in AppendAttribs() argument
1009 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()
H A Dimpedit2.cxx1581 ContentNode* pNextNode = aEditDoc.SaveGetObject( ++nCurPara ); in WordRight() local
1582 if ( pNextNode ) in WordRight()
1584 aNewPaM.SetNode( pNextNode ); in WordRight()
2562 ContentNode* pNextNode = aEditDoc.SaveGetObject( nPara+1 ); in ImpRemoveParagraph() local
2584 if ( pNextNode ) in ImpRemoveParagraph()
2585 ParaAttribsChanged( pNextNode ); in ImpRemoveParagraph()
H A Deditdoc.hxx265 void AppendAttribs( ContentNode* pNextNode );
/aoo4110/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.cxx2725 const SwNode * pNextNode = mpTableInfo->getNextNode(pCurrentNode); in WriteText() local
2727 if (pNextNode != NULL) in WriteText()
2728 pCurPam->GetPoint()->nNode = SwNodeIndex(*pNextNode); in WriteText()
/aoo4110/main/svtools/source/edit/
H A Dtextview.cxx1593 … TextNode* pNextNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aEndPaM.GetPara() ); in ImpDelete() local
1594 aEndPaM.GetIndex() = pNextNode->GetText().Len(); in ImpDelete()

Completed in 146 milliseconds