Lines Matching refs:aTxtSize

403 	Size aTxtSize;  in GetPhysTxtSize()  local
404 aTxtSize.setHeight( pOut->GetTextHeight() ); in GetPhysTxtSize()
406 aTxtSize.setWidth( pOut->GetTextWidth( rTxt, nIdx, nLen ) ); in GetPhysTxtSize()
427 aTxtSize.setWidth(nWidth); in GetPhysTxtSize()
431 aTxtSize.Width() += ( ( nLen-1 ) * long( nKern ) ); in GetPhysTxtSize()
433 return aTxtSize; in GetPhysTxtSize()
441 Size aTxtSize; in GetPhysTxtSize() local
442 aTxtSize.setHeight( pOut->GetTextHeight() ); in GetPhysTxtSize()
444 aTxtSize.setWidth( pOut->GetTextWidth( rTxt ) ); in GetPhysTxtSize()
446 aTxtSize.setWidth( pOut->GetTextWidth( CalcCaseMap( rTxt ) ) ); in GetPhysTxtSize()
449 aTxtSize.Width() += ( ( rTxt.Len()-1 ) * long( nKern ) ); in GetPhysTxtSize()
451 return aTxtSize; in GetPhysTxtSize()
461 Size aTxtSize; in QuickGetTextSize() local
462 aTxtSize.setHeight( pOut->GetTextHeight() ); in QuickGetTextSize()
464 aTxtSize.setWidth( pOut->GetTextArray( rTxt, pDXArray, nIdx, nLen ) ); in QuickGetTextSize()
466 aTxtSize.setWidth( pOut->GetTextArray( CalcCaseMap( rTxt ), in QuickGetTextSize()
471 aTxtSize.Width() += ( ( nLen-1 ) * long( nKern ) ); in QuickGetTextSize()
481 return aTxtSize; in QuickGetTextSize()
495 Size aTxtSize; in GetTxtSize() local
498 aTxtSize = GetCapitalSize( pOut, rTxt, nIdx, nTmp ); in GetTxtSize()
500 else aTxtSize = GetPhysTxtSize(pOut,rTxt,nIdx,nTmp); in GetTxtSize()
502 return aTxtSize; in GetTxtSize()
683 Size aTxtSize; member in SvxDoGetCapitalSize
697 inline const Size &GetSize() const { return aTxtSize; }; in GetSize()
711 aTxtSize.Height() = aPartSize.Height(); in Do()
720 aTxtSize.Width() += aPartSize.Width(); in Do()
721 aTxtSize.Width() += ( _nLen * long( nKern ) ); in Do()
735 Size aTxtSize( aDo.GetSize() ); in GetCapitalSize() local
738 if( !aTxtSize.Height() ) in GetCapitalSize()
740 aTxtSize.setWidth( 0 ); in GetCapitalSize()
741 aTxtSize.setHeight( pOut->GetTextHeight() ); in GetCapitalSize()
743 return aTxtSize; in GetCapitalSize()