Lines Matching refs:pCnt

827 	SwCntntFrm *pCnt = GetCnt();  in ~SwCntntNotify()  local
829 pCnt->SetCompletePaint(); in ~SwCntntNotify()
831 SWRECTFN( pCnt ) in ~SwCntntNotify()
832 if ( pCnt->IsInTab() && ( POS_DIFF( pCnt->Frm(), aFrm ) || in ~SwCntntNotify()
833 pCnt->Frm().SSize() != aFrm.SSize())) in ~SwCntntNotify()
835 SwLayoutFrm* pCell = pCnt->GetUpper(); in ~SwCntntNotify()
845 pCnt->IsTxtFrm() && in ~SwCntntNotify()
846 !pCnt->IsFollow() && !pCnt->GetIndPrev() ) in ~SwCntntNotify()
849 SwFrm* pPrevFrm = pCnt->FindPrev(); in ~SwCntntNotify()
867 if ( pCnt->IsInSct() ) in ~SwCntntNotify()
892 if ( pCnt->IsNoTxtFrm() ) in ~SwCntntNotify()
896 ViewShell *pSh = pCnt->getRootFrm()->GetCurrShell(); in ~SwCntntNotify()
900 if ( 0 != (pNd = pCnt->GetNode()->GetOLENode()) && in ~SwCntntNotify()
908 aPrt.SSize() != pCnt->Prt().SSize(); in ~SwCntntNotify()
910 ASSERT( pCnt->IsInFly(), "OLE not in FlyFrm" ); in ~SwCntntNotify()
911 SwFlyFrm *pFly = pCnt->FindFlyFrm(); in ~SwCntntNotify()
952 if ( Frm().HasArea() && ((SwNoTxtFrm*)pCnt)->HasAnimation() ) in ~SwCntntNotify()
954 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
962 pCnt->SetRetouche(); //fix(13870) in ~SwCntntNotify()
964 SwDoc *pDoc = pCnt->GetNode()->GetDoc(); in ~SwCntntNotify()
991 pIdx = new SwNodeIndex( *pCnt->GetNode() ); in ~SwCntntNotify()
998 pPage = pCnt->FindPageFrm(); in ~SwCntntNotify()
1016 if ( pCnt->IsTxtFrm() && mbChkHeightOfLastLine ) in ~SwCntntNotify()
1018 if ( mnHeightOfLastLine != static_cast<SwTxtFrm*>(pCnt)->GetHeightOfLastLine() ) in ~SwCntntNotify()
1020 pCnt->InvalidateNextPrtArea(); in ~SwCntntNotify()
1025 if ( pCnt->IsTxtFrm() && POS_DIFF( aFrm, pCnt->Frm() ) ) in ~SwCntntNotify()
1027 pCnt->InvalidateObjs( true ); in ~SwCntntNotify()
1034 if ( pCnt->IsTxtFrm() ) in ~SwCntntNotify()
1036 SwTxtFrm* pMasterFrm = pCnt->IsFollow() in ~SwCntntNotify()
1037 ? static_cast<SwTxtFrm*>(pCnt)->FindMaster() in ~SwCntntNotify()
1038 : static_cast<SwTxtFrm*>(pCnt); in ~SwCntntNotify()
2432 SwCntntFrm* pCnt = pFlyFrm->ContainsCntnt(); in lcl_RemoveObjsFromPage() local
2433 while ( pCnt ) in lcl_RemoveObjsFromPage()
2435 if ( pCnt->GetDrawObjs() ) in lcl_RemoveObjsFromPage()
2436 ::lcl_RemoveObjsFromPage( pCnt ); in lcl_RemoveObjsFromPage()
2437 pCnt = pCnt->GetNextCntntFrm(); in lcl_RemoveObjsFromPage()
2515 SwCntntFrm *pCnt = ((SwLayoutFrm*)pFloat)->ContainsCntnt(); in SaveCntnt() local
2516 if( pCnt ) in SaveCntnt()
2519 { if ( pCnt->GetDrawObjs() ) in SaveCntnt()
2520 ::lcl_RemoveObjsFromPage( pCnt ); in SaveCntnt()
2521 pCnt = pCnt->GetNextCntntFrm(); in SaveCntnt()
2522 } while ( pCnt && ((SwLayoutFrm*)pFloat)->IsAnLower( pCnt ) ); in SaveCntnt()
2605 SwCntntFrm *pCnt = pFlyFrm->ContainsCntnt(); in lcl_AddObjsToPage() local
2606 while ( pCnt ) in lcl_AddObjsToPage()
2608 if ( pCnt->GetDrawObjs() ) in lcl_AddObjsToPage()
2609 ::lcl_AddObjsToPage( pCnt, _pPage ); in lcl_AddObjsToPage()
2610 pCnt = pCnt->GetNextCntntFrm(); in lcl_AddObjsToPage()
2665 SwCntntFrm* pCnt = pParent->ContainsCntnt(); in RestoreCntnt() local
2666 if( pCnt ) in RestoreCntnt()
2667 pCnt->InvalidatePage( pPage ); in RestoreCntnt()
2954 void MA_FASTCALL lcl_NotifyCntnt( const SdrObject *pThis, SwCntntFrm *pCnt, in lcl_NotifyCntnt() argument
2957 if ( pCnt->IsTxtFrm() ) in lcl_NotifyCntnt()
2959 SwRect aCntPrt( pCnt->Prt() ); in lcl_NotifyCntnt()
2960 aCntPrt.Pos() += pCnt->Frm().Pos(); in lcl_NotifyCntnt()
2967 pCnt->Prepare( PREP_FLY_ATTR_CHG ); in lcl_NotifyCntnt()
2973 pCnt->Prepare( eHint, (void*)&aCntPrt._Intersection( rRect ) ); in lcl_NotifyCntnt()
2974 if ( pCnt->GetDrawObjs() ) in lcl_NotifyCntnt()
2976 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_NotifyCntnt()
3028 SwCntntFrm *pCnt = 0; in Notify_Background() local
3047 pCnt = pArea->ContainsCntnt(); in Notify_Background()
3053 while ( pCnt && pArea && pArea->IsAnLower( pCnt ) ) in Notify_Background()
3055 ::lcl_NotifyCntnt( pObj, pCnt, rRect, eHint ); in Notify_Background()
3056 if ( pCnt->IsInTab() ) in Notify_Background()
3058 SwLayoutFrm* pCell = pCnt->GetUpper(); in Notify_Background()
3071 SwTabFrm *pTab = pCnt->FindTabFrm(); in Notify_Background()
3087 pCnt = pCnt->GetNextCntntFrm(); in Notify_Background()
3122 pCnt = pFly->ContainsCntnt(); in Notify_Background()
3123 while ( pCnt ) in Notify_Background()
3125 ::lcl_NotifyCntnt( pObj, pCnt, rRect, eHint ); in Notify_Background()
3126 pCnt = pCnt->GetNextCntntFrm(); in Notify_Background()