Home
last modified time | relevance | path

Searched refs:Height (Results 676 – 700 of 1739) sorted by relevance

1...<<21222324252627282930>>...70

/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx118 …case BASEPROPERTY_FONTDESCRIPTORPART_HEIGHT: rValue >>= nExtractFloat; rFD.Height = (sal_Int16)n… in DECLARE_TABLE()
245 case BASEPROPERTY_FONTDESCRIPTORPART_HEIGHT: aDefault <<= (float)aFD.Height; break; in ImplGetDefaultValue()
692 OutStream->writeShort( aFD.Height ); in write()
790 OutStream->writeLong( aFD.Height ); in write()
896 aFD.Height = InStream->readShort(); in read()
991 pFD->Height = (sal_Int16)InStream->readLong(); in read()
1284 case BASEPROPERTY_FONTDESCRIPTORPART_HEIGHT: rValue <<= (float)aFD.Height; in getFastPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java734 aComp.getBounds().Height + ")"; in clickMiddleOfAccessibleObject()
739 int y = aComp.getLocationOnScreen().Y + (aComp.getBounds().Height / 2); in clickMiddleOfAccessibleObject()
766 aComp.getBounds().Height + ")"; in doubleClickMiddleOfAccessibleObject()
771 int y = aComp.getLocationOnScreen().Y + (aComp.getBounds().Height / 2); in doubleClickMiddleOfAccessibleObject()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx130 if(!rSize.Width() || !rSize.Height() || rBitmapEx.IsEmpty()) in handleBitmapContent()
138 rPoint.X() + rSize.Width(), rPoint.Y() + rSize.Height()); in handleBitmapContent()
196 static_cast< double >(aSizePixel.Height()) / aLogicBitmapRange.getHeight()); in handleBitmapContent()
208 aSizePixel.Width(), aSizePixel.Height()))); in handleBitmapContent()
/trunk/main/tools/source/generic/
H A Dsvborder.cxx53 aS.Height() += rBorder.Top() + rBorder.Bottom(); in operator +=()
66 aS.Height() -= rBorder.Top() + rBorder.Bottom(); in operator -=()
/trunk/main/sc/source/filter/starcalc/
H A Dscfobj.cxx87 aSz.Height = rRect.GetSize().Height(); in InsertChart()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx906 aHeightED.SetBaseValue( aHeightED.Normalize(aGrfSize.Height()), FUNIT_TWIP ); in Reset()
1836 aHeightED.SetRefValue(aVal.aPercentSize.Height()); in IMPL_LINK()
2085 aHeightED.SetUserValue(aHeightED.NormalizePercent(aGrfSize.Height()), FUNIT_TWIP); in IMPL_LINK_INLINE_START()
2086 …fWidthHeightRatio = aGrfSize.Height() ? double(aGrfSize.Width()) / double(aGrfSize.Height()) : 1.0; in IMPL_LINK_INLINE_START()
2710 if(!aGrfSize.Width() && !aGrfSize.Height()) in Paint()
2713 long nRelGrf = aGrfSize.Width() * 100L / aGrfSize.Height(); in Paint()
2714 long nRelWin = aPntSz.Width() * 100L / aPntSz.Height(); in Paint()
2718 aPntSz.Width() = aPntSz.Height() * nRelGrf /100; in Paint()
2725 aPntPos.Y() += aPntSz.Height(); in Paint()
2727 aPntSz.Height() *= -1; in Paint()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DMenuButton.cxx84 (GetSizePixel().Height() - aIconSize.Height())/2); in Paint()
H A DTabItem.cxx87 (GetSizePixel().Height() - aIconSize.Height())/2); in Paint()
/trunk/main/embeddedobj/source/commonembedding/
H A Dinplaceobj.cxx40 && aRect1.Height == aRect2.Height ); in RectanglesEqual()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.src118 Text [ en-US ] = "~Height" ;
246 Text [ en-US ] = "Pape~r Height" ;
286 Text [ en-US ] = "Height" ;
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx228 Size aTitleSize( m_nNameWidth - 3, m_aOutputSize.Height() ); in impl_layoutComponents()
239 sal_Int32 nBrowseButtonSize = m_aOutputSize.Height() - 4; in impl_layoutComponents()
246 …ze.Width() - 4 - m_nNameWidth - nBrowseButtonSize - 4, m_pControlWindow->GetSizePixel().Height() ); in impl_layoutComponents()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx323 aRelativePosition.Secondary = double(aPosition.Y)/double(aPageSize.Height); in setPosition()
342 awt::Rectangle aPageRectangle( 0,0,aPageSize.Width,aPageSize.Height); in setSize()
345 awt::Rectangle aNewPositionAndSize(aPos.X,aPos.Y,aSize.Width,aSize.Height); in setSize()
/trunk/main/cui/source/options/
H A Ddbregister.cxx162 pPathBox->SetPosSizePixel( Point( 0, aHeadSize.Height() ), in DbRegistrationOptionsPage()
163 Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) ); in DbRegistrationOptionsPage()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx775 rOutliner.SetMinAutoPaperSize(Size(0, aAnchorTextSize.Height())); in impDecomposeBlockTextPrimitive()
836 const basegfx::B2DVector aOutlinerScale(aOutlinerTextSiz.Width(), aOutlinerTextSiz.Height()); in impDecomposeBlockTextPrimitive()
923 …aClipRange.expand(basegfx::B2DTuple(aAnchorTextSize.Width(), aAnchorTextSize.Height()) - aAdjOffse… in impDecomposeBlockTextPrimitive()
971 basegfx::fTools::equalZero(aOutlinerTextSiz.Height()) ? 1.0 : aOutlinerTextSiz.Height()); in impDecomposeStretchTextPrimitive()
H A Dsvdpage.cxx1519 if(aSiz.Height() != nHgt) in SetSize()
1521 nHgt = aSiz.Height(); in SetSize()
1545 if (aSiz.Width()!=aSiz.Height()) { in SetOrientation()
1546 if ((eOri==ORIENTATION_PORTRAIT) == (aSiz.Width()>aSiz.Height())) { in SetOrientation()
1547 SetSize(Size(aSiz.Height(),aSiz.Width())); in SetOrientation()
1557 if (aSiz.Width()>aSiz.Height()) eRet=ORIENTATION_LANDSCAPE; in GetOrientation()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx509 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
514 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
518 Fraction( aSize.Height(), std::max( aObjSizePixel.Height(), (long int)1) ) ); in InnerResizePixel()
1328 rSize.Height() - aBaseBorder.Top() - aBaseBorder.Bottom()); in ResizePixel()
/trunk/main/toolkit/source/layout/core/
H A Dbox.hxx81 { if (mbHorizontal) return size.Width; else return size.Height; } in primDim()
83 { if (mbHorizontal) return size.Height; else return size.Width; } in secDim()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1088 uno::makeAny( aSize.Height ) ); in lcl_attribute()
1138 aSize.Height = m_pImpl->getYSize(); in lcl_attribute()
1710 if( aGraphicSize.Width && aGraphicSize.Height && in createGraphicObject()
1721 if( aGraphicSize.Width && aGraphicSize.Height ) in createGraphicObject()
1724 lcl_CalcCrop( m_pImpl->nTopCrop, aGraphicSize.Height ); in createGraphicObject()
1725 lcl_CalcCrop( m_pImpl->nBottomCrop, aGraphicSize.Height ); in createGraphicObject()
/trunk/main/sw/inc/
H A Dfmtfsize.hxx91 SwTwips GetHeight() const { return aSize.Height(); } in GetHeight()
93 void SetHeight( const SwTwips nNew ) { aSize.Height() = nNew; } in SetHeight()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.hxx55 aRect.Top() += aBorder.Height(); in GetInnerRectPixel()
57 aRect.Bottom() -= aBorder.Height(); in GetInnerRectPixel()
/trunk/main/reportdesign/source/ui/report/
H A DEndMarker.cxx73 aGradient.SetSteps(static_cast<sal_uInt16>(aSize.Height())); in Paint()
79 Size(aSize.Width()- nCornerSpace,aSize.Height() - nCornerSpace- nCornerSpace)); in Paint()
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx38 return getSize().Height; \
43 aSize.Height = _height; \
395 return varName.aFontDescriptor.Height; \
400 set(PROPERTY_CHARHEIGHT,static_cast<sal_Int16>(_charheight),varName.aFontDescriptor.Height); \
611 return varName.aAsianFontDescriptor.Height; \
615 …set(PROPERTY_CHARHEIGHTASIAN,static_cast<sal_Int16>(the_value),varName.aAsianFontDescriptor.Height
703 return varName.aComplexFontDescriptor.Height; \
707 …PERTY_CHARHEIGHTCOMPLEX,static_cast<sal_Int16>(the_value),varName.aComplexFontDescriptor.Height); \
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8.cxx138 aWinSize.Height() / 2 - aTextSize.Height() / 2 ); in Paint()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleComponentHandler.java82 "Size: "+ aSize.Width + ", " + aSize.Height, in createChild()
89 + aBBox.Width + ", " + aBBox.Height, in createChild()
/trunk/main/sw/source/core/text/
H A Dporrst.hxx127 { SetWhichPor( POR_HNG ); SetLen( 1 ); Height( aSize.Height() ); } in SwHangingPortion()

Completed in 129 milliseconds

1...<<21222324252627282930>>...70