Home
last modified time | relevance | path

Searched refs:rpLay (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/layout/
H A Dlaycache.cxx511 : rpFrm( rpF ), rpPrv( rpP ), rpPage( rpPg ), rpLay( rpL ), in SwLayHelper()
602 if( rpLay && rpLay->getRootFrm() ) in CalcPageCount()
603 pSh = rpLay->getRootFrm()->GetCurrShell(); in CalcPageCount()
679 rpLay = rpPage->FindBodyCont(); in CheckInsertPage()
680 while( rpLay->Lower() ) in CheckInsertPage()
681 rpLay = (SwLayoutFrm*)rpLay->Lower(); in CheckInsertPage()
874 rpFrm->InsertBehind( rpLay, rpPrv ); in CheckInsert()
875 rpFrm->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
978 pSct->InsertBehind( rpLay, 0 ); in CheckInsert()
981 pSct->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
[all …]
H A Dlayhelp.hxx116 SwLayoutFrm* &rpLay; member in SwLayHelper