Searched refs:nSumWidth (Results 1 – 5 of 5) sorted by relevance
619 sal_uLong nSumWidth = 0; in CheckSpecialUnderline() local641 nSumWidth += pPor->Width(); in CheckSpecialUnderline()670 if ( nNumberOfPortions > 1 && nSumWidth ) in CheckSpecialUnderline()674 nSumHeight / nSumWidth; in CheckSpecialUnderline()684 if ( 2 * nBold > nSumWidth ) in CheckSpecialUnderline()
672 sal_uInt16 nSumWidth = pPor->Width(); in BuildPortions() local675 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()
680 sal_uInt16 nSumWidth = 0; in Paint() local686 nSumWidth = nSumWidth + pTmp->Width(); in Paint()701 pThis->Width( nSumWidth ); in Paint()
392 sal_Int32 nSumWidth = 0; in lcl_placeLegendEntries() local394 nSumWidth += aColumnWidths[nC]; in lcl_placeLegendEntries()396 if( nSumWidth <= rAvailableSpace.Width || nCurrentColumnCount==1 ) in lcl_placeLegendEntries()478 sal_Int32 nSumWidth = 0; in lcl_placeLegendEntries() local480 nSumWidth += aColumnWidths[nC]; in lcl_placeLegendEntries()481 nRemainingSpace = rAvailableSpace.Width - nSumWidth; in lcl_placeLegendEntries()
5240 SwTwips nSumWidth = 0; in Format() local5245 nSumWidth += pTmpBox->GetFrmFmt()->GetFrmSize().GetWidth(); in Format()5250 double nTmpWidth = nSumWidth; in Format()
Completed in 59 milliseconds