Searched refs:nPorWidth (Results 1 – 2 of 2) sorted by relevance
505 KSHORT nPorWidth = 0; in PostFormat() local509 nPorWidth = nPorWidth + pPor->Width(); in PostFormat()525 if ( nPrePorWidth && nPorWidth - nPrePorWidth > rInf.Width() - nRight ) in PostFormat()527 nPrePorWidth += nPorWidth - nPrePorWidth - ( rInf.Width() - nRight ); in PostFormat()530 nPorWidth = nPrePorWidth - 1; in PostFormat()539 KSHORT nNewWidth = nPorWidth /2; in PostFormat()541 nNewWidth = nPorWidth - (rInf.Width() - nRight); in PostFormat()542 nPorWidth = nNewWidth; in PostFormat()547 if( nDiffWidth > nPorWidth ) in PostFormat()550 const KSHORT nAdjDiff = nDiffWidth - nPorWidth; in PostFormat()
903 const SwTwips nPorWidth = pPor->Width() + in _GetCharRect() local906 pOrig->Pos().X() = nX + nPorWidth - in _GetCharRect()
Completed in 32 milliseconds