Searched refs:aTxtPos (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sc/source/ui/view/ |
| H A D | hdrcont.cxx | 522 Point aTxtPos(aScrPos); in Paint() local 525 aTxtPos.X() += (nBarSize-aTextSize.Width())/2; in Paint() 526 aTxtPos.Y() += (nSizePix*nLayoutSign-aTextSize.Height())/2; in Paint() 528 aTxtPos.X() += 1; // dark border is left instead of right in Paint() 532 aTxtPos.X() += (nSizePix*nLayoutSign-aTextSize.Width()+1)/2; in Paint() 533 aTxtPos.Y() += (nBarSize-aTextSize.Height())/2; in Paint() 535 DrawText( aTxtPos, aString ); in Paint()
|
| /trunk/main/svtools/source/control/ |
| H A D | valueset.cxx | 267 Point aTxtPos( aRect.Left()+2, aRect.Top() ); in ImplFormatItem() local 271 aTxtPos.X() += 4; in ImplFormatItem() 272 aTxtPos.Y() += 4; in ImplFormatItem() 274 if ( (aTxtPos.X()+nTxtWidth) > aRect.Right() ) in ImplFormatItem() 277 maVirDev.DrawText( aTxtPos, pItem->maText ); in ImplFormatItem() 281 maVirDev.DrawText( aTxtPos, pItem->maText ); in ImplFormatItem()
|
| H A D | tabbar.cxx | 1162 Point aTxtPos( aRect.Left()+(aRectSize.Width()-nTextWidth)/2, in Paint() local 1167 … DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, (TEXT_DRAW_DISABLE | TEXT_DRAW_MNEMONIC) ); in Paint() 1169 DrawText( aTxtPos, aText ); in Paint() 1180 … DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, (TEXT_DRAW_DISABLE | TEXT_DRAW_MNEMONIC) ); in Paint() 1182 DrawText( aTxtPos, aText ); in Paint()
|
| /trunk/main/vcl/source/control/ |
| H A D | button.cxx | 2402 Point aTxtPos = rPos; in ImplDraw() local 2405 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw() 2406 aTxtPos.Y() += aImageRect.Bottom()+6; in ImplDraw() 2410 aTxtPos.X() += aImageRect.Right()+8; in ImplDraw() 2411 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw() 2413 … pDev->DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDraw()
|