Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporglue.cxx237 KSHORT nRightGlue = pRight && 0 < pRight->GetPrtGlue() in AdjustRight() local
241 if( pLeft && nRightGlue && !pRight->InTabGrp() ) in AdjustRight()
249 if ( pFly->GetBlankWidth() < nRightGlue ) in AdjustRight()
253 nRightGlue = nRightGlue - pFly->GetBlankWidth(); in AdjustRight()
269 if( bNoMove || pPrev->PrtWidth() >= nRightGlue || in AdjustRight()
279 nRightGlue = nRightGlue - pPrev->PrtWidth(); in AdjustRight()

Completed in 29 milliseconds