Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx446 sal_Int32 nRemainingWidth (nTotalWidth - nZeroWeightWidth); in DistributeWidth() local
447 if (nRemainingWidth < 0) in DistributeWidth()
448 nRemainingWidth = 0; in DistributeWidth()
453 const sal_Int32 nDistributableWidth (nRemainingWidth); in DistributeWidth()
470 nRemainingWidth -= nWidth; in DistributeWidth()
476 if (nRemainingWidth > 0) in DistributeWidth()
482 rDescriptor.SetWidth(rDescriptor.GetWidth() + nRemainingWidth); in DistributeWidth()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1246 long nRemainingWidth = nMaxLineWidth - nTmpWidth; in CreateLines() local
1255 nRemainingWidth, bCanHyphenate && bHyphenatePara ); in CreateLines()
1390 long nRemainingWidth = nMaxLineWidth - aTextSize.Width(); in CreateLines() local
1391 if ( nRemainingWidth > 0 ) in CreateLines()
1393 ImplExpandCompressedPortions( pLine, pParaPortion, nRemainingWidth ); in CreateLines()
1761 …itLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, long nRemainingWidth, sal_Bool bCa… in ImpBreakLine() argument
1767 while ( ( nBreakInLine < nMax ) && ( pLine->GetCharPosArray()[nBreakInLine] < nRemainingWidth ) ) in ImpBreakLine()
4725 …e::ImplExpandCompressedPortions( EditLine* pLine, ParaPortion* pParaPortion, long nRemainingWidth ) in ImplExpandCompressedPortions() argument
4748 if ( nCompressed > nRemainingWidth ) in ImplExpandCompressedPortions()
4750 nCompressPercent = nCompressed - nRemainingWidth; in ImplExpandCompressedPortions()
H A Dimpedit.hxx569 …itLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, long nRemainingWidth, sal_Bool bCa…
626 … ImplExpandCompressedPortions( EditLine* pLine, ParaPortion* pParaPortion, long nRemainingWidth );
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1781 … sal_uLong nPara, TextLine* pLine, TETextPortion*, sal_uInt16 nPortionStart, long nRemainingWidth ) in ImpBreakLine() argument
1786 …sal_uInt16 nMaxBreakPos = mpRefDev->GetTextBreak( pNode->GetText(), nRemainingWidth, nPortionStart… in ImpBreakLine()
2493 long nRemainingWidth = mnMaxTextWidth - nTmpWidth; in CreateLines() local
2494 ImpBreakLine( nPara, pLine, pPortion, nPortionStart, nRemainingWidth ); in CreateLines()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx185 … nPara, TextLine* pLine, TETextPortion* pPortion, sal_uInt16 nPortionStart, long nRemainingWidth );

Completed in 62 milliseconds