Home
last modified time | relevance | path

Searched refs:Height (Results 951 – 975 of 1739) sorted by relevance

1...<<31323334353637383940>>...70

/trunk/main/editeng/source/items/
H A Dnumitem.cxx520 aGraphicSize.Width() = aGraphicSize.Height() = 0; in SetGraphicBrush()
540 aGraphicSize.Width() = aGraphicSize.Height() = 0; in SetGraphic()
652 if( !pThis->aGraphicSize.Width() || !pThis->aGraphicSize.Height() ) in IMPL_STATIC_LINK()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx145 long nFixTextHeight = m_aFT_PlaceLabels.GetSizePixel().Height(); in AxisPositionsTabPage()
210 long nListBoxHeight = m_aLB_PlaceLabels.GetSizePixel().Height(); in AxisPositionsTabPage()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx432 ( _rLeft.Height == _rRight.Height ) && in operator ==()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx106 aSizePixel.Height() / (double)aSizeLogic.Height() ); in calcLogic2PixelLinearTransform()
/trunk/main/dbaccess/source/core/api/
H A Dtable.cxx238 …PERTY_ID_FONTHEIGHT, PropertyAttribute::BOUND,&m_aFont.Height, ::getCppuType(&m_aFont.Height)); in construct()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx359 if ( aBounds.Height < nHeight ) in getCharacterBounds()
362 aBounds.Height = nHeight; in getCharacterBounds()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx269 pFont->SetSize(Size(aSize.Width()*5/3, aSize.Height()*5/3)); in GetFont()
279 pFont->SetSize(Size(aSize.Width()*4/3, aSize.Height()*4/3)); in GetFont()
H A DSlsPageObjectPainter.cxx293 const sal_Int32 nIconHeight (rOverlay.GetSizePixel().Height()); in CreateMarkedPreview()
297 for (sal_Int32 nY=0; nY<rSize.Height(); nY+=nIconHeight) in CreateMarkedPreview()
/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx269 …Rectangle aRect(aPt.X()-aSiz.Width(),aPt.Y()-aSiz.Height(),aPt.X()+aSiz.Width(),aPt.Y()+aSiz.Heigh… in IsHit()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1027 …nePos.Y() = aThirdLinePos.Y() + m_ReleaseNotesLabel.GetSizePixel().Height() + aMarginSize.Height(); in initDescription()
1119 aNewSize.Height() -= m_nFirstLineDelta; in showDescription()
1121 aNewSize.Height() += m_nOneLineMissing; in showDescription()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx587 aDlgSize.Height() += nOffset; in Construct_Impl()
853 const int nOff((aLBSz.Height() - aBtnSz.Height()) / 2); in CalculateDelta_Impl()
863 long nH = LogicToPixel( Size( 0, nAppFontHeight ), MAP_APPFONT ).Height(); in CalculateDelta_Impl()
903 long nH = LogicToPixel( Size( 0, nOffset ), MAP_APPFONT ).Height(); in CalculateDelta_Impl()
H A Dsvxbmpnumvalueset.cxx191 aSize.Height() = nRectHeight/6; in UserDraw()
199 aSize.Height() = nRectHeight/8; in UserDraw()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx523 rIStm >> aPrefSz.Height(); // PrefSize.Height() in ImplConvertFromSVM1()
1409 rOStm << (sal_Int32) aPrefSize.Height(); in ImplConvertToSVM1()
2270 const double fScaleY = aSrcSize.Height() ? (double) rSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1347 aPageSize.Height() += nOf; in StateStatusLine()
1350 long nVisPercent = aWindowSize.Height() * 100 / aPageSize.Height(); in StateStatusLine()
1846 aMgr.SetSize(Size(lWidth, aMgr.GetSize().Height())); in InsFrmMode()
2285 aImageSize.Height() += 4; in SwMergeSourceWarningBox_Impl()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm243 if ( vclRect.Height + vclRect.Y > maxy ) {
244 maxy = vclRect.Height + vclRect.Y;
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx283 …_CHARFONTHEIGHT.length), PROPERTY_ID_FONTHEIGHT, &::getCppuType(&aFont.Height) ,PropertyAttribu… in copyStyleElements()
316 xProp->getPropertyValue(PROPERTY_CHARFONTHEIGHT) >>= aFont.Height; in copyStyleElements()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx90 long nDelta = ( aFont1CB.GetSizePixel().Height() - in SvxFontSubstTabPage()
91 aNewDelTBX.GetSizePixel().Height() ) / 2; in SvxFontSubstTabPage()
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx181 long nOutputHeight = aOutputSize.Height(); in Resize()
191 nX = pSwap->GetBoundingBox( pSwap->GetEntry(0) ).GetWidth() + aFLSize.Height(); in Resize()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DDialog.java603 return new java.awt.Rectangle(unoRect.X, unoRect.Y, unoRect.Width, unoRect.Height); in getBounds()
618 return new java.awt.Dimension(unoSize.Width, unoSize.Height); in getSize()
H A DFrame.java595 return new java.awt.Rectangle(unoRect.X, unoRect.Y, unoRect.Width, unoRect.Height); in getBounds()
610 return new java.awt.Dimension(unoSize.Width, unoSize.Height); in getSize()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx491 …Cairo.get(), aOutputPosition.X(), aOutputPosition.Y(), aOutputSize.Width(), aOutputSize.Height() ); in genericUpdate()
512 …Cairo.get(), aOutputPosition.X(), aOutputPosition.Y(), aOutputSize.Width(), aOutputSize.Height() ); in genericUpdate()
/trunk/main/sfx2/source/view/
H A Dipclient.cxx621 … m_xObject->setVisualAreaSize( m_nAspect, awt::Size( aNewSize.Width(), aNewSize.Height() ) ); in SizeHasChanged()
1013 …Size aNewSize = GetEditWin()->LogicToLogic( Size( aSize.Width, aSize.Height ), &aObjectMap, &aClie… in DoVerb()
1018 … m_pImp->m_aScaleHeight = Fraction( aScaledArea.GetHeight(), aNewSize.Height() ); in DoVerb()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java231 fontDescriptor5.Height = 16; in WebWizardDialog()
236 fontDescriptor6.Height = 22; in WebWizardDialog()
241 fontDescriptor7.Height = 9; in WebWizardDialog()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx929 aPrefSize.Height()=(long)(fHeight*fScale+1.5); in Convert()
951 aPrefSize.Height()=(long)(fHeight*fScale+1.5); in Convert()
965 if( ( aPrefSize.Width() < 500 ) && ( aPrefSize.Height() < 500 ) ) in Convert()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx918 aSz.Width() += DOCUMENTBORDER; aSz.Height() += DOCUMENTBORDER; in SetVisArea()
922 if ( aRect.Bottom() > aSz.Height() ) in SetVisArea()
923 nMoveY = aSz.Height() - aRect.Bottom(); in SetVisArea()

Completed in 529 milliseconds

1...<<31323334353637383940>>...70