Home
last modified time | relevance | path

Searched refs:GetHeight (Results 251 – 275 of 487) sorted by relevance

1...<<11121314151617181920

/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx362 long nHeight = pCell->GetHeight() > 0 in OutTableCell()
363 ? GetAbsHeight( pCell->GetHeight(), nRow, nRowSpan ) in OutTableCell()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx611 if( LONG_MAX == rSz.GetHeight() || LONG_MAX == rSz.GetWidth() ) in ExportDocument_Impl()
621 OutULong( rSz.GetHeight() ) << OOO_STRING_SVTOOLS_RTF_PAPERW; in ExportDocument_Impl()
H A Ddocxattributeoutput.cxx1391 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()
1393 sal_Int32 nHeight = rLSz.GetHeight(); in TableHeight()
2294 OString fontSize = OString::valueOf( sal_Int32( ( rFontSize.GetHeight() + 5 ) / 10 ) ); in CharFontSize()
2994 attrList->add( FSNS( XML_w, XML_h ), OString::valueOf( rSize.GetHeight( ) ) ); in FormatFrameSize()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx220 aPos.Y() += ( rUDEvt.GetRect().GetHeight() - aImageSize.Height() ) / 2; in UserDraw()
798 long nH = rUDEvt.GetRect().GetHeight(); in UserDraw()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1085 long nNewHeight = aFont.GetHeight() * nTextWidth / w; in ImplWriteWatermark()
1086 if( nNewHeight == aFont.GetHeight() ) in ImplWriteWatermark()
/trunk/main/padmin/source/
H A Dadddlg.cxx395 Size aNewSize( aPosSize.GetWidth(), aPosSize.GetHeight()*2/3 ); in APCommandPage()
398 Point aNewPos( aPosSize.Left(), aPosSize.Top() + aPosSize.GetHeight() - aNewSize.Height() ); in APCommandPage()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx135 long GetHeight() const { return lHeight; } in GetHeight() function in SvxPagePosSizeItem
H A Dframelinkarray.hxx437 long GetHeight() const;
/trunk/main/sw/source/ui/misc/
H A Dpgfnote.cxx220 SwTwips lHeight = pFtnInfo->GetHeight(); in Reset()
/trunk/main/vcl/source/control/
H A Dgroup.cxx173 nTop += aRect.GetHeight() / 2; in ImplDraw()
H A Dscrbar.cxx481 mnThumbPixSize = maThumbRect.GetHeight(); in ImplCalc()
1052 mnMouseOff = maThumbRect.GetHeight()/2; in MouseButtonDown()
/trunk/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx323 sal_Int32 nHeight = sal_Int32( rFont.GetHeight() ); in getFontSizePixel()
/trunk/main/sc/inc/
H A Dattrib.hxx372 inline sal_uInt16 GetHeight() const { return mnHeight; } in GetHeight() function in ScPageScaleToItem
H A Dautoform.hxx124 const SvxFontHeightItem& GetHeight() const { return aHeight; } in GetHeight() function in ScAutoFormatDataField
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx367 Fraction( aOriginalSize.Height(), aDrawRect.GetHeight() ) ); in SetMarkedOriginalSize()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx107 const sal_Int32 nFontHeight( io_rVCLFont.GetHeight() ); in setupFontTransform()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1253 RES_CHRATR_CJK_FONTSIZE ))->GetHeight() / 2; in GetFmtFromPool()
1455 SwTwips nTmp = aFrmSz.GetHeight(); in lcl_PutStdPageSizeIntoItemSet()
1617 const SwTwips nTmp = aFrmSz.GetHeight(); in GetPageDescFromPool()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx576 nMinHeight = Max( nMinHeight, rSz.GetHeight() ); in lcl_PreprocessRowsInCells()
4186 return rSz.GetHeight(); in lcl_CalcMinRowHeight()
4227 nHeight = Max( nHeight, rSz.GetHeight() ); in lcl_CalcMinRowHeight()
4744 rSz.GetHeight() : in ShrinkFrm()
5893 rSz.GetHeight() : 0; in CalcHeightOfFirstContentLine()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx2912 sal_uInt32 nVerDiv(aPixelSize.GetHeight() / DRAG_CROOK_RASTER_DISTANCE); in impCreateDragRaster()
2925 const double fYLen(rMarkRect.GetHeight() / (double)nVerDiv); in impCreateDragRaster()
3004 nMarkSize=bVertical ? (aMarkRect.GetHeight()-1) : (aMarkRect.GetWidth()-1); in BeginSdrDrag()
3927 … aGraphicSize.Height() - rOldCrop.GetTop() - rOldCrop.GetBottom() ) / (double)aOldRect.GetHeight(); in EndSdrDrag()
/trunk/main/sd/source/ui/dlg/
H A Dcopydlg.cxx299 SetMetricValue( maMtrFldMoveY, Fraction( aRect.GetHeight() ) / in IMPL_LINK()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx312 (aPreviewSize.Height()-aTextBox.GetHeight())/2); in PaintPageCount()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx343 long nHh = (rRect.GetHeight() - 1) / 2; in XPolygon()
1390 Hr = rRefRect.GetHeight(); in Distort()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx602 …L_cx, IS( MM100toEMU( rRect.GetWidth() ) ), XML_cy, IS( MM100toEMU( rRect.GetHeight() ) ), FSEND ); in WriteTransformation()
1260 XML_h, I64S( aRect.GetHeight() ), in WritePolyPolygon()
/trunk/main/vcl/source/window/
H A Dwindow.cxx378 if( aContentRgn.GetHeight() - nTextHeight > (nTextHeight+4)/4 ) in ImplInitAppFontData()
379 pSVData->maGDIData.mnAppFontY = (aContentRgn.GetHeight()-4) * 10; in ImplInitAppFontData()
532 int defFontheight = aFont.GetHeight(); in ImplUpdateGlobalSettings()
574 if( aFont.GetHeight() < defFontheight ) in ImplUpdateGlobalSettings()
580 if( aFont.GetHeight() < defFontheight ) in ImplUpdateGlobalSettings()
1826 aRectIter->GetHeight()); // same for height in ImplSysObjClip()
3034 rRect.GetWidth(), rRect.GetHeight(), in ImplScroll()
6128 aRectIter->GetHeight()); // same for height in SetWindowRegionPixel()
9949 aCopyFont.SetHeight( aCopyFont.GetHeight() * mnDPIY / nOldDPIY ); in ImplPaintToDevice()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx920 nScreenDY = aCombined.GetHeight(); in ImplSalCalcFullScreenSize()
2805 if ( rFont.GetHeight() < 8 ) in ImplSalUpdateStyleFontA()
2809 else if ( rFont.GetHeight() < 6 ) in ImplSalUpdateStyleFontA()
2825 if ( rFont.GetHeight() < 8 ) in ImplSalUpdateStyleFontW()
2829 else if ( rFont.GetHeight() < 6 ) in ImplSalUpdateStyleFontW()
3060 long nHeightPx = aMenuFont.GetHeight() * nDPIY / 72; in UpdateSettings()

Completed in 308 milliseconds

1...<<11121314151617181920