/aoo42x/main/sw/source/core/layout/ |
H A D | calcmove.cxx | 532 SwFrm* pPrv = lcl_Prev( this ); in MakePos() local 533 if ( pPrv && in MakePos() 534 ( !pPrv->IsCntntFrm() || in MakePos() 540 !pPrv->IsSctFrm() && in MakePos() 546 else if ( pPrv->Frm().Top() == 0 ) in MakePos() 552 pPrv = lcl_Prev( this, sal_False ); in MakePos() 555 if ( !bUseUpper && pPrv ) in MakePos() 557 aFrm.Pos( pPrv->Frm().Pos() ); in MakePos() 610 pPrv = lcl_Prev( this, sal_False ); in MakePos() 611 if ( !bUseUpper && pPrv ) in MakePos() [all …]
|
H A D | ssfrm.cxx | 124 if( pPrv ) in MakeBelowPos() 126 aFrm.Pos( pPrv->Frm().Pos() ); in MakeBelowPos() 127 aFrm.Pos().Y() += pPrv->Frm().Height(); in MakeBelowPos() 140 if( pPrv ) in MakeUpperPos() 142 aFrm.Pos( pPrv->Frm().Pos() ); in MakeUpperPos() 155 void SwFrm::MakeLeftPos( const SwFrm* pUp, const SwFrm* pPrv, sal_Bool bNotify ) in MakeLeftPos() argument 157 if( pPrv ) in MakeLeftPos() 159 aFrm.Pos( pPrv->Frm().Pos() ); in MakeLeftPos() 174 if( pPrv ) in MakeRightPos() 176 aFrm.Pos( pPrv->Frm().Pos() ); in MakeRightPos() [all …]
|
H A D | frmtool.cxx | 1251 SwFrm *pPrv ) in _InsertCnt() argument 1372 pPrv = pFrm; in _InsertCnt() 1419 pPrv = pFrm; in _InsertCnt() 1463 if( pPrv && 0 != pPrv->ImplFindFtnFrm() ) in _InsertCnt() 1466 if( pPrv->IsSctFrm() ) in _InsertCnt() 1467 pPrv = ((SwSectionFrm*)pPrv)->ContainsCntnt(); in _InsertCnt() 1468 if( pPrv && pPrv->IsTxtFrm() ) in _InsertCnt() 1517 pPrv = 0; in _InsertCnt() 1545 pPrv = pLay; in _InsertCnt() 1581 pPrv = 0; in _InsertCnt() [all …]
|
H A D | sectfrm.cxx | 677 SwFrm* pPrv = pDel->GetPrev(); in MoveCntntAndDelete() local 726 pPrv = NULL; in MoveCntntAndDelete() 740 pPrv = pUp->GetLastLower(); in MoveCntntAndDelete() 753 pPrvSct->InsertBehind( pUp, pPrv ); in MoveCntntAndDelete() 758 pPrv = NULL; in MoveCntntAndDelete() 767 ::RestoreCntnt( pSave, pUp, pPrv, true ); in MoveCntntAndDelete() 1865 SwFrm *pPrv; in GetPrevSctLeaf() local 1866 if( 0 != ( pPrv = pSect->GetIndPrev() ) ) in GetPrevSctLeaf() 1869 while( pPrv && pPrv->IsSctFrm() && !((SwSectionFrm*)pPrv)->GetSection() ) in GetPrevSctLeaf() 1870 pPrv = pPrv->GetPrev(); in GetPrevSctLeaf() [all …]
|
H A D | laycache.cxx | 887 SwFrm *pPrv; in CheckInsert() local 908 pPrv = pHeadline; in CheckInsert() 912 pPrv = 0; in CheckInsert() 922 pRow->InsertBehind( pFoll, pPrv ); in CheckInsert() 923 pPrv = pRow; in CheckInsert()
|
H A D | trvlfrm.cxx | 1751 SwPageFrm *pPrv = (SwPageFrm*)pPage->GetPrev(); in WannaRightPage() local 1752 if( pPrv && pPrv->IsEmptyPage() ) in WannaRightPage() 1753 pPrv = (SwPageFrm*)pPrv->GetPrev(); in WannaRightPage() 1754 if( pPrv ) in WannaRightPage() 1755 pDesc = pPrv->GetPageDesc()->GetFollow(); in WannaRightPage()
|
H A D | tabfrm.cxx | 1412 SwFrm* pPrv = GetLastLower(); in Join() local 1420 pRow->InsertBehind( this, pPrv ); in Join() 1422 pPrv = pRow; in Join()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1883 SwTestFormat( SwTxtFrm* pTxtFrm, const SwFrm* pPrv, SwTwips nMaxHeight ); 1947 sal_Bool SwTxtFrm::TestFormat( const SwFrm* pPrv, SwTwips &rMaxHeight, sal_Bool &bSplit ) in TestFormat() argument 1954 SwTestFormat aSave( this, pPrv, rMaxHeight ); in TestFormat() 2610 SwCntntFrm *pPrv = GetPrevCntntFrm(); in RecalcAllLines() local 2611 while ( pPrv && in RecalcAllLines() 2612 (pPrv->IsInTab() || pPrv->IsInDocBody() != IsInDocBody()) ) in RecalcAllLines() 2613 pPrv = pPrv->GetPrevCntntFrm(); in RecalcAllLines() 2617 if ( bRestart && pPrv && pPrv->FindPageFrm() != FindPageFrm() ) in RecalcAllLines() 2618 pPrv = 0; in RecalcAllLines() 2621 nNewNum = pPrv ? ((SwTxtFrm*)pPrv)->GetAllLines() : 0; in RecalcAllLines()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 265 SwFrm* pPrv = pFrm->GetPrev(); in SaveUpperFrms() local 273 if( pPrv && pPrv->IsSctFrm() ) in SaveUpperFrms() 274 ((SwSectionFrm*)pPrv)->LockJoin(); in SaveUpperFrms() 275 pUpperFrms->Insert( (void*)pPrv, pUpperFrms->Count() ); in SaveUpperFrms()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 150 SwIndex* pPrv; in ChgValue() local 151 while( 0 != ( pPrv = pFnd->pPrev ) && pPrv->nIndex > nNewValue ) in ChgValue() 152 pFnd = pPrv; in ChgValue()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1146 SwPageFrm *pPrv = (SwPageFrm*)pPage->GetPrev(); in GetAllFlyFmts() local 1147 while ( !pCntntFrm && pPrv ) in GetAllFlyFmts() 1149 pCntntFrm = pPrv->FindFirstBodyCntnt(); in GetAllFlyFmts() 1150 pPrv = (SwPageFrm*)pPrv->GetPrev(); in GetAllFlyFmts()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 5450 void _HTMLAttr::InsertPrev( _HTMLAttr *pPrv ) in InsertPrev() argument 5452 ASSERT( !pPrv->pNext || pPrv->pNext == this, in InsertPrev() 5454 pPrv->pNext = 0; in InsertPrev() 5456 ASSERT( 0 == pPrv->ppHead || ppHead == pPrv->ppHead, in InsertPrev() 5458 pPrv->ppHead = 0; in InsertPrev() 5464 pAttr->pPrev = pPrv; in InsertPrev()
|
H A D | swhtml.hxx | 138 void InsertPrev( _HTMLAttr *pPrv );
|
/aoo42x/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 101 SwFrm *pPrv = 0 );
|
H A D | txtfrm.hxx | 363 sal_Bool TestFormat( const SwFrm* pPrv, SwTwips &nMaxHeight, sal_Bool &bSplit );
|