Home
last modified time | relevance | path

Searched refs:GetHeight (Results 101 – 125 of 487) sorted by relevance

12345678910>>...20

/trunk/main/vcl/source/gdi/
H A Doutdev5.cxx85 mpGraphics->DrawRect( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), this ); in DBG_NAMEEX()
137 Polygon aRectPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in DrawEllipse()
H A Dprint2.cxx437 rRect.GetHeight() >> 1 ).GetBoundRect(); in ImplCalcActionBounds()
1174 const double fBmpArea( (double) aBoundRect.GetWidth() * aBoundRect.GetHeight() ); in RemoveTransparenciesFromMetaFile()
1175 const double fOutArea( (double) aOutputRect.GetWidth() * aOutputRect.GetHeight() ); in RemoveTransparenciesFromMetaFile()
1188 if( aBoundRect.GetWidth() && aBoundRect.GetHeight() ) in RemoveTransparenciesFromMetaFile()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1751 const long nTHgt(std::max(long(0), (long)(aTextBound.GetHeight() - 1 - nVDist))); in AdaptTextMinSize()
2110 Point aRef( aRect.GetWidth() / 2, aRect.GetHeight() / 2 ); in ImpCheckCustomGluePointsAreAdded()
2122 aGlue.Y() = aRect.GetHeight() - aGlue.Y(); in ImpCheckCustomGluePointsAreAdded()
2771 double fYScale = (double)aOldTextRect.GetHeight() / (double)aNewTextRect.GetHeight(); in ImpCalculateTextFrame()
2966 if ( rAnchorRect.GetHeight() < 2 ) in TakeTextAnchorRect()
2994 long nAnkHgt=aAnkRect.GetHeight(); in TakeTextRect()
3072 if(aAnkRect.GetHeight() < aTextSiz.Height() && IsVerticalWriting()) in TakeTextRect()
3094 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()
3447 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx387 if ( ( aImageSize.Width() > rRect.GetWidth() ) || ( aImageSize.Height() > rRect.GetHeight() ) ) in PaintStatusCell()
393 if ( aImageSize.Height() < rRect.GetHeight() ) in PaintStatusCell()
394 aPos.Y() += ( rRect.GetHeight() - aImageSize.Height() ) / 2; in PaintStatusCell()
1209 (GetControlArea().GetHeight() + GetDataWindow().GetPosPixel().Y())) in Resize()
/trunk/main/sw/source/ui/utlui/
H A Duiitems.cxx107 sal_uInt16 nHght = (sal_uInt16) GetPageFtnInfo().GetHeight(); in GetPresentation()
130 … case MID_FTN_HEIGHT : rVal <<= (sal_Int32)TWIP_TO_MM100(aFtnInfo.GetHeight());break; in QueryValue()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx117 aCellRect.GetHeight() - aObjRect.GetHeight() )); in FillGraphList()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx1378 if ( aInRect.GetHeight() > nTBBorder ) in CalcAlignment()
1380 if ( aInRect.GetHeight() > nTBBorder ) in CalcAlignment()
1412 aNewPos.Y() -= aSmallDockingRect.GetHeight()/2; in CalcAlignment()
1428 ….X()-aInRect.Left() + aDockingRect.GetWidth(), aPos.Y()-aInRect.Top() + aDockingRect.GetHeight() ); in CalcAlignment()
1667 aPt.Y() -= aDockingRect.GetHeight(); in CalcAlignment()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx348 …float nHeight = (float)OutputDevice::LogicToLogic(Size(0, rSvxFontHeightItem.GetHeight()), MAP_TWI… in translateItemsToProperties()
513 *pCounter++ = new SvxFontHeightItem(aDefaultVCLFont.GetHeight(), 100, CFID_HEIGHT); in createItemSet()
525 *pCounter++ = new SvxFontHeightItem(aDefaultVCLFont.GetHeight(), 100, CFID_CJK_HEIGHT); in createItemSet()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx206 aDebStr += ByteString::CreateFromInt32( ((SvxFontHeightItem&)rItem).GetHeight() ); in DbgOutItem()
207 Size aSz( 0, ((SvxFontHeightItem&)rItem).GetHeight() ); in DbgOutItem()
422 …i, Ascent=%i", pLine->GetStartPortion(), pLine->GetEndPortion(), pLine->GetHeight(), pLine->GetMax… in ShowEditEngineData()
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx159 double fRectWH = (double) aRect.GetWidth() / aRect.GetHeight(); in Construct()
175 Fraction aFrac2( aWinSize.Height(), aRect.GetHeight() ); in Construct()
H A Dframelink.cxx1001 bool bVert = rRect.GetWidth() < rRect.GetHeight(); in lclGetDiagLineEnds()
1045 if( (aClipRect.GetWidth() < 1) ||(aClipRect.GetHeight() < 1) ) in lclPushDiagClipRect()
1176 …DBG_ASSERT( (rRect.GetWidth() > 1) && (rRect.GetHeight() > 1), "svx::frame::lclDrawDiagFrameBorder… in lclDrawDiagFrameBorders()
1177 if( (rRect.GetWidth() > 1) && (rRect.GetHeight() > 1) ) in lclDrawDiagFrameBorders()
H A Dpagectrl.cxx266 Size aDrawSize(0,aRect.GetHeight() / 6); in DrawPage()
331 long nW = aRect.GetWidth(),nH = aRect.GetHeight(); in DrawPage()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx108 return aTitleBarBox.GetHeight(); in GetPreferredHeightPixel()
334 aTextBox.Top() += ( aTextBox.GetHeight() - GetTextHeight() ) / 2; in impl_calcTextBoundingBox()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx233 if( aLastRect.GetHeight() > 1 || in JoinVerticalClipRectangles()
360 nChar += psp::getValueOf (rRectangle.GetHeight(), pRect + nChar); in DrawRect()
1233 double fScaleY = -(double)rBoundingBox.GetHeight()/(fTop-fBottom); in DrawEPS()
1253 …gion( rBoundingBox.Left(), rBoundingBox.Top(), rBoundingBox.GetWidth(), rBoundingBox.GetHeight() ); in DrawEPS()
/trunk/main/svx/inc/svx/
H A Dframelink.hxx245 { return GetHorDiagAngle( rRect.GetWidth(), rRect.GetHeight() ); } in GetHorDiagAngle()
282 { return GetVerDiagAngle( rRect.GetWidth(), rRect.GetHeight() ); } in GetVerDiagAngle()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx345 long nChangesDiff = aNewLabelSize.GetHeight() - aOriginalLabelSize.GetHeight(); in displayMigrationLog()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx429 rVisArea.GetHeight() ); in FireVisAreaChanged()
436 maLastVisArea.GetHeight() ); in FireVisAreaChanged()
952 maLastVisArea.GetHeight()); in getFastPropertyValue()
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx306 double fBoundHeight = (double)(maViewportRectangle.GetHeight() + 1); in CalcViewport()
400 maTranslate.setY((double)maSetBound.Top() + ((maSetBound.GetHeight() - 1L) / 2.0)); in CalcViewport()
405 maScale.setY((maSetBound.GetHeight() - 1L) / -2.0); in CalcViewport()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1420 RES_CHRATR_FONTSIZE )).GetHeight(); in CharEscapement()
1467 m_rWW8Export.InsUInt16( (sal_uInt16)(( rHeight.GetHeight() + 5 ) / 10 ) ); in CharFontSize()
2956 GetWhichOfScript(RES_CHRATR_FONTSIZE,nScript)))).GetHeight();; in TextField()
3454 if ( rSize.GetHeight() ) in FormatFrameSize()
3466 case ATT_FIX_SIZE: nH = (sal_uInt16)rSize.GetHeight() & 0x7fff; break; in FormatFrameSize()
3467 default: nH = (sal_uInt16)rSize.GetHeight() | 0x8000; break; in FormatFrameSize()
3498 msword_cast<sal_uInt16>(SvxPaperInfo::GetSloppyPaperDimension(rSize.GetHeight()))); in FormatFrameSize()
3760 (*pSwFmt, RES_CHRATR_CJK_FONTSIZE).GetHeight(); in FormatTextGrid()
4434 nPageSize = pFmt->GetFrmSize().GetHeight(); in FormatColumns()
4443 nPageSize -= headerFmt->GetFrmSize().GetHeight(); in FormatColumns()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpstyl.hxx67 sal_Int32 GetHeight() const { return mnHeight; } in GetHeight() function in SdXMLPageMasterStyleContext
160 sal_Int32 GetHeight() const { return mnHeight; } in GetHeight() function in SdXMLPresentationPlaceholderContext
/trunk/main/sd/source/core/
H A Dsdpage.cxx1924 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1931 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1939 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1964 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1971 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1979 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
2040 sal_uInt32 nFontHeight = ((SvxFontHeightItem&)pObj->GetMergedItem(nWhich)).GetHeight(); in ScaleObjects()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx494 long nYOffset = (aSize.Height() - maLabelFont.GetHeight())/2; in drawMenuItem()
500 long nFontHeight = maLabelFont.GetHeight(); in drawMenuItem()
832 const sal_uInt16 nMenuItemHeight = static_cast< sal_uInt16 >( maLabelFont.GetHeight()*1.8 ); in getMenuItemPosSize()
1064 const sal_uInt16 nLabelHeight = static_cast< sal_uInt16 >( getLabelFont().GetHeight() ); in getSectionPosSize()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx47 long nMin = Min( rRect.GetWidth(), rRect.GetHeight() ); in ImplDrawSymbol()
444 rRect.Bottom() - rRect.GetHeight() / 3 ); in ImplDrawSymbol()
713 long nHeight = rRect.GetHeight(); in ImplDrawDPILineRect()
1182 if ( (rRect.GetHeight() > 10) && (rRect.GetWidth() > 10) ) in ImplDrawButton()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx139 sal_Int32 nHeight = aBoundingRgn.GetHeight(); in ImplInit()
725 long nDiff = aContent.Top() - (aSz.Height() - aContent.GetHeight())/2; in Resize()
1405 if( aBound.GetHeight() > aSz.Height() ) in CalcMinimumSize()
1406 aSz.Height() = aBound.GetHeight(); in CalcMinimumSize()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx451 nH = LogicToLogic( ( ( SvxFontHeightItem& ) rSet.Get( nWhich ) ).GetHeight(), in SetPrevFontSize()
844 … nHeight = rOldItem.GetHeight() + PointToTwips( static_cast<long>(_pFontSizeLB->GetValue() / 10) ); in calcFontInfo()
846 nHeight = static_cast<long>(rOldItem.GetHeight() * _pFontSizeLB->GetValue() / 100); in calcFontInfo()
1123 pSizeBox->SetValue( (long)CalcToPoint( rItem.GetHeight(), eUnit, 10 ) ); in Reset_Impl()
1130 pSizeBox->SetValue( (long)CalcToPoint( rItem.GetHeight(), eUnit, 10 ) ); in Reset_Impl()
1396 if ( ( (SvxFontHeightItem*)pItem )->GetHeight() != (sal_uInt32)nVal ) in FillItemSet_Impl()
1412 aHeight.SetHeight( rOldItem.GetHeight(), (sal_uInt16)( nSize / 10 ), SFX_MAPUNIT_POINT, eUnit ); in FillItemSet_Impl()
1414 aHeight.SetHeight( rOldItem.GetHeight(), (sal_uInt16)nSize, SFX_MAPUNIT_RELATIVE ); in FillItemSet_Impl()
1635 static_cast< short >( CalcToPoint( rHeightItem.GetHeight(), eUnit, 1 ) * 10 ); in enableRelativeMode()

Completed in 270 milliseconds

12345678910>>...20