Searched refs:pNewSection (Results 1 – 1 of 1) sorted by relevance
369 SwTOXBaseSection *const pNewSection = dynamic_cast<SwTOXBaseSection *>( in InsertTableOf() local371 if (pNewSection) in InsertTableOf()373 SwSectionNode *const pSectNd = pNewSection->GetFmt()->GetSectionNode(); in InsertTableOf()374 pNewSection->SetTOXName(sSectNm); // rTOX may have had no name... in InsertTableOf()381 pNewSection->Update( 0, true ); in InsertTableOf()392 String sNm( pNewSection->GetTOXName() ); in InsertTableOf()407 return pNewSection; in InsertTableOf()447 SwTOXBaseSection *const pNewSection( in InsertTableOf() local449 pNewSection->SetTOXName(sSectNm); // rTOX may have had no name... in InsertTableOf()450 return pNewSection; in InsertTableOf()
Completed in 24 milliseconds