Home
last modified time | relevance | path

Searched refs:Height (Results 726 – 750 of 1739) sorted by relevance

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

/trunk/main/toolkit/source/layout/core/
H A Dtimer.cxx77 return lastReq.Width != curReq.Width || lastReq.Height != curReq.Height; in isContainerDamaged()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx192 mnSumOfAllPictHeight += aAnimation.Get( i ).aBmpEx.GetSizePixel().Height(); in WriteTIFF()
218 ImplWriteResolution( mnYResPos, aDestMapSize.Height() ); in WriteTIFF()
264 mnHeight = mpAcc->Height(); in ImplWriteHeader()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java65 … maFrame.setPosSize( aBoundRect.X, aBoundRect.Y, aBoundRect.Width, aBoundRect.Height, (short) 0 ); in PlayerWindow()
419 public synchronized void setPosSize( int X, int Y, int Width, int Height, short Flags ) in setPosSize() argument
423 maFrame.setPosSize( X, Y, Width, Height, Flags ); in setPosSize()
/trunk/main/editeng/source/uno/
H A Dunoforou.cxx307 ::std::swap( aSize.Width(), aSize.Height() ); in GetCharBounds()
362 …return Rectangle( aSize.Width() - aPnt.Y() - nWidth, 0, aSize.Width() - aPnt.Y(), aSize.Height() ); in GetParaBounds()
386 ::std::swap( aSize.Width(), aSize.Height() ); in GetIndexAtPoint()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx474 if( aCurrentRatio.Height > 0 ) in createDataLabel()
476 nSymbolWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createDataLabel()
590 aSymbolPosition.Y += ((aTextSize.Height/nLineCountForSymbolsize)/4); in createDataLabel()
1122 double fY = aRelativePosition.Secondary*m_aPageReferenceSize.Height; in createRegressionCurveEquationShapes()
1161 if( (aPos.Y + aSize.Height) > m_aPageReferenceSize.Height ) in createRegressionCurveEquationShapes()
1162 aPos.Y = m_aPageReferenceSize.Height - aSize.Height; in createRegressionCurveEquationShapes()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1009 sal_Int32 nReliefOffset = rParms.mrVDev.PixelToLogic( Size( 1, 1 ) ).Height(); in createTextAction()
1696 ::std::max( aMtfSizePixPre.Height(), 1L ) ); in createActions()
1712 … (double)rSize.Height() / aMtfSizePix.Height() ); in createActions()
1817 aBmpSize.Height() ); in createActions()
2992 ::std::max( aMtfSizePixPre.Height(), 1L ) ); in ImplRenderer()
3008 1.0 / aMtfSizePix.Height() ); in ImplRenderer()
3100 1.0 / aBmpSize.Height() ); in ImplRenderer()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1302 if ( aActualSize.Height() > pActual->GetUpper()->Prt().Height() ) in GetCntntPos()
1303 aActualSize.Height() = pActual->GetUpper()->Prt().Height(); in GetCntntPos()
2000 if( rRect.Width() > 1 && rRect.Height() > 1 && in Sub()
2510 if ( ( aPrvRect.Height() * aPrvRect.Width() + in CalcFrmRects()
2511 aCRect.Height() * aCRect.Width() ) in CalcFrmRects()
2513 ( aTmp.Height() * aTmp.Width() ) ) in CalcFrmRects()
/trunk/main/xmloff/source/style/
H A DVisAreaContext.cxx57 rRect.setHeight( rAwtRect.Height ); in XMLVisAreaContext()
111 rRect.Height = nHeight; in process()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DTextDemo.java101 aLineSpacing.Height = 100; in main()
108 aLineSpacing.Height = 200; in main()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvascustomsprite.cxx52 ::canvas::tools::roundUp( rSpriteSize.Height ) ) in CanvasCustomSprite()
59 ::canvas::tools::roundUp( rSpriteSize.Height )); in CanvasCustomSprite()
H A Dcairo_win32_cairo.cxx272 rSize.Width(), rSize.Height(), rData.mnWidth, rData.mnHeight ); in createBitmapSurface()
274 if ( rData.mnWidth == rSize.Width() && rData.mnHeight == rSize.Height() ) in createBitmapSurface()
/trunk/main/sw/source/ui/table/
H A Drowht.src32 Text [ en-US ] = "Row Height" ;
83 Text [ en-US ] = "Height" ;
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1028 …sal_Int64 nHeight = (sal_Int64)aSize.Height * (sal_Int64)aMultiplier.Height / (sal_Int64)aDivisor. in CalculateWithFactor()
1034 aResult.Height = (sal_Int32)nHeight; in CalculateWithFactor()
1124 SIZEL aSize = { aVisAreaSize.Width, aVisAreaSize.Height }; in SetExtent()
1201 aSize.Height = ( sal_Int32 )nY; in GetExtent()
/trunk/main/sfx2/source/sidebar/
H A DTitleBar.cxx98 aWindowSize.Height() in Paint()
185 aTitleBox.Top() + (aTitleBox.GetHeight()-maIcon.GetSizePixel().Height())/2), in PaintTitle()
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXControl.idl44 void Move( [in] double Left, [in] double Top, [in] any Width, [in] any Height );
54 [attribute] double Height;
/trunk/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx68 && ( _rPoint.Y < aBounds.Height ); in containsPoint()
105 return Size( aBounds.Width, aBounds.Height ); in getSize()
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx73 aSize.Height() /= m_aComboListBox.GetDisplayLineCount(); in GetBoundingRectangle()
75 aTopLeft.Y() += aSize.Height() * ( nItem - m_aComboListBox.GetTopEntry() ); in GetBoundingRectangle()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx631 if(!aPrefSize.Width() || !aPrefSize.Height()) in createNewSdrFillGraphicAttribute()
641 if(!aPrefSize.Width() || !aPrefSize.Height()) in createNewSdrFillGraphicAttribute()
650 …egfx::B2DVector aGraphicLogicSize(aGraphic.GetPrefSize().Width(), aGraphic.GetPrefSize().Height()); in createNewSdrFillGraphicAttribute()
674 aGraphicLogicSize = basegfx::B2DVector(aNewSize.Width(), aNewSize.Height()); in createNewSdrFillGraphicAttribute()
/trunk/main/vcl/source/control/
H A Dspinfld.cxx682 aDropDownSize = Size( CalcZoom( nW ), aSize.Height() ); in ImplCalcButtonAreas()
693 long nBottom1 = aSize.Height()/2; in ImplCalcButtonAreas()
694 long nBottom2 = aSize.Height()-1; in ImplCalcButtonAreas()
697 if ( !(aSize.Height() & 0x01) ) in ImplCalcButtonAreas()
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx233 return mbHoriz ? aSize.Height() : aSize.Width(); in GetOutputSizeLevel()
239 return mbHoriz ? aSize.Width() : aSize.Height(); in GetOutputSizeEntry()
614 long nLevelEnd = (mbHoriz ? aSize.Height() : aSize.Width()) - 1; in Paint()
615 long nEntryEnd = (mbHoriz ? aSize.Width() : aSize.Height()) - 1; in Paint()
H A Dselect.cxx256 sal_Bool bBottomScroll = ( aEffPos.Y() >= aWinSize.Height() ); in SetCursorAtPoint()
302 if ( aEffPos.Y() >= aWinSize.Height() ) in SetCursorAtPoint()
766 bScroll = ( rPointPixel.Y() < 0 || rPointPixel.Y() >= aWinSize.Height() ); in SetCursorAtPoint()
788 if ( rPointPixel.Y() > aWinSize.Height() ) in SetCursorAtPoint()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx514 long nOutputHeight = aOutputSize.Height(); in Resize()
517 sal_Int32 n6PPT = aFLSize.Height(); in Resize()
528 …izePixel( Point(nHalfOutputWidth + n6PPT, aDesc.Height() ), Size(nNewWidth, nOutputHeight - aDesc. in Resize()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx1041 aBounds.Y += aSize.Height(); in implGetBounds()
1042 aBounds.Height -= aSize.Height(); in implGetBounds()
1070 aPos.Y += pBox->GetSubEdit()->GetSizePixel().Height(); in getLocationOnScreen()
/trunk/main/svtools/source/control/
H A Dfixedhyper.cxx95 ShowFocus( Rectangle( Point( 1, 1 ), Size( m_nTextLen + 4, GetSizePixel().Height() - 2 ) ) ); in GetFocus()
192 …ShowFocus( Rectangle( Point( 1, 1 ), Size( GetSizePixel().Width() - 2, GetSizePixel().Height() - 2… in GetFocus()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx507 rStream >> aSz.Width() >> aSz.Height(); in _SwNumFmtGlobal()
565 nHeight = (short)pFnt->GetSize().Height(); in Store()
608 << (sal_Int32)aFmt.GetGraphicSize().Height(); in Store()

Completed in 140 milliseconds

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