Lines Matching refs:aTextSize
1264 Size aTextSize = pLine->CalcTextSize( *pParaPortion ); in CreateLines() local
1266 if ( aTextSize.Height() == 0 ) in CreateLines()
1273 aTextSize.Height() = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() ); in CreateLines()
1275 aTextSize.Height() = aTmpFont.GetPhysTxtSize( pRefDev, String() ).Height(); in CreateLines()
1276 pLine->SetHeight( (sal_uInt16)aTextSize.Height() ); in CreateLines()
1384 if ( aTextSize.Width() < nMaxLineWidthFix ) in CreateLines()
1390 long nRemainingWidth = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1394 aTextSize = pLine->CalcTextSize( *pParaPortion ); in CreateLines()
1402 long n = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1410 pLine->SetTextWidth( aTextSize.Width() ); in CreateLines()
1415 long n = ( nMaxLineWidth - aTextSize.Width() ) / 2; in CreateLines()
1429 long n = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1439 long nRemainingSpace = nMaxLineWidth - aTextSize.Width(); in CreateLines()