Searched refs:pContentNode (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/editeng/source/editeng/ |
H A D | editundo.cxx | 192 pContentNode = pNode; in EditUndoDelContent() 200 delete pContentNode; in ~EditUndoDelContent() 206 GetImpEditEngine()->InsertContent( pContentNode, nNode ); in Undo() 208 EditSelection aSel( EditPaM( pContentNode, 0 ), EditPaM( pContentNode, pContentNode->Len() ) ); in Undo() 220 pContentNode = _pImpEE->GetEditDoc().SaveGetObject( nNode ); in Redo() 221 DBG_ASSERT( pContentNode, "EditUndoDelContent::Redo(): Node?!" ); in Redo() 231 DeletedNodeInfo* pInf = new DeletedNodeInfo( (sal_uLong)pContentNode, nNode ); in Redo() 238 DBG_ASSERT( pN && ( pN != pContentNode ), "?! RemoveContent !? " ); in Redo()
|
H A D | editundo.hxx | 48 ContentNode* pContentNode; // Zeigt auf das gueltige, member in EditUndoDelContent
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 136 SwCntntNode* pContentNode = NULL; in createTextCursor() local 141 pContentNode = GetDoc()->GetNodes().GoNext(&pUnoCursor->GetPoint()->nNode); in createTextCursor() 142 pTableNode = pContentNode->FindTableNode(); in createTextCursor() 144 if( pContentNode != NULL ) in createTextCursor() 145 pUnoCursor->GetPoint()->nContent.Assign( pContentNode, 0 ); in createTextCursor()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 1487 SwCntntNode *const pContentNode( pTmp->GetCntntNode() ); in SetRedlinesToDoc() local 1488 pTmp->GetPoint()->nContent.Assign( pContentNode, in SetRedlinesToDoc() 1489 (pContentNode) ? pContentNode->Len() : 0 ); in SetRedlinesToDoc() 1520 SwCntntNode *const pContentNode( pTmp->GetCntntNode() ); in SetRedlinesToDoc() local 1521 pTmp->GetPoint()->nContent.Assign( pContentNode, in SetRedlinesToDoc() 1522 (pContentNode) ? pContentNode->Len() : 0 ); in SetRedlinesToDoc()
|
Completed in 79 milliseconds