Searched refs:nCurrLeft (Results 1 – 3 of 3) sorted by relevance
296 const SwTwips nCurrLeft = GetLineStart( aLine ); in GetFirstIndent() local297 if( nLeft + TOLERANCE < nCurrLeft || in GetFirstIndent()298 nLeft - TOLERANCE > nCurrLeft ) in GetFirstIndent()
2381 const long nCurrLeft = (pCurrFrm->*fnRect->fnGetPrtLeft)(); in _GetSurroundForTextWrap()2387 if ( nFlyRight < nCurrLeft || nFlyLeft > nCurrRight ) in _GetSurroundForTextWrap()2391 long nLeft = nFlyLeft - nCurrLeft; in _GetSurroundForTextWrap()
206 long nCurrLeft = 0; in lcl_LeftBorder2Box() local212 if( nCurrLeft >= nLeft && pBox->GetFrmFmt()->GetFrmSize().GetWidth() ) in lcl_LeftBorder2Box()214 ASSERT( nCurrLeft == nLeft, "Wrong box found" ); in lcl_LeftBorder2Box()217 nCurrLeft += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_LeftBorder2Box()
Completed in 86 milliseconds