Searched refs:pCpyTNd (Results 1 – 1 of 1) sorted by relevance
879 SwTxtNode* pCpyTNd = rNdIdx.GetNode().GetTxtNode(); in InsertTextSection() local880 if( pCpyTNd ) in InsertTextSection()882 SwTxtNode* pTNd = new SwTxtNode( aInsPos, pCpyTNd->GetTxtColl() ); in InsertTextSection()883 if( pCpyTNd->HasSwAttrSet() ) in InsertTextSection()887 const SfxItemSet& rSet = *pCpyTNd->GetpSwAttrSet(); in InsertTextSection()893 pCpyTNd->ResetAttr( RES_PAGEDESC, RES_BREAK ); in InsertTextSection()905 pCpyTNd->MakeFrms( *pTNd ); in InsertTextSection()
Completed in 16 milliseconds