Home
last modified time | relevance | path

Searched refs:pContentNode (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditundo.cxx192 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 Deditundo.hxx48 ContentNode* pContentNode; // Zeigt auf das gueltige, member in EditUndoDelContent
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx136 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()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx1487 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 37 milliseconds