Lines Matching refs:pRoot

856 void AdjustSizeChgNotify( SwRootFrm *pRoot )  in AdjustSizeChgNotify()  argument
858 const sal_Bool bOld = pRoot->IsSuperfluous(); in AdjustSizeChgNotify()
859 pRoot->bCheckSuperfluous = sal_False; in AdjustSizeChgNotify()
860 ViewShell *pSh = pRoot->GetCurrShell(); in AdjustSizeChgNotify()
865 if( pRoot == pSh->GetLayout() ) in AdjustSizeChgNotify()
868 pSh->Imp()->NotifySizeChg( pRoot->Frm().SSize() ); in AdjustSizeChgNotify()
871 } while ( pSh != pRoot->GetCurrShell() ); in AdjustSizeChgNotify()
873 pRoot->bCheckSuperfluous = bOld; in AdjustSizeChgNotify()
1100 SwRootFrm *pRoot = (SwRootFrm*)pStart->GetUpper(); in CheckPageDescs() local
1178 SwPageFrm *pTmp = new SwPageFrm( pDoc->GetEmptyPageFmt(),pRoot,pDesc); in CheckPageDescs()
1179 pTmp->Paste( pRoot, pPage ); in CheckPageDescs()
1246 pRoot->SetAssertFlyPages(); in CheckPageDescs()
1247 pRoot->AssertPageFlys( pStart ); in CheckPageDescs()
1299 SwRootFrm *pRoot = (SwRootFrm*)pPrevPage->GetUpper(); in InsertPage() local
1300 SwPageFrm *pSibling = (SwPageFrm*)pRoot->GetLower(); in InsertPage()
1319 pRoot->SetVirtPageNum( sal_True ); in InsertPage()
1337 SwPageFrm *pPage = new SwPageFrm( pFmt, pRoot, pTmpDesc ); in InsertPage()
1338 pPage->Paste( pRoot, pSibling ); in InsertPage()
1348 pRoot->RemoveFtns( pDel, sal_True ); in InsertPage()
1357 SwPageFrm *pPage = new SwPageFrm( pFmt, pRoot, pDesc ); in InsertPage()
1358 pPage->Paste( pRoot, pSibling ); in InsertPage()
1368 pRoot->RemoveFtns( pDel, sal_True ); in InsertPage()
1392 pRoot->AssertPageFlys( pSibling ); in InsertPage()
2045 SwRootFrm* pRoot = pFlyFrm->Lower()->getRootFrm(); in lcl_MoveAllLowerObjs() local
2046 ViewShell *pSh = pRoot ? pRoot->GetCurrShell() : 0; in lcl_MoveAllLowerObjs()