Searched refs:nFlyLeft (Results 1 – 1 of 1) sorted by relevance
2193 const SwTwips nFlyLeft = (rFly.*fnRect->fnGetLeft)(); in CalcLeftMargin() local2195 if( nLeft > nFlyLeft ) in CalcLeftMargin()2217 if( (aTmp.*fnRect->fnGetLeft)() >= nFlyLeft ) in CalcLeftMargin()2235 ( pNext, aLine, pCurrFrm, nFlyLeft, sal_False ) ); in CalcLeftMargin()2237 if( (aTmp.*fnRect->fnGetLeft)() < nFlyLeft && aTmp.IsOver( aLine ) ) in CalcLeftMargin()2378 long nFlyLeft = (aRect.*fnRect->fnGetLeft)(); in _GetSurroundForTextWrap() local2381 if ( nFlyRight < nCurrLeft || nFlyLeft > nCurrRight ) in _GetSurroundForTextWrap()2385 long nLeft = nFlyLeft - nCurrLeft; in _GetSurroundForTextWrap()2387 if( nFlyRight - nFlyLeft > FRAME_MAX ) in _GetSurroundForTextWrap()
Completed in 21 milliseconds