Home
last modified time | relevance | path

Searched refs:nFontHeight (Results 26 – 50 of 59) sorted by last modified time

123

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3622 … long nFontHeight = ((const SvxFontHeightItem&)m_rExport.GetItem(RES_CHRATR_FONTSIZE)).GetHeight(); in FlyFrameOLE() local
3623 nHeight-=nFontHeight/20; in FlyFrameOLE()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.hxx436 sal_uInt16 GetHTMLFontSize( sal_uInt32 nFontHeight ) const;
H A Dsvxcss1.cxx301 sal_uInt16 nFontHeight; member
795 aItemIds.nFontHeight = rPool.GetTrueWhich( SID_ATTR_CHAR_FONTHEIGHT, sal_False ); in SvxCSS1Parser()
1128 aItemIds.nFontHeight ); in ParseCSS1_font_size()
/trunk/main/sw/source/core/text/
H A Ditrpaint.cxx642 const sal_uLong nFontHeight = aIter.GetFnt()->GetHeight(); in CheckSpecialUnderline() local
652 nSumHeight = nFontHeight; in CheckSpecialUnderline()
657 nSumHeight += pPor->Width() * nFontHeight; in CheckSpecialUnderline()
H A Dporlay.cxx1758 const sal_uInt16 nCompress, const sal_uInt16 nFontHeight, in Compress() argument
1768 sal_uInt16 nMinWidth = ( 3 * nFontHeight ) / 4; in Compress()
H A Dinftxt.cxx1107 const sal_uInt16 nFontHeight = pFnt->GetHeight( pVsh, *GetOut() ); in DrawPostIts() local
1114 aSize.Height() = nFontHeight; in DrawPostIts()
1120 aSize.Width() = nFontHeight; in DrawPostIts()
1126 aSize.Width() = nFontHeight; in DrawPostIts()
1127 aTmp.X() = aPos.X() - nFontHeight + in DrawPostIts()
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx248 const sal_uInt16 nCompress, const sal_uInt16 nFontHeight,
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx598 nFontHeight(847), // 847/100mm = ca. 24 Point in SdrEngineDefaults()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx485 int nFontHeight = (aOrigSize.Height() - 5) * 2 / (3 * ROW_COUNT); in SetFont() local
486 aFont.SetSize( PixelToLogic( Size( 0, nFontHeight ) ) ); in SetFont()
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx72 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()
/trunk/main/starmath/source/
H A Dnode.cxx1101 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()
2364 long nFontHeight = GetFont().GetSize().Height(); in Arrange() local
2368 nHeight = nFontHeight / 30; in Arrange()
[all …]
H A Drect.cxx148 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()
/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx73 short nFontHeight; in getValue() local
76 nFontHeight = aFixedFont.pointSize(); in getValue()
78 true, uno::makeAny( nFontHeight ) ); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx69 short nFontHeight; in getValue() local
72 nFontHeight = aFixedFont.pointSize(); in getValue()
74 true, uno::makeAny( nFontHeight ) ); in getValue()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx483 const sal_Int32 nFontHeight = rFontDescriptor.Height; in SetFontDescriptor() local
487 Size(0, nFontHeight), MapMode (MAP_POINT)).Height(), in SetFontDescriptor()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx632 void CalculateGraphicBulletSize( sal_uInt16 nFontHeight );
H A Depptso.cxx2405 void ParagraphObj::CalculateGraphicBulletSize( sal_uInt16 nFontHeight ) in CalculateGraphicBulletSize() argument
2412 double fCharHeight = nFontHeight; in CalculateGraphicBulletSize()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx500 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()
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx50 sal_uInt32 nFontHeight; // Item-Value member
55 ScHTMLStyle() : nFontHeight(0), nFontSizeNumber(2), nDefaultScriptType(0), in ScHTMLStyle()
62 nFontHeight = r.nFontHeight; in operator =()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx233 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()
/trunk/main/oox/source/xls/
H A Dpagesettings.cxx604 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()
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx680 … sal_Int32 nFontHeight = static_cast< sal_Int32 >( pFontModel->getFontHeight() * 2540 / 72 ); in moveEmbeddedToAbsoluteParent() local
681 aDistance.second += nFontHeight / 2; in moveEmbeddedToAbsoluteParent()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx462 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()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5133 float nFontHeight = 0; in Export() local
5134 aTmp >>= nFontHeight; in Export()
5135 if (nFontHeight) in Export()
5141 nFontSize = (nFontHeight == 1) ? 30 : (static_cast<sal_uInt32>((nFontHeight*4+1)/3)*15); in Export()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx226 …float nFontHeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_HEIGHT, (float)aDefaultFo… in translatePropertiesToItems() local
243nFontHeight = (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()

Completed in 261 milliseconds

123