Home
last modified time | relevance | path

Searched refs:nTextHeight (Results 26 – 47 of 47) sorted by relevance

12

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx707 long nTextHeight = GetTextHeight(); in ImplShowFocus() local
727 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus()
729 aRect.Bottom() = aRect.Top()+nTextHeight+2; in ImplShowFocus()
918 long nTextHeight = GetTextHeight(); in ImplDrawItem() local
927 long nYPos = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-nOff3; in ImplDrawItem()
H A Dbutton.cxx2386 long nTextHeight = pDev->GetTextHeight(); in ImplDraw() local
2396 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw()
2414 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx867 long nTextHeight = GetTextHeight(); in Paint() local
885 long nYRuby = aWinSize.Height() / 4 - nTextHeight / 2; in Paint()
886 long nYBase = aWinSize.Height() * 3 / 4 - nTextHeight / 2; in Paint()
H A Dcharmap.cxx352 int nTextHeight = GetTextHeight(); in DrawChars_Impl() local
365 int ty = y + (nY - nTextHeight + 1) / 2; in DrawChars_Impl()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx791 sal_Int32 nTextHeight = rCurrent.mnTextHeight; in PSSetFont() local
830 nChar += psp::getValueOf (-nTextHeight, pSetFont + nChar); in PSSetFont()
840 nChar += psp::getValueOf (-nTextHeight, pSetFont + nChar); in PSSetFont()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx617 long const nTextHeight = i_targetDevice.GetTextHeight(); in FitsIntoCell() local
618 if ( nTextHeight > aTargetArea.GetHeight() ) in FitsIntoCell()
/trunk/main/sc/source/ui/inc/
H A Dhintwin.hxx35 long nTextHeight; member in ScHintWindow
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx724 long nTextHeight = pTextEngine->GetTextHeight(); in ExecuteGlobal() local
725 if ( nTextHeight > nVisHeight ) in ExecuteGlobal()
727 long nMaxY = nTextHeight - nVisHeight; in ExecuteGlobal()
H A Dbaside2b.cxx690 long nTextHeight = pEditEngine->GetTextHeight(); in Notify() local
691 if ( nTextHeight < nOutHeight ) in Notify()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx953 long nTextHeight = aTextSize.Height(); in GetTextForwarder() local
987 nOffsetY = nSizeY - nBottomM - nTextHeight; in GetTextForwarder()
992 nOffsetY = ( nSizeY - nTopM - nBottomM - nTextHeight ) / 2 + nTopM; in GetTextForwarder()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1020 sal_Int32 nTextHeight = (sal_Int32)( maVD.GetTextHeight() * mfScaleY ); in ImportText() local
1025 Size aSize( nTextWidth, nTextHeight ); in ImportText()
1030 aPos.Y() -= nTextHeight; in ImportText()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx902 long nTextHeight = rUDEvt.GetDevice()->GetTextHeight(); in UserDraw() local
903 Point aPos( nX, aTopLeft.Y() + (nH-nTextHeight)/2 ); in UserDraw()
H A Dtabbar.cxx1186 long nTextHeight = GetTextHeight(); in Paint() local
1188 (aRectSize.Height()-nTextHeight)/2 ); in Paint()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx234 long nTextHeight = pBorderWindow->GetTextHeight(); in ImplInitTitle() local
235 if ( nTextHeight > pData->mnTitleHeight ) in ImplInitTitle()
236 pData->mnTitleHeight = nTextHeight; in ImplInitTitle()
H A Dwindow.cxx347 long nTextHeight = pWindow->GetTextHeight(); in ImplInitAppFontData() local
349 long nSymHeight = nTextHeight*4; in ImplInitAppFontData()
359 pSVData->maGDIData.mnAppFontY = nTextHeight * 10; in ImplInitAppFontData()
369 …lRegion( Point(), Size( nTextWidth < 10 ? 10 : nTextWidth, nTextHeight < 10 ? 10 : nTextHeight ) ); in ImplInitAppFontData()
378 if( aContentRgn.GetHeight() - nTextHeight > (nTextHeight+4)/4 ) in ImplInitAppFontData()
H A Dmenu.cxx2465 long nTextHeight = pWin->GetTextHeight(); in ImplCalcSize() local
2472 if ( nTextHeight > pData->aSz.Height() ) in ImplCalcSize()
2473 pData->aSz.Height() = nTextHeight; in ImplCalcSize()
2479 pData->aSz.Height() = Max( Max( nTextHeight, pData->aSz.Height() ), nMinMenuItemHeight ); in ImplCalcSize()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx299 sal_Int32 nTextHeight = aSecondaryTextLocation.Bottom() - aPrimaryTextLocation.Top(); in Paint() local
300 aImageLocation.Top() = aPrimaryTextLocation.Top() + ( nTextHeight - aImageSize.Height() ) / 2; in Paint()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1190 long nTextHeight = pOlView->GetOutliner()->GetTextHeight(); in VirtVScrollHdl() local
1191 nViewHeight += nTextHeight; in VirtVScrollHdl()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2865 long nTextHeight = pVDev->GetTextHeight(); in Paint() local
2866 long nRectHeight = nTextHeight * 2 / 3; in Paint()
2867 long nTopOffset = nTextHeight - nRectHeight; in Paint()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7814 long nTextHeight = m_pReferenceDevice->GetTextHeight(); in drawText() local
7832 if ( nTextHeight ) in drawText()
7836 nLines = (xub_StrLen)(nHeight/nTextHeight); in drawText()
7865 aPos.Y() += nHeight-(nFormatLines*nTextHeight); in drawText()
7867 aPos.Y() += (nHeight-(nFormatLines*nTextHeight))/2; in drawText()
7882 aPos.Y() += nTextHeight; in drawText()
7915 aPos.Y() += nHeight-nTextHeight; in drawText()
7917 aPos.Y() += (nHeight-nTextHeight)/2; in drawText()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1379 long nTextHeight = pEngine->GetTextHeight(); in EditGrowY() local
1400 while (aArea.GetHeight() + nAllowedExtra < nTextHeight && nEditEndRow < nBottom && !bMaxReached) in EditGrowY()
H A Dgridwin.cxx5064 long nTextHeight = aEngine.GetTextHeight(); in GetEditUrlOrError() local
5087 aLogicEdit.Bottom() = aLogicEdit.Top() + nTextHeight; in GetEditUrlOrError()

Completed in 289 milliseconds

12