Searched refs:pBlub (Results 1 – 1 of 1) sorted by relevance
2674 { SwCntntFrm *pBlub = ((SwLayoutFrm*)pSav)->ContainsCntnt(); in RestoreCntnt() local2675 if( pBlub ) in RestoreCntnt()2678 { if ( pPage && pBlub->GetDrawObjs() ) in RestoreCntnt()2679 ::lcl_AddObjsToPage( pBlub, pPage ); in RestoreCntnt()2680 if( pBlub->IsTxtFrm() && ((SwTxtFrm*)pBlub)->HasFtn() && in RestoreCntnt()2681 ((SwTxtFrm*)pBlub)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt()2682 ((SwTxtFrm*)pBlub)->Init(); //Ich bin sein Freund. in RestoreCntnt()2683 pBlub = pBlub->GetNextCntntFrm(); in RestoreCntnt()2684 } while ( pBlub && ((SwLayoutFrm*)pSav)->IsAnLower( pBlub )); in RestoreCntnt()
Completed in 43 milliseconds