Home
last modified time | relevance | path

Searched refs:nTxtPosY (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/control/
H A Dheadbar.cxx478 long nTxtPosY = 0; in ImplDrawItem() local
483 nTxtPosY = aRect.Top(); in ImplDrawItem()
485 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
488 nTxtPosY = aRect.Bottom()-aTxtSize.Height(); in ImplDrawItem()
494 nTxtPosY = aRect.Top()+((aRect.GetHeight()-nTempHeight)/2); in ImplDrawItem()
496 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
509 pDev->DrawText( Point( nTxtPos, nTxtPosY ), pItem->maOutText ); in ImplDrawItem()
511 …pDev->DrawCtrlText( Point( nTxtPos, nTxtPosY ), pItem->maOutText, 0, STRING_LEN, TEXT_DRAW_DISABLE… in ImplDrawItem()
593 nArrowY = nTxtPosY+(aTxtSize.Height()/2); in ImplDrawItem()

Completed in 17 milliseconds