Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx209 sal_Bool lcl_ArrangeLowers( SwLayoutFrm *pLay, long lYStart, sal_Bool bInva );
4931 sal_Bool lcl_ArrangeLowers( SwLayoutFrm *pLay, long lYStart, sal_Bool bInva ) in lcl_ArrangeLowers() argument
4939 if( nFrmTop != lYStart ) in lcl_ArrangeLowers()
4942 const long lDiff = (*fnRect->fnYDiff)( lYStart, nFrmTop ); in lcl_ArrangeLowers()
4943 const long lDiffX = lYStart - nFrmTop; in lcl_ArrangeLowers()
5136 lYStart = (*fnRect->fnYInc)( lYStart, in lcl_ArrangeLowers()
5420 const long lYStart = (this->*fnRect->fnGetPrtTop)(); in Format() local
5421 lcl_ArrangeLowers( this, lYStart, sal_True ); in Format()
5453 const long lYStart = (this->*fnRect->fnGetPrtTop)(); in Modify()
5454 bInva = lcl_ArrangeLowers( this, lYStart, sal_False ); in Modify()

Completed in 60 milliseconds