Home
last modified time | relevance | path

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

123

/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx125 pNormal = &pIds->nFontHeight; in SetScriptAttr()
H A Dsvxrtf.cxx1467 nFontHeight = rPool.GetTrueWhich( SID_ATTR_CHAR_FONTHEIGHT, sal_False ); in RTFPlainAttrMapIds()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx158 nFontHeight, member
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2713 sal_uInt16 nFontHeight = nYStep * 6 / 10; in Paint() local
2715 nFontHeight = nYStep * 15 / 10; in Paint()
2716 aStdFont.SetSize(Size( 0, nFontHeight )); in Paint()
2723 sal_uInt16 nLineHeight = nFontHeight * 8 / 7; in Paint()
2851 Rectangle aRect1(Point(nTextXPos, nYStart + nFontHeight / 2), Size(aSize.Width() / 2, 2)); in Paint()
2855 …Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx284 short nFontHeight = pSourceViewConfig->GetFontHeight(); in Reset() local
285 aFontHeightLB.SelectEntry(String::CreateFromInt32(nFontHeight)); in Reset()
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx286 const sal_Int32 nFontHeight = static_cast< sal_Int32 >( fViewFontSize ); in lcl_getTextLineHeight() local
287 sal_Int32 nTextLineHeight = nFontHeight; in lcl_getTextLineHeight()
291 if( ( nFullTextHeight / nFontHeight ) <= 1 ) in lcl_getTextLineHeight()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx156 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); in setupFontTransform() local
157 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx107 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); in setupFontTransform() local
108 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1256 long nFontHeight = pPrinter->GetTextHeight(); in lcl_PrintHeader() local
1259 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in lcl_PrintHeader()

Completed in 99 milliseconds

123