Lines Matching refs:rpLay
507 : rpFrm( rpF ), rpPrv( rpP ), rpPage( rpPg ), rpLay( rpL ), in SwLayHelper()
598 if( rpLay && rpLay->getRootFrm() ) in CalcPageCount()
599 pSh = rpLay->getRootFrm()->GetCurrShell(); in CalcPageCount()
675 rpLay = rpPage->FindBodyCont(); in CheckInsertPage()
676 while( rpLay->Lower() ) in CheckInsertPage()
677 rpLay = (SwLayoutFrm*)rpLay->Lower(); in CheckInsertPage()
870 rpFrm->InsertBehind( rpLay, rpPrv ); in CheckInsert()
871 rpFrm->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
974 pSct->InsertBehind( rpLay, 0 ); in CheckInsert()
977 pSct->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
980 rpLay = pSct; in CheckInsert()
981 if ( rpLay->Lower() && rpLay->Lower()->IsLayoutFrm() ) in CheckInsert()
982 rpLay = rpLay->GetNextLayoutLeaf(); in CheckInsert()