Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1280 SwActualSection *pActualSection = 0; in _InsertCnt() local
1318 pActualSection = new SwActualSection( 0, pSct, 0 ); in _InsertCnt()
1440 pActualSection = new SwActualSection( pActualSection, in _InsertCnt()
1442 if ( pActualSection->GetUpper() ) in _InsertCnt()
1522 ASSERT( pActualSection, "Sectionende ohne Anfang?" ); in _InsertCnt()
1528 SwActualSection *pTmp = pActualSection->GetUpper(); in _InsertCnt()
1529 delete pActualSection; in _InsertCnt()
1531 if ( 0 != (pActualSection = pTmp) ) in _InsertCnt()
1576 pActualSection->SetSectionFrm( (SwSectionFrm*)pFrm ); in _InsertCnt()
1614 if ( pActualSection ) in _InsertCnt()
[all …]

Completed in 30 milliseconds