Home
last modified time | relevance | path

Searched refs:pSectFrm (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dobjectformattertxtfrm.cxx744 SwFrm* pSectFrm = _rAnchorTxtFrm.GetUpper(); in FormatAnchorFrmAndItsPrevs() local
745 while ( pSectFrm ) in FormatAnchorFrmAndItsPrevs()
747 if ( pSectFrm->IsSctFrm() || pSectFrm->IsCellFrm() ) in FormatAnchorFrmAndItsPrevs()
751 pSectFrm = pSectFrm->GetUpper(); in FormatAnchorFrmAndItsPrevs()
753 if ( pSectFrm && pSectFrm->IsSctFrm() ) in FormatAnchorFrmAndItsPrevs()
758 SwFrm* pFrm = pSectFrm->GetUpper()->GetLower(); in FormatAnchorFrmAndItsPrevs()
762 while ( pFrm && pFrm != pSectFrm ) in FormatAnchorFrmAndItsPrevs()
772 lcl_FormatCntntOfLayoutFrm( static_cast<SwLayoutFrm*>(pSectFrm), in FormatAnchorFrmAndItsPrevs()
H A Dflowfrm.cxx1759 const SwSectionFrm* pSectFrm = rThis.FindSctFrm(); in CalcLowerSpace() local
1760 bCommonBorder = pSectFrm->GetFmt()->GetBalancedColumns().GetValue(); in CalcLowerSpace()
1801 const SwSectionFrm* pSectFrm = static_cast<const SwSectionFrm*>(pFrm); in CalcAddLowerSpaceAsLastInTableCell() local
1802 pFrm = pSectFrm->FindLastCntnt(); in CalcAddLowerSpaceAsLastInTableCell()
1806 if ( pSectFrm->IsAnLower( pTableFrm ) ) in CalcAddLowerSpaceAsLastInTableCell()
2493 SwSectionFrm* pSectFrm = pNewUpper->FindSctFrm(); in MoveBwd() local
2496 if ( pSectFrm && !pSectFrm->IsColLocked() && in MoveBwd()
2497 !pSectFrm->ContainsCntnt() && !pSectFrm->ContainsAny( true ) ) in MoveBwd()
2500 pSectFrm->DelEmpty( sal_True ); in MoveBwd()
2501 delete pSectFrm; in MoveBwd()
H A Dlayhelp.hxx92 SwSectionFrm *pSectFrm; member in SwActualSection
99 SwSectionFrm *GetSectionFrm() { return pSectFrm; } in GetSectionFrm()
100 void SetSectionFrm( SwSectionFrm *p ) { pSectFrm = p; } in SetSectionFrm()
H A Dfindfrm.cxx1013 SwSectionFrm* pSectFrm( static_cast<SwSectionFrm*>(this) ); in _FindPrevCnt() local
1014 if ( pSectFrm->IsFollow() ) in _FindPrevCnt()
1017 pPrevCntntFrm = pSectFrm->FindMaster()->FindLastCntnt(); in _FindPrevCnt()
1023 pCurrCntntFrm = pSectFrm->ContainsCntnt(); in _FindPrevCnt()
H A Dwsfrm.cxx2928 SwFrm* pSectFrm = pLowerFrm->FindSctFrm(); in ChgLowersProp() local
2929 if( pSectFrm != this && IsAnLower( pSectFrm ) ) in ChgLowersProp()
2931 pSectFrm->_InvalidateSize(); in ChgLowersProp()
2932 pSectFrm->InvalidatePage( pPage ); in ChgLowersProp()
H A Dfly.cxx1213 const SwSectionFrm* pSectFrm( GetVertPosOrientFrm()->FindSctFrm() ); in _Invalidate() local
1214 if ( pSectFrm && pSectFrm->GetSection() == 0 ) in _Invalidate()
H A Dlaycache.cxx489 pSectFrm( pSect ), in SwActualSection()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1041 SwSectionFrm* pSectFrm = (SwSectionFrm*)pFrm; in SwClearDummies() local
1043 if( !pSectFrm->GetLower() ) in SwClearDummies()
1045 if( pSectFrm->GetPrev() ) in SwClearDummies()
1046 pSectFrm->GetPrev()->pNext = pTmp; in SwClearDummies()
1050 pTmp->pPrev = pSectFrm->GetPrev(); in SwClearDummies()
1051 delete pSectFrm; in SwClearDummies()

Completed in 65 milliseconds