Lines Matching refs:pSav

2448     SwFrm *pSav;  in SaveCntnt()  local
2449 if ( 0 == (pSav = pLay->ContainsAny()) ) in SaveCntnt()
2452 if( pSav->IsInFtn() && !pLay->IsInFtn() ) in SaveCntnt()
2455 pSav = pSav->FindNext(); in SaveCntnt()
2456 while( pSav && pSav->IsInFtn() ); in SaveCntnt()
2457 if( !pSav || !pLay->IsAnLower( pSav ) ) in SaveCntnt()
2463 if ( pSav->IsInTab() && !( ( pLay->IsSctFrm() || pLay->IsCellFrm() ) && pLay->IsInTab() ) ) in SaveCntnt()
2464 while ( !pSav->IsTabFrm() ) in SaveCntnt()
2465 pSav = pSav->GetUpper(); in SaveCntnt()
2467 if( pSav->IsInSct() ) in SaveCntnt()
2470 SwFrm *pTmp = pSav; in SaveCntnt()
2473 pSav = pTmp; in SaveCntnt()
2474 pTmp = pSav->GetUpper() ? pSav->GetUpper()->FindSctFrm() : NULL; in SaveCntnt()
2478 SwFrm *pFloat = pSav; in SaveCntnt()
2480 pStart = pSav; in SaveCntnt()
2481 sal_Bool bGo = pStart == pSav; in SaveCntnt()
2612 void RestoreCntnt( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bGrow ) in RestoreCntnt() argument
2614 ASSERT( pSav && pParent, "Kein Save oder Parent fuer Restore." ); in RestoreCntnt()
2628 pSav->pPrev = pSibling; in RestoreCntnt()
2633 pSibling->pNext = pSav; in RestoreCntnt()
2641 pParent->pLower = pSav; in RestoreCntnt()
2642 pSav->pUpper = pParent; //Schon mal setzen, sonst ist fuer das in RestoreCntnt()
2645 if ( pSav->IsCntntFrm() ) in RestoreCntnt()
2646 ((SwCntntFrm*)pSav)->InvalidatePage( pPage ); in RestoreCntnt()
2659 { pSav->pUpper = pParent; in RestoreCntnt()
2660 nGrowVal += (pSav->Frm().*fnRect->fnGetHeight)(); in RestoreCntnt()
2661 pSav->_InvalidateAll(); in RestoreCntnt()
2664 if ( pSav->IsCntntFrm() ) in RestoreCntnt()
2666 if ( pSav->IsTxtFrm() && in RestoreCntnt()
2667 ((SwTxtFrm*)pSav)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt()
2668 ((SwTxtFrm*)pSav)->Init(); //Ich bin sein Freund. in RestoreCntnt()
2670 if ( pPage && pSav->GetDrawObjs() ) in RestoreCntnt()
2671 ::lcl_AddObjsToPage( (SwCntntFrm*)pSav, pPage ); in RestoreCntnt()
2674 { SwCntntFrm *pBlub = ((SwLayoutFrm*)pSav)->ContainsCntnt(); in RestoreCntnt()
2684 } while ( pBlub && ((SwLayoutFrm*)pSav)->IsAnLower( pBlub )); in RestoreCntnt()
2687 pLast = pSav; in RestoreCntnt()
2688 pSav = pSav->GetNext(); in RestoreCntnt()
2690 } while ( pSav ); in RestoreCntnt()