Home
last modified time | relevance | path

Searched refs:pPre (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Dfrmform.cxx457 SwFrm *pPre = GetUpper()->Lower(); in AdjustFrm() local
459 { pPre->Calc(); in AdjustFrm()
460 pPre = pPre->GetNext(); in AdjustFrm()
461 } while ( pPre && pPre != this ); in AdjustFrm()
2087 SwFrm* pPre = GetPrev(); in Format() local
2088 if( pPre && in Format()
2090 pPre->GetIndPrev() && in Format()
2092 pPre->GetAttrSet()->GetKeep().GetValue() ) in Format()
2094 pPre->InvalidatePos(); in Format()
H A Dtxtfrm.cxx1887 SwTestFormat::SwTestFormat( SwTxtFrm* pTxtFrm, const SwFrm* pPre, SwTwips nMaxHeight ) in SwTestFormat() argument
1909 if( pPre ) in SwTestFormat()
1911 SwTwips nUpper = pFrm->CalcUpperSpace( &rAttrs, pPre ); in SwTestFormat()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx157 SwFrm *pPre = pFrm->FindPrev(); in ~SwFrmNotify() local
158 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()
H A Dtabfrm.cxx2029 SwFrm *pPre = GetPrev(); in MakeAll() local
2030 if ( pPre && pPre->IsTabFrm() && ((SwTabFrm*)pPre)->GetFollow() == this) in MakeAll()
2074 SwFrm *pPre; in MakeAll() local
2075 if ( bKeep || (0 != (pPre = FindPrev()) && in MakeAll()
2076 pPre->GetAttrSet()->GetKeep().GetValue()) ) in MakeAll()
2723 SwFrm *pPre = GetPrev(); in MakeAll() local
2724 if ( pPre && pPre->IsTabFrm() && ((SwTabFrm*)pPre)->GetFollow() == this) in MakeAll()
2725 pPre->InvalidatePos(); in MakeAll()
5281 SwFrm *pPre = GetUpper()->Lower(); in Format() local
5282 while ( pPre != this ) in Format()
[all …]
H A Dcalcmove.cxx1301 SwFrm *pPre = GetIndPrev(); in MakeAll() local
1313 ASSERT( pPre, "missing old Prev" ); in MakeAll()
1314 if( !pPre->IsSctFrm() ) in MakeAll()
1315 ::ValidateSz( pPre ); in MakeAll()
1712 SwFrm *pPre = GetIndPrev(); in MakeAll() local
1722 ( pPre || pOldUp->GetUpper()->GetPrev() ) && in MakeAll()
1764 if( pPre && !pPre->IsSctFrm() ) in MakeAll()
1765 ::ValidateSz( pPre ); in MakeAll()
H A Dflycnt.cxx730 const SwFrm *pPre = pCnt; in lcl_CalcDownDist() local
828 return pPre; in lcl_CalcDownDist()
838 pPre = pLay; in lcl_CalcDownDist()
H A Dflowfrm.cxx154 SwFrm *pPre = rThis.GetIndPrev(); in CheckKeep() local
155 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() local
607 if ( pPre ) in MoveSubTree()
609 pPre->SetRetouche(); in MoveSubTree()
617 pPre->InvalidatePage(); in MoveSubTree()
1160 SwFrm *pPre = rThis.FindPrev(); in IsPrevObjMove() local
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx156 PredicateReturn *pPre = (PredicateReturn *)pData; in ImplPredicateEvent() local
158 if ( pPre->bRet ) in ImplPredicateEvent()
186 if ( (nType & pPre->nType) || ( ! nType && (pPre->nType & INPUT_OTHER) ) ) in ImplPredicateEvent()
187 pPre->bRet = sal_True; in ImplPredicateEvent()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2785 const SwFrm *pPre = pFly->GetPrevLink(); in SetChainMarker() local
2787 Point aStart( pPre->Frm().Right(), pPre->Frm().Bottom()); in SetChainMarker()

Completed in 164 milliseconds