Home
last modified time | relevance | path

Searched refs:nTextWidth (Results 51 – 63 of 63) sorted by relevance

123

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx952 long nTextWidth = aTextSize.Width(); in GetTextForwarder() local
956 long nDiffX = nTextWidth - nWidth; in GetTextForwarder()
/trunk/main/vcl/source/window/
H A Dwindow.cxx348 … long nTextWidth = pWindow->GetTextWidth( XubString( RTL_CONSTASCII_USTRINGPARAM( "aemnnxEM" ) ) ); in ImplInitAppFontData() local
354 if ( nSymHeight > nTextWidth ) in ImplInitAppFontData()
355 nTextWidth = nSymHeight; in ImplInitAppFontData()
356 else if ( nSymHeight+5 > nTextWidth ) in ImplInitAppFontData()
357 nTextWidth = nSymHeight+5; in ImplInitAppFontData()
358 pSVData->maGDIData.mnAppFontX = nTextWidth * 10 / 8; in ImplInitAppFontData()
369 …Rectangle aCtrlRegion( Point(), Size( nTextWidth < 10 ? 10 : nTextWidth, nTextHeight < 10 ? 10 : n… in ImplInitAppFontData()
H A Dmenu.cxx2464 long nTextWidth = pWin->GetCtrlTextWidth( pData->aText ); in ImplCalcSize() local
2475 pData->aSz.Width() = nTextWidth + 4*nExtra; in ImplCalcSize()
2481 nWidth += nTextWidth; in ImplCalcSize()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1019 sal_Int32 nTextWidth = (sal_Int32)( maVD.GetTextWidth( rStr ) * mfScaleX ); in ImportText() local
1025 Size aSize( nTextWidth, nTextHeight ); in ImportText()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1037 sal_Int32 nTextWidth = GetTextWidth(sText); in DBG_NAME() local
1038 nMaxTextWidth = ::std::max<sal_Int32>(nTextWidth,nMaxTextWidth); in DBG_NAME()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1160 long nTextWidth = pOlView->GetPaperWidth(); in VirtHScrollHdl() local
1161 nViewWidth = Max(nViewWidth, nTextWidth); in VirtHScrollHdl()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2500 long nTextWidth = 0; in CreateLines() local
2504 nTextWidth += pTextPortion->GetWidth(); in CreateLines()
2506 long nSpace = mnMaxTextWidth - nTextWidth; in CreateLines()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1185 long nTextWidth = GetTextWidth( aText ); in Paint() local
1187 Point aTxtPos( aRect.Left()+(aRectSize.Width()-nTextWidth)/2, in Paint()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx3246 long nTextWidth = pControl->GetTextWidth( pControl->GetText() ); in AddControl() local
3247 aSize.Width() = nTextWidth + WIDTH_ADDITION; in AddControl()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2284 long nTextWidth = aOnStartupCB.GetTextWidth( sCBText ); in InitOnStartupBox() local
2286 aSize.Width() = nTextWidth; in InitOnStartupBox()
/trunk/main/vcl/source/control/
H A Dbutton.cxx2387 long nTextWidth = pDev->GetCtrlTextWidth( aText ); in ImplDraw() local
2408 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4545 sal_Int32 nTextWidth = GetPropertyValue( DFF_Prop_gtextSpacing, 100 < 16 ) / 655; in ImportShape() local
4546 if ( nTextWidth != 100 ) in ImportShape()
4547 aSet.Put( SvxCharScaleWidthItem( (sal_uInt16)nTextWidth, EE_CHAR_FONTWIDTH ) ); in ImportShape()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7894 long nTextWidth = m_pReferenceDevice->GetTextWidth( aStr ); in drawText() local
7897 if ( nTextWidth > nWidth ) in drawText()
7904 nTextWidth = m_pReferenceDevice->GetTextWidth( aStr ); in drawText()
7910 aPos.X() += nWidth-nTextWidth; in drawText()
7912 aPos.X() += (nWidth-nTextWidth)/2; in drawText()

Completed in 282 milliseconds

123