Lines Matching refs:pNew

558         SwSectionFrm* pNew = new SwSectionFrm( *pSect->GetSection(), pSect );  in SplitSect()  local
559 pNew->InsertBehind( pSect->GetUpper(), pSect ); in SplitSect()
560 pNew->Init(); in SplitSect()
562 (pNew->*fnRect->fnMakePos)( NULL, pSect, sal_True ); in SplitSect()
568 SwLayoutFrm* pLay = pNew; in SplitSect()
577 pNew->SetFollow( GetFollow() ); in SplitSect()
1715 SwSectionFrm* pNew; in GetNextSctLeaf() local
1723 pNew = pSect->GetFollow(); in GetNextSctLeaf()
1728 pNew = new SwSectionFrm( *pSect, sal_False ); in GetNextSctLeaf()
1729 pNew->InsertBefore( pLayLeaf, pLayLeaf->Lower() ); in GetNextSctLeaf()
1730 pNew->Init(); in GetNextSctLeaf()
1731 SWRECTFN( pNew ) in GetNextSctLeaf()
1732 (pNew->*fnRect->fnMakePos)( pLayLeaf, NULL, sal_True ); in GetNextSctLeaf()
1775 ((SwFlowFrm*)pNxt)->MoveSubTree( pLayLeaf, pNew->GetNext() ); in GetNextSctLeaf()
1777 if( pNew->GetFollow() ) in GetNextSctLeaf()
1778 pNew->SimpleFormat(); in GetNextSctLeaf()
1781 pLayLeaf = FIRSTLEAF( pNew ); in GetNextSctLeaf()
1929 SwSectionFrm* pNew = NULL; in GetPrevSctLeaf() local
1943 pNew = (SwSectionFrm*)pTmp; in GetPrevSctLeaf()
1946 if( !pNew ) in GetPrevSctLeaf()
1948 pNew = new SwSectionFrm( *pSect, sal_True ); in GetPrevSctLeaf()
1949 pNew->InsertBefore( pLayLeaf, NULL ); in GetPrevSctLeaf()
1950 pNew->Init(); in GetPrevSctLeaf()
1951 SWRECTFN( pNew ) in GetPrevSctLeaf()
1952 (pNew->*fnRect->fnMakePos)( pLayLeaf, pNew->GetPrev(), sal_True ); in GetPrevSctLeaf()
1954 pLayLeaf = FIRSTLEAF( pNew ); in GetPrevSctLeaf()
1955 if( !pNew->Lower() ) // einspaltige Bereiche formatieren in GetPrevSctLeaf()
1957 pNew->MakePos(); in GetPrevSctLeaf()
1961 pNew->SimpleFormat(); in GetPrevSctLeaf()
1965 pLayLeaf = FIRSTLEAF( pNew ); in GetPrevSctLeaf()
2441 void SwSectionFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify() argument
2445 if( pNew && RES_ATTRSET_CHG == pNew->Which() ) in Modify()
2447 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
2450 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
2465 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
2488 void SwSectionFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew, in _UpdateAttr() argument
2493 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
2535 ChgColumns( *(const SwFmtCol*)pOld, *(const SwFmtCol*)pNew ); in _UpdateAttr()
2598 SwLayoutFrm::Modify( pOld, pNew ); in _UpdateAttr()