Searched refs:nFlyLeft (Results 1 – 1 of 1) sorted by relevance
2199 const SwTwips nFlyLeft = (rFly.*fnRect->fnGetLeft)(); in CalcLeftMargin() local2201 if( nLeft > nFlyLeft ) in CalcLeftMargin()2223 if( (aTmp.*fnRect->fnGetLeft)() >= nFlyLeft ) in CalcLeftMargin()2241 ( pNext, aLine, pCurrFrm, nFlyLeft, sal_False ) ); in CalcLeftMargin()2243 if( (aTmp.*fnRect->fnGetLeft)() < nFlyLeft && aTmp.IsOver( aLine ) ) in CalcLeftMargin()2384 long nFlyLeft = (aRect.*fnRect->fnGetLeft)(); in _GetSurroundForTextWrap() local2387 if ( nFlyRight < nCurrLeft || nFlyLeft > nCurrRight ) in _GetSurroundForTextWrap()2391 long nLeft = nFlyLeft - nCurrLeft; in _GetSurroundForTextWrap()2393 if( nFlyRight - nFlyLeft > FRAME_MAX ) in _GetSurroundForTextWrap()
Completed in 18 milliseconds