Searched refs:nRemainingWidth (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 446 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()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1246 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() 4658 …e::ImplExpandCompressedPortions( EditLine* pLine, ParaPortion* pParaPortion, long nRemainingWidth ) in ImplExpandCompressedPortions() argument 4681 if ( nCompressed > nRemainingWidth ) in ImplExpandCompressedPortions() 4683 nCompressPercent = nCompressed - nRemainingWidth; in ImplExpandCompressedPortions()
|
H A D | impedit.hxx | 569 …itLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, long nRemainingWidth, sal_Bool bCa… 626 … ImplExpandCompressedPortions( EditLine* pLine, ParaPortion* pParaPortion, long nRemainingWidth );
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 1781 … 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()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 185 … nPara, TextLine* pLine, TETextPortion* pPortion, sal_uInt16 nPortionStart, long nRemainingWidth );
|
Completed in 66 milliseconds