Searched refs:pBlub (Results 1 – 1 of 1) sorted by relevance
2690 { SwCntntFrm *pBlub = ((SwLayoutFrm*)pSav)->ContainsCntnt(); in RestoreCntnt() local2691 if( pBlub ) in RestoreCntnt()2694 { if ( pPage && pBlub->GetDrawObjs() ) in RestoreCntnt()2695 ::lcl_AddObjsToPage( pBlub, pPage ); in RestoreCntnt()2696 if( pBlub->IsTxtFrm() && ((SwTxtFrm*)pBlub)->HasFtn() && in RestoreCntnt()2697 ((SwTxtFrm*)pBlub)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt()2698 ((SwTxtFrm*)pBlub)->Init(); //Ich bin sein Freund. in RestoreCntnt()2699 pBlub = pBlub->GetNextCntntFrm(); in RestoreCntnt()2700 } while ( pBlub && ((SwLayoutFrm*)pSav)->IsAnLower( pBlub )); in RestoreCntnt()
Completed in 39 milliseconds