Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx1045 const SwLayoutFrm *pPge = pLay; in lcl_FindCnt() local
1047 for ( sal_uInt16 i = 0; pPge->GetPrev() && (i < 3); ++i ) in lcl_FindCnt()
1049 pPge = (SwLayoutFrm*)pPge->GetPrev(); in lcl_FindCnt()
1050 const sal_uLong nNew = ::lcl_FindCntDiff( rPt, pPge, pNew, bBody, bFtn ); in lcl_FindCnt()
1070 pPge = pLay; in lcl_FindCnt()
1072 for ( sal_uInt16 j = 0; pPge->GetNext() && (j < 3); ++j ) in lcl_FindCnt()
1074 pPge = (SwLayoutFrm*)pPge->GetNext(); in lcl_FindCnt()
1075 const sal_uLong nNew = ::lcl_FindCntDiff( rPt, pPge, pNew, bBody, bFtn ); in lcl_FindCnt()

Completed in 33 milliseconds