/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1962 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects() local 1963 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 1969 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects() 1970 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 1977 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects() 1978 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2003 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2009 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects() 2010 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2017 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects() [all …]
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docshini.cxx | 248 sal_Int32 nFontHeight = pStdFont->GetFontHeight( FONT_STANDARD, i, eLanguage ); in InitNew() local 249 if(nFontHeight <= 0) in InitNew() 250 nFontHeight = pStdFont->GetDefaultHeightFor( nFontId, eLanguage ); in InitNew() 251 mpDoc->SetDefault(SvxFontHeightItem( nFontHeight, 100, aFontHeightWhich[i] )); in InitNew() 310 …sal_Int32 nFontHeight = pStdFont->GetFontHeight( static_cast< sal_Int8 >(aFontIdPoolId[nIdx]), 0, … in InitNew() local 311 if(nFontHeight <= 0) in InitNew() 312 nFontHeight = pStdFont->GetDefaultHeightFor( aFontIdPoolId[nIdx], eLanguage ); in InitNew() 316 if(aFontHeight.GetHeight() != sal::static_int_cast<sal_uInt32, sal_Int32>(nFontHeight)) in InitNew() 318 aFontHeight.SetHeight(nFontHeight); in InitNew()
|
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 653 const long nFontHeight = GetTextHeight(); in implCalcSize() local 654 long nExtra = nFontHeight/4; in implCalcSize() 659 long nMinMenuItemHeight = nFontHeight+2; in implCalcSize() 908 long nFontHeight = GetTextHeight(); in implHighlightEntry() local 909 aItemRect.Right() -= nFontHeight + nFontHeight/4; in implHighlightEntry() 1376 long nFontHeight = GetTextHeight(); in implPaint() local 1422 long nTextOffsetY = ((pEntry->maSize.Height()-nFontHeight)/2); in implPaint() 1501 aSymbolSize = Size( nFontHeight/2, nFontHeight/2 ); in implPaint() 1506 aSymbolSize = Size( (nFontHeight*25)/40, nFontHeight/2 ); in implPaint()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 50 sal_uInt32 nFontHeight; // Item-Value member 55 ScHTMLStyle() : nFontHeight(0), nFontSizeNumber(2), nDefaultScriptType(0), in ScHTMLStyle() 62 nFontHeight = r.nFontHeight; in operator =()
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 2385 long nExtra = nFontHeight/4; in ImplCalcSize() 2391 long nMinMenuItemHeight = nFontHeight; in ImplCalcSize() 2555 aSz.Height() = nFontHeight+6; in ImplCalcSize() 2642 long nExtra = nFontHeight/4; in ImplPaint() 2791 aSymbolSize = Size( nFontHeight/2, nFontHeight/2 ); in ImplPaint() 2796 aSymbolSize = Size( (nFontHeight*25)/40, nFontHeight/2 ); in ImplPaint() 2892 aTmpPos2.X() = aOutSz.Width() - nFontHeight - nFontHeight/4; in ImplPaint() 2897 Rectangle( aTmpPos, Size( nFontHeight/2, nFontHeight/2 ) ), in ImplPaint() 4518 if ( rMEvt.GetPosPixel().X() < ( aSz.Width() - nFontHeight - nFontHeight/4 ) ) in MouseButtonUp() 4763 aItemRect.Right() -= nFontHeight + nFontHeight/4; in HighlightItem() [all …]
|
/aoo4110/main/oox/source/xls/ |
H A D | pagesettings.cxx | 604 sal_Int32 nFontHeight = 0; // current font height in parse() local 761 nFontHeight = cChar - '0'; in parse() 806 if( nFontHeight >= 0 ) in parse() 808 nFontHeight *= 10; in parse() 809 nFontHeight += (cChar - '0'); in parse() 810 if( nFontHeight > 1000 ) in parse() 811 nFontHeight = -1; in parse() 816 if( nFontHeight > 0 ) in parse() 819 maFontModel.mfHeight = nFontHeight; in parse()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1030 long nFontHeight = rLogFont.lfHeight; in ImplSalLogFontToFontA() local 1031 if ( nFontHeight < 0 ) in ImplSalLogFontToFontA() 1032 nFontHeight = -nFontHeight; in ImplSalLogFontToFontA() 1036 nFontHeight *= 72; in ImplSalLogFontToFontA() 1037 nFontHeight += nDPIY/2; in ImplSalLogFontToFontA() 1038 nFontHeight /= nDPIY; in ImplSalLogFontToFontA() 1070 if ( nFontHeight < 0 ) in ImplSalLogFontToFontW() 1071 nFontHeight = -nFontHeight; in ImplSalLogFontToFontW() 1075 nFontHeight *= 72; in ImplSalLogFontToFontW() 1076 nFontHeight += nDPIY/2; in ImplSalLogFontToFontW() [all …]
|
H A D | salnativewidgets-luna.cxx | 1309 long nFontHeight = aNonClientMetrics.lfMessageFont.lfHeight; in getNativeControlRegion() local 1310 if( nFontHeight < 0 ) in getNativeControlRegion() 1311 nFontHeight = -nFontHeight; in getNativeControlRegion() 1313 if( aRect.GetHeight() && nFontHeight ) in getNativeControlRegion() 1316 aRect.Bottom() += nFontHeight; in getNativeControlRegion()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | outline.cxx | 1120 sal_uInt16 nFontHeight = nYStep * 6 / 10; in Paint() local 1122 nFontHeight = nYStep * 15 / 10; in Paint() 1123 aStdFont.SetSize(Size( 0, nFontHeight )); in Paint() 1129 sal_uInt16 nLineHeight = nFontHeight * 8 / 7; in Paint() 1248 … Rectangle aRect1(Point(nTextXPos, nYStart + nFontHeight / 2), Size(aSize.Width() / 2, 2)); in Paint() 1252 …Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint() 1260 sal_uInt16 nLineHeight = nFontHeight * 3 / 2; in Paint()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 421 << GetFontSizeCss( ( sal_uInt16 ) aHTMLStyle.nFontHeight ) << " }"; in WriteHeader() 487 aHTMLStyle.nFontHeight = ((const SvxFontHeightItem&)(rSetPara.Get( in PageDefaults() 491 …MLStyle.nFontSizeNumber = GetFontSizeNumber( static_cast< sal_uInt16 >( aHTMLStyle.nFontHeight ) ); in PageDefaults() 970 sal_uInt32 nFontHeight = rFontHeightItem.GetHeight(); in WriteCell() local 971 if ( nFontHeight != aHTMLStyle.nFontHeight ) in WriteCell() 973 nSetFontSizeNumber = GetFontSizeNumber( (sal_uInt16) nFontHeight ); in WriteCell()
|
/aoo4110/main/shell/source/backends/kde4be/ |
H A D | kde4access.cxx | 73 short nFontHeight; in getValue() local 76 nFontHeight = aFixedFont.pointSize(); in getValue() 78 true, uno::makeAny( nFontHeight ) ); in getValue()
|
/aoo4110/main/shell/source/backends/kdebe/ |
H A D | kdeaccess.cxx | 69 short nFontHeight; in getValue() local 72 nFontHeight = aFixedFont.pointSize(); in getValue() 74 true, uno::makeAny( nFontHeight ) ); in getValue()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdetc.hxx | 72 sal_uIntPtr nFontHeight; member in SdrEngineDefaults 95 static void SetFontHeight(sal_uIntPtr nHeight) { GetDefaults().nFontHeight=nHeight; } in SetFontHeight() 96 static sal_uIntPtr GetFontHeight() { return GetDefaults().nFontHeight; } in GetFontHeight()
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 462 long nFontHeight = m_pEngine->GetStandardFont(0).GetSize().Height(); in layoutWindow() local 464 m_pVScroll->SetLineSize( nFontHeight ); in layoutWindow() 466 …m_pVScroll->SetPageSize( ::std::max( nFontHeight, aViewportPlaygroundLogic.Height() - nFontHeight … in layoutWindow()
|
/aoo4110/main/starmath/source/ |
H A D | node.cxx | 1101 long nFontHeight = GetFont().GetSize().Height(), in Arrange() local 1102 nExtLen = nFontHeight * rFormat.GetDistance(DIS_FRACTION) / 100L, in Arrange() 1103 nThick = nFontHeight * rFormat.GetDistance(DIS_STROKEWIDTH) / 100L, in Arrange() 1106 nFontHeight * rFormat.GetDistance(DIS_NUMERATOR) / 100L, in Arrange() 1108 nFontHeight * rFormat.GetDistance(DIS_DENOMINATOR) / 100L; in Arrange() 1817 long nFontHeight = pBody->GetFont().GetSize().Height(); in Arrange() local 1818 long nDistBody = nFontHeight * rFormat.GetDistance(DIS_ORNAMENTSIZE), in Arrange() 1819 nDistScript = nFontHeight; in Arrange() 2324 long nFontHeight = GetFont().GetSize().Height(); in Arrange() local 2328 nHeight = nFontHeight / 30; in Arrange() [all …]
|
H A D | rect.cxx | 148 const long nFontHeight = rDev.GetFont().GetSize().Height(); in BuildRect() local 154 nAlignT = nBaseline - nFontHeight * 750L / 1000L; in BuildRect() 155 nAlignM = nBaseline - nFontHeight * 121L / 422L; in BuildRect() 176 nDelta = nFontHeight * 8L / 43; in BuildRect()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 226 …float nFontHeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_HEIGHT, (float)aDefaultFo… in translatePropertiesToItems() local 243 …nFontHeight = (float)OutputDevice::LogicToLogic(Size(0, (sal_Int32)nFontHeight), MAP_POINT, MAP_TW… in translatePropertiesToItems() 244 SvxFontHeightItem aSvxFontHeightItem((sal_uInt32)nFontHeight,100,CFID_HEIGHT); in translatePropertiesToItems()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 3976 sal_uInt32 nFontHeight = 24; in GetNumberFormat() local 4059 sal_uInt16 nFontHeight(0); in PPTCharSheet() local 4066 nFontHeight = 44; in PPTCharSheet() 4073 nFontHeight = 32; in PPTCharSheet() 4076 nFontHeight = 12; in PPTCharSheet() 4080 nFontHeight = 24; in PPTCharSheet() 4336 nBulletRelSize = nFontHeight ? ((-nBulletRelSize) * 100 ) / nFontHeight : 100; in UpdateBulletRelSize() 4957 >> nFontHeight in Read() 6125 if ( !nFontHeight ) in UpdateBulletRelSize() 6498 sal_uInt32 nFontHeight; in ApplyTo() local [all …]
|
/aoo4110/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 500 long nFontHeight = maLabelFont.GetHeight(); in drawMenuItem() local 502 aMarkerPos.Y() += aSize.Height()/2 - nFontHeight/4 + 1; in drawMenuItem() 503 aMarkerPos.X() += aSize.Width() - nFontHeight + nFontHeight/4; in drawMenuItem() 504 Size aMarkerSize(nFontHeight/2, nFontHeight/2); in drawMenuItem()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 1984 sal_uInt16 nFontHeight = 24; in PPTExCharSheet() local 1993 nFontHeight = 44; in PPTExCharSheet() 2002 case 0 : nFontHeight = 32; break; in PPTExCharSheet() 2003 case 1 : nFontHeight = 28; break; in PPTExCharSheet() 2004 case 2 : nFontHeight = 24; break; in PPTExCharSheet() 2005 default :nFontHeight = 20; break; in PPTExCharSheet() 2010 nFontHeight = 12; in PPTExCharSheet() 2014 nFontHeight = 24; in PPTExCharSheet() 2020 rLev.mnFontHeight = nFontHeight; in PPTExCharSheet()
|
/aoo4110/main/sw/source/core/text/ |
H A D | itrpaint.cxx | 642 const sal_uLong nFontHeight = aIter.GetFnt()->GetHeight(); in CheckSpecialUnderline() local 652 nSumHeight = nFontHeight; in CheckSpecialUnderline() 657 nSumHeight += pPor->Width() * nFontHeight; in CheckSpecialUnderline()
|
H A D | inftxt.cxx | 1095 const sal_uInt16 nFontHeight = pFnt->GetHeight( pVsh, *GetOut() ); in DrawPostIts() local 1102 aSize.Height() = nFontHeight; in DrawPostIts() 1108 aSize.Width() = nFontHeight; in DrawPostIts() 1114 aSize.Width() = nFontHeight; in DrawPostIts() 1115 aTmp.X() = aPos.X() - nFontHeight + in DrawPostIts()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 107 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); in setupFontTransform() local 108 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
|
/aoo4110/main/sc/source/core/data/ |
H A D | patattr.cxx | 233 sal_uInt32 nFontHeight; in GetFont() local 283 nFontHeight = ((const SvxFontHeightItem*)pItem)->GetHeight(); in GetFont() 336 nFontHeight = ((const SvxFontHeightItem&) in GetFont() 389 Size aSize( 0, (long) nFontHeight ); in GetFont() 405 rFont.SetSize( Size( 0, (long) nFontHeight ) ); in GetFont()
|
/aoo4110/main/canvas/source/vcl/ |
H A D | impltools.cxx | 156 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); in setupFontTransform() local 157 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
|