Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dguess.cxx215 xub_StrLen nPorLen = 0; in Guess() local
242 nPorLen = nBreakPos - rInf.GetIdx(); in Guess()
425 nPorLen = nBreakPos - rInf.GetIdx(); in Guess()
458 nPorLen = nBreakPos - rInf.GetIdx(); in Guess()
466 nPorLen = nCutPos - rInf.GetIdx(); in Guess()
477 nPorLen = nCutPos - rInf.GetIdx(); in Guess()
511 if( nPorLen ) in Guess()
513 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nPorLen, in Guess()
H A Dtxtdrop.cxx563 xub_StrLen nPorLen = pDropFmt->GetWholeWord() ? 0 : pDropFmt->GetChars(); in NewDropPortion() local
564 nPorLen = pFrm->GetTxtNode()->GetDropLen( nPorLen ); in NewDropPortion()
565 if( !nPorLen ) in NewDropPortion()
589 pDropPor->SetLen( nPorLen ); in NewDropPortion()
607 while ( nNextChg < nPorLen ) in NewDropPortion()
629 if ( nNextChg > nPorLen ) in NewDropPortion()
630 nNextChg = nPorLen; in NewDropPortion()

Completed in 27 milliseconds