Searched refs:pPre (Results 1 – 9 of 9) sorted by relevance
154 SwFrm *pPre = rThis.GetIndPrev(); in CheckKeep() local155 if( pPre->IsSctFrm() ) in CheckKeep()159 pPre = pLast; in CheckKeep()176 pPre = pTmp; in CheckKeep()179 pPre->InvalidatePos(); in CheckKeep()606 SwFrm *pPre = rThis.GetIndPrev(); in MoveSubTree() local607 if ( pPre ) in MoveSubTree()609 pPre->SetRetouche(); in MoveSubTree()617 pPre->InvalidatePage(); in MoveSubTree()1160 SwFrm *pPre = rThis.FindPrev(); in IsPrevObjMove() local[all …]
1301 SwFrm *pPre = GetIndPrev(); in MakeAll() local1313 ASSERT( pPre, "missing old Prev" ); in MakeAll()1314 if( !pPre->IsSctFrm() ) in MakeAll()1315 ::ValidateSz( pPre ); in MakeAll()1712 SwFrm *pPre = GetIndPrev(); in MakeAll() local1722 ( pPre || pOldUp->GetUpper()->GetPrev() ) && in MakeAll()1764 if( pPre && !pPre->IsSctFrm() ) in MakeAll()1765 ::ValidateSz( pPre ); in MakeAll()
2029 SwFrm *pPre = GetPrev(); in MakeAll() local2030 if ( pPre && pPre->IsTabFrm() && ((SwTabFrm*)pPre)->GetFollow() == this) in MakeAll()2074 SwFrm *pPre; in MakeAll() local2075 if ( bKeep || (0 != (pPre = FindPrev()) && in MakeAll()2076 pPre->GetAttrSet()->GetKeep().GetValue()) ) in MakeAll()2723 SwFrm *pPre = GetPrev(); in MakeAll() local2724 if ( pPre && pPre->IsTabFrm() && ((SwTabFrm*)pPre)->GetFollow() == this) in MakeAll()2725 pPre->InvalidatePos(); in MakeAll()5281 SwFrm *pPre = GetUpper()->Lower(); in Format() local5282 while ( pPre != this ) in Format()[all …]
157 SwFrm *pPre = pFrm->FindPrev(); in ~SwFrmNotify() local158 if ( pPre && pPre->IsFlowFrm() ) in ~SwFrmNotify()161 …bool bInvalidPrePos = SwFlowFrm::CastFlowFrm( pPre )->IsKeep( *pPre->GetAttrSet() ) && pPre->GetIn… in ~SwFrmNotify()164 if ( !bInvalidPrePos && pPre->IsTabFrm() ) in ~SwFrmNotify()166 SwTabFrm* pPreTab = static_cast<SwTabFrm*>(pPre); in ~SwFrmNotify()176 pPre->InvalidatePos(); in ~SwFrmNotify()
730 const SwFrm *pPre = pCnt; in lcl_CalcDownDist() local828 return pPre; in lcl_CalcDownDist()838 pPre = pLay; in lcl_CalcDownDist()
156 PredicateReturn *pPre = (PredicateReturn *)pData; in ImplPredicateEvent() local158 if ( pPre->bRet ) in ImplPredicateEvent()186 if ( (nType & pPre->nType) || ( ! nType && (pPre->nType & INPUT_OTHER) ) ) in ImplPredicateEvent()187 pPre->bRet = sal_True; in ImplPredicateEvent()
457 SwFrm *pPre = GetUpper()->Lower(); in AdjustFrm() local459 { pPre->Calc(); in AdjustFrm()460 pPre = pPre->GetNext(); in AdjustFrm()461 } while ( pPre && pPre != this ); in AdjustFrm()2087 SwFrm* pPre = GetPrev(); in Format() local2088 if( pPre && in Format()2090 pPre->GetIndPrev() && in Format()2092 pPre->GetAttrSet()->GetKeep().GetValue() ) in Format()2094 pPre->InvalidatePos(); in Format()
1887 SwTestFormat::SwTestFormat( SwTxtFrm* pTxtFrm, const SwFrm* pPre, SwTwips nMaxHeight ) in SwTestFormat() argument1909 if( pPre ) in SwTestFormat()1911 SwTwips nUpper = pFrm->CalcUpperSpace( &rAttrs, pPre ); in SwTestFormat()
2785 const SwFrm *pPre = pFly->GetPrevLink(); in SetChainMarker() local2787 Point aStart( pPre->Frm().Right(), pPre->Frm().Bottom()); in SetChainMarker()
Completed in 103 milliseconds