Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dtxttab.cxx505 KSHORT nPorWidth = 0; in PostFormat() local
509 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()
H A Ditrcrsr.cxx899 const SwTwips nPorWidth = pPor->Width() + in _GetCharRect() local
902 pOrig->Pos().X() = nX + nPorWidth - in _GetCharRect()

Completed in 28 milliseconds