Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/text/
H A Ditrpaint.cxx619 sal_uLong nSumWidth = 0; in CheckSpecialUnderline() local
641 nSumWidth += pPor->Width(); in CheckSpecialUnderline()
670 if ( nNumberOfPortions > 1 && nSumWidth ) in CheckSpecialUnderline()
674 nSumHeight / nSumWidth; in CheckSpecialUnderline()
684 if ( 2 * nBold > nSumWidth ) in CheckSpecialUnderline()
H A Ditrform2.cxx672 sal_uInt16 nSumWidth = pPor->Width(); in BuildPortions() local
675 nSumWidth = nSumWidth + pTmpPor->Width(); in BuildPortions()
679 const sal_uInt16 i = nSumWidth ? in BuildPortions()
680 ( nSumWidth - 1 ) / nGridWidth + 1 : in BuildPortions()
683 const SwTwips nKernWidth = Min( (SwTwips)(nTmpWidth - nSumWidth), in BuildPortions()
H A Dporfld.cxx680 sal_uInt16 nSumWidth = 0; in Paint() local
686 nSumWidth = nSumWidth + pTmp->Width(); in Paint()
701 pThis->Width( nSumWidth ); in Paint()
/aoo42x/main/chart2/source/view/main/
H A DVLegend.cxx392 sal_Int32 nSumWidth = 0; in lcl_placeLegendEntries() local
394 nSumWidth += aColumnWidths[nC]; in lcl_placeLegendEntries()
396 if( nSumWidth <= rAvailableSpace.Width || nCurrentColumnCount==1 ) in lcl_placeLegendEntries()
478 sal_Int32 nSumWidth = 0; in lcl_placeLegendEntries() local
480 nSumWidth += aColumnWidths[nC]; in lcl_placeLegendEntries()
481 nRemainingSpace = rAvailableSpace.Width - nSumWidth; in lcl_placeLegendEntries()
/aoo42x/main/sw/source/core/layout/
H A Dtabfrm.cxx5240 SwTwips nSumWidth = 0; in Format() local
5245 nSumWidth += pTmpBox->GetFrmFmt()->GetFrmSize().GetWidth(); in Format()
5250 double nTmpWidth = nSumWidth; in Format()

Completed in 66 milliseconds