Searched refs:aTxtPos (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 573 Point aTxtPos(aScrPos); in Paint() local 576 aTxtPos.X() += (nBarSize-aTextSize.Width())/2; in Paint() 577 aTxtPos.Y() += (nSizePix*nLayoutSign-aTextSize.Height())/2; in Paint() 579 aTxtPos.X() += 1; // dark border is left instead of right in Paint() 583 aTxtPos.X() += (nSizePix*nLayoutSign-aTextSize.Width()+1)/2; in Paint() 584 aTxtPos.Y() += (nBarSize-aTextSize.Height())/2; in Paint() 586 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 | 1187 Point aTxtPos( aRect.Left()+(aRectSize.Width()-nTextWidth)/2, in Paint() local 1192 … DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, (TEXT_DRAW_DISABLE | TEXT_DRAW_MNEMONIC) ); in Paint() 1194 DrawText( aTxtPos, aText ); in Paint() 1245 … DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, (TEXT_DRAW_DISABLE | TEXT_DRAW_MNEMONIC) ); in Paint() 1247 DrawText( aTxtPos, aText ); in Paint()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 2405 Point aTxtPos = rPos; in ImplDraw() local 2408 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw() 2409 aTxtPos.Y() += aImageRect.Bottom()+6; in ImplDraw() 2413 aTxtPos.X() += aImageRect.Right()+8; in ImplDraw() 2414 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw() 2416 … pDev->DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDraw()
|
Completed in 61 milliseconds