Lines Matching refs:aTxtSize
401 Size aTxtSize( pDev->GetTextWidth( pItem->maOutText ), 0 ); in ImplDrawItem() local
403 aTxtSize.Height() = pDev->GetTextHeight(); in ImplDrawItem()
411 nTestHeight += aTxtSize.Height(); in ImplDrawItem()
423 long nTxtWidth = aTxtSize.Width(); in ImplDrawItem()
479 if ( pItem->maOutText.Len() || (nArrowWidth && aTxtSize.Height()) ) in ImplDrawItem()
488 nTxtPosY = aRect.Bottom()-aTxtSize.Height(); in ImplDrawItem()
491 long nTempHeight = aTxtSize.Height(); in ImplDrawItem()
549 nImagePosY -= aTxtSize.Height(); in ImplDrawItem()
555 nTempHeight += aTxtSize.Height(); in ImplDrawItem()
592 if ( aTxtSize.Height() ) in ImplDrawItem()
593 nArrowY = nTxtPosY+(aTxtSize.Height()/2); in ImplDrawItem()