Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx186 SwUndoInsSection* pUndoInsSect = 0; in InsertSwSection() local
190 pUndoInsSect = new SwUndoInsSection(rRange, rNewData, pAttr, pTOXBase); in InsertSwSection()
191 GetIDocumentUndoRedo().AppendUndo( pUndoInsSect ); in InsertSwSection()
225 if( pUndoInsSect ) in InsertSwSection()
234 pUndoInsSect->SaveSplitNode( pTNd, sal_True ); in InsertSwSection()
245 pUndoInsSect->SaveSplitNode( pTNd, sal_False ); in InsertSwSection()
312 if( pUndoInsSect && pCNd->IsTxtNode() ) in InsertSwSection()
314 pUndoInsSect->SaveSplitNode( (SwTxtNode*)pCNd, sal_True ); in InsertSwSection()
369 if( pUndoInsSect ) in InsertSwSection()
371 pUndoInsSect->SetSectNdPos( pNewSectNode->GetIndex() ); in InsertSwSection()
[all …]

Completed in 24 milliseconds