Lines Matching refs:pPg

447 			SwPageFrm *pPg = pPage->IsEmptyPage() ? (SwPageFrm*)pPage->GetNext() : pPage;  in lcl_MakeObjs()  local
460 pPg->AppendDrawObj( *(pContact->GetAnchoredObj( pDrawVirtObj )) ); in lcl_MakeObjs()
467 pPg->AppendDrawObj( *(pContact->GetAnchoredObj( pSdrObj )) ); in lcl_MakeObjs()
480 pFly = new SwFlyLayFrm( (SwFlyFrmFmt*)pFmt, pPg, pPg ); in lcl_MakeObjs()
481 pPg->AppendFly( pFly ); in lcl_MakeObjs()
482 ::RegistFlys( pPg, pFly ); in lcl_MakeObjs()
934 SwPageFrm *pPg = (SwPageFrm*)GetNext(); in Cut() local
935 if ( pPg ) in Cut()
937 while ( pPg ) in Cut()
939 pPg->DecrPhyPageNum(); //inline --nPhyPageNum in Cut()
940 pPg = (SwPageFrm*)pPg->GetNext(); in Cut()
982 SwPageFrm *pPg = (SwPageFrm*)GetNext(); in Paste() local
983 if ( pPg ) in Paste()
985 while ( pPg ) in Paste()
987 pPg->IncrPhyPageNum(); //inline ++nPhyPageNum in Paste()
988 pPg->_InvalidatePos(); in Paste()
989 pPg->InvalidateLayout(); in Paste()
990 pPg = (SwPageFrm*)pPg->GetNext(); in Paste()
1229 SwPageFrm *pPg = (SwPageFrm*)pPage->GetNext(); in CheckPageDescs() local
1230 if( !pPg || pPage->OnRightPage() == pPg->WannaRightPage() ) in CheckPageDescs()
1261 SwPageFrm *pPg = pStart; in CheckPageDescs() local
1262 while ( pPg ) in CheckPageDescs()
1264 if ( pPg->IsEmptyPage() ) in CheckPageDescs()
1283 pPg = (SwPageFrm*)pPg->GetNext(); in CheckPageDescs()
1759 SwFrm *pPg = Lower(); in ImplInvalidateBrowseWidth() local
1760 while ( pPg ) in ImplInvalidateBrowseWidth()
1762 pPg->InvalidateSize(); in ImplInvalidateBrowseWidth()
1763 pPg = pPg->GetNext(); in ImplInvalidateBrowseWidth()