Lines Matching refs:pTmp

387 				SwFrm *pTmp = pSibling;  in Paste()  local
390 while ( pTmp->GetNext() ) in Paste()
391 pTmp = pTmp->GetNext(); in Paste()
393 ::RestoreCntnt( pSave, pSibling->GetUpper(), pTmp, true ); in Paste()
465 SwSectionFmt *pTmp = (SwSectionFmt*)GetFmt(); in HasToBreak() local
472 pTmp = pTmp->GetParent(); in HasToBreak()
473 if( !pTmp ) in HasToBreak()
475 if( pTmp == pOtherFmt ) in HasToBreak()
500 SwFrm* pTmp = ::SaveCntnt( pNxt ); in MergeNext()
501 if( pTmp ) in MergeNext()
518 ::RestoreCntnt( pTmp, pLay, pLast, true ); in MergeNext()
899 SwFrm* pTmp = pSect->FindNext(); in FindLastCntnt() local
900 while( pTmp && pTmp->IsSctFrm() && in FindLastCntnt()
901 !((SwSectionFrm*)pTmp)->GetSection() ) in FindLastCntnt()
902 pTmp = pTmp->FindNext(); in FindLastCntnt()
903 if( pTmp && pTmp->IsSctFrm() && in FindLastCntnt()
904 ((SwSectionFrm*)pTmp)->IsDescendantFrom( pFmt ) ) in FindLastCntnt()
905 pSect = (SwSectionFrm*)pTmp; in FindLastCntnt()
1094 SwFrm* pTmp = FindLastCntnt( FINDMODE_LASTCNT ); in _CheckClipping() local
1096 if ( pTmp && pFtn->IsBefore( pTmp->FindFtnBossFrm() ) ) in _CheckClipping()
1602 SwFrm* pTmp; in GetNextSctLeaf() local
1604 0 == ( pTmp = pSect->GetUpper()->GetUpper()->GetNext() ) ) in GetNextSctLeaf()
1605 pTmp = pSect->FindPageFrm()->GetNext(); in GetNextSctLeaf()
1606 if( pTmp ) // ist jetzt die naechste Spalte oder Seite in GetNextSctLeaf()
1608 SwFrm* pTmpX = pTmp; in GetNextSctLeaf()
1609 if( pTmp->IsPageFrm() && ((SwPageFrm*)pTmp)->IsEmptyPage() ) in GetNextSctLeaf()
1610 pTmp = pTmp->GetNext(); // Dummyseiten ueberspringen in GetNextSctLeaf()
1619 if( pUp == pTmp || pUp->GetNext() == pTmpX ) in GetNextSctLeaf()
1736 SwFrm* pTmp = pSect->GetNext(); in GetNextSctLeaf() local
1737 if( pTmp && pTmp != pSect->GetFollow() ) in GetNextSctLeaf()
1741 if( pTmp->IsCntntFrm() ) in GetNextSctLeaf()
1743 pNxt = (SwCntntFrm*)pTmp; in GetNextSctLeaf()
1744 pNxtCntnt = (SwCntntFrm*)pTmp; in GetNextSctLeaf()
1748 pNxtCntnt = ((SwLayoutFrm*)pTmp)->ContainsCntnt(); in GetNextSctLeaf()
1749 if( pTmp->IsSctFrm() ) in GetNextSctLeaf()
1750 pNxt = (SwSectionFrm*)pTmp; in GetNextSctLeaf()
1753 ASSERT( pTmp->IsTabFrm(), "GetNextSctLeaf: Wrong Type" ); in GetNextSctLeaf()
1754 pNxt = (SwTabFrm*)pTmp; in GetNextSctLeaf()
1756 while( !pNxtCntnt && 0 != ( pTmp = pTmp->GetNext() ) ) in GetNextSctLeaf()
1758 if( pTmp->IsCntntFrm() ) in GetNextSctLeaf()
1759 pNxtCntnt = (SwCntntFrm*)pTmp; in GetNextSctLeaf()
1761 pNxtCntnt = ((SwLayoutFrm*)pTmp)->ContainsCntnt(); in GetNextSctLeaf()
1893 const SwFrm* pTmp = pLayLeaf->Lower(); in GetPrevSctLeaf() local
1897 while ( pTmp && pTmp->IsSctFrm() && in GetPrevSctLeaf()
1898 !( static_cast<const SwSectionFrm*>(pTmp)->GetSection() ) && in GetPrevSctLeaf()
1899 pTmp->GetNext() in GetPrevSctLeaf()
1902 pTmp = pTmp->GetNext(); in GetPrevSctLeaf()
1904 if ( pTmp && in GetPrevSctLeaf()
1905 ( !pTmp->IsSctFrm() || in GetPrevSctLeaf()
1906 ( static_cast<const SwSectionFrm*>(pTmp)->GetSection() ) in GetPrevSctLeaf()
1931 SwFrm *pTmp = pLayLeaf->Lower(); in GetPrevSctLeaf() local
1932 if( pTmp ) in GetPrevSctLeaf()
1934 while( pTmp->GetNext() ) in GetPrevSctLeaf()
1935 pTmp = pTmp->GetNext(); in GetPrevSctLeaf()
1936 if( pTmp->IsSctFrm() ) in GetPrevSctLeaf()
1939 while( !((SwSectionFrm*)pTmp)->GetSection() && pTmp->GetPrev() && in GetPrevSctLeaf()
1940 pTmp->GetPrev()->IsSctFrm() ) in GetPrevSctLeaf()
1941 pTmp = pTmp->GetPrev(); in GetPrevSctLeaf()
1942 if( ((SwSectionFrm*)pTmp)->GetFollow() == pSect ) in GetPrevSctLeaf()
1943 pNew = (SwSectionFrm*)pTmp; in GetPrevSctLeaf()
2102 SwFrm* pTmp = Lower(); in _Grow() local
2105 pTmp->_InvalidateSize(); in _Grow()
2106 pTmp = pTmp->GetNext(); in _Grow()
2107 } while ( pTmp ); in _Grow()
2204 SwFrm* pTmp = Lower(); in _Shrink() local
2207 pTmp->_InvalidateSize(); in _Shrink()
2208 pTmp = pTmp->GetNext(); in _Shrink()
2209 } while ( pTmp ); in _Shrink()
2509 SwFrm *pTmp = Lower(); in _UpdateAttr() local
2512 pTmp = pTmp->GetNext(); in _UpdateAttr()
2513 } while ( pTmp ); in _UpdateAttr()
2674 SwFrm *pTmp = pCont->ContainsCntnt(); in InvalidateFtnPos() local
2675 if( pTmp ) in InvalidateFtnPos()
2676 pTmp->_InvalidatePos(); in InvalidateFtnPos()