Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx356 const SwTwips nPageTop = (pPage->Frm().*fnRect->fnGetTop)(); in GetCharRect() local
363 if( (*fnRect->fnYDiff)( nPageTop, nOrigTop ) > 0 ) in GetCharRect()
364 (rOrig.*fnRect->fnSetTop)( nPageTop ); in GetCharRect()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1150 const SwTwips nPageTop = pPg->Frm().Top(); in GetNextPrevPageNum() local
1159 while( pPg && pPg->Frm().Top() == nPageTop ); in GetNextPrevPageNum()
1171 while( pPg && pPg->Frm().Top() == nPageTop ); in GetNextPrevPageNum()

Completed in 36 milliseconds