Home
last modified time | relevance | path

Searched refs:Height (Results 451 – 475 of 1739) sorted by relevance

1...<<11121314151617181920>>...70

/trunk/main/sd/source/ui/view/
H A Ddrviews3.cxx604 aRect.Bottom() = aViewSize.Height() - rULSpace.GetLower(); in ExecRuler()
618 aPageSize.Height() - aViewSize.Height()); in ExecRuler()
837 aViewSize.Height() - (aPagePos.Y() + aPageSize.Height()))); in GetRulerState()
858 aViewSize.Height())); in GetRulerState()
915 aULSpace.SetLower( aRect.Bottom() + aPageSize.Height() - maMarkRect.Bottom() ); in GetRulerState()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx235 aScrollSize.Height() = aSize.Height(); in SwAddressPreview()
376 Size aPartSize( aSize.Width()/pImpl->nColumns, aSize.Height()/pImpl->nRows ); in Paint()
378 aPartSize.Height() -= 2; in Paint()
388 Point aPos(nCol * aPartSize.Width(), (nRow) * aPartSize.Height()); in Paint()
412 Size aPartSize( aSize.Width()/pImpl->nColumns, aSize.Height()/pImpl->nRows ); in MouseButtonDown()
413 sal_uInt32 nRow = rMousePos.Y() / aPartSize.Height() ; in MouseButtonDown()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx488 long ny1=GetView().aGridBig.Height(); in DrawPageViewGrid()
489 long ny2=GetView().aGridFin.Height(); in DrawPageViewGrid()
532 FASTBOOL bVertSolid=ny2<aMinDotDist.Height(); in DrawPageViewGrid()
550 while (ny1<aMinLinDist.Height()) in DrawPageViewGrid()
604 long nY1Pix=a1PixSiz.Height(); in DrawPageViewGrid()
820 aR.Top() -= aSiz.Height(); in ImpInvalidateHelpLineArea()
821 aR.Bottom() += aSiz.Height(); in ImpInvalidateHelpLineArea()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx330 aFD.Height = (sal_Int16)rFont.GetSize().Height(); in CreateFontDescriptor()
354 if ( rDescr.Height ) in CreateFont()
355 aFont.SetSize( Size( rDescr.Width, rDescr.Height ) ); in CreateFont()
405 return ( !rRect.X && !rRect.Y && !rRect.Width && !rRect.Height ); in IsZero()
709 ::Size aVCLSize(_aSize.Width, _aSize.Height); in ConvertToVCLSize()
715 com::sun::star::awt::Size aAWTSize(_aSize.Width(), _aSize.Height()); in ConvertToAWTSize()
734 …return ::Rectangle( _rRect.X, _rRect.Y, _rRect.X + _rRect.Width - 1, _rRect.Y + _rRect.Height - 1 … in ConvertToVCLRect()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx513 = MovePanesAway(geometry::RealRectangle2D(0,200,aWindowBox.Width, aWindowBox.Height-200)); in ShowPane()
793 geometry::RealPoint2D aStartLocation (maCenterPaneBox.X1, aWindowBox.Height); in ShowPane()
858 geometry::RealPoint2D(maCenterPaneBox.X1, aWindowBox.Height))); in HidePane()
1017 geometry::RealSize2D(aWindowBox.Width, aWindowBox.Height)); in CreateBackgroundSprite()
1100 geometry::RealSize2D(maOriginalBoundingBox.Width, maOriginalBoundingBox.Height)); in CreateSubstitution()
1146 maOriginalBoundingBox.Y + maOriginalBoundingBox.Height); in GetOriginalBoundingBox()
1178 aBox.Height); in MovePanes()
1182 aBBox.X, aBBox.Y, aBBox.X+aBBox.Width, aBBox.Y+aBBox.Height); in MovePanes()
1361 sal::static_int_cast<sal_Int32>(pSprite->GetSize().Height))); in SpriteTransform()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx934 n = (double)aSize.Height(); in SetZoomedPointFont()
937 aSize.Height() = WinFloatRound( n ); in SetZoomedPointFont()
944 long nFontDiff = Abs( GetFont().GetSize().Height()-aMetric.GetSize().Height() ); in SetZoomedPointFont()
1119 aSz.Height() += mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder; in CalcWindowSize()
1131 aSz.Height() -= mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder; in CalcOutputSize()
1958 SetPosSizePixel( 0, 0, rNewSize.Width(), rNewSize.Height(), in SetSizePixel()
1965 rNewSize.Width(), rNewSize.Height(), in SetPosSizePixel()
1972 … rNewSize.Height()+mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder ) ); in SetOutputSizePixel()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1003 sal_Int32 aHeightDelta = aWinRect.Height - aOldOffset.y; in resizeWin()
1264 aNewSize.Height = aNewSize.Height * 144 / 254; in SetExtent()
1298 aDocSize.Height = aDocSize.Height * 254 / 144; in GetExtent()
1302 pSize->cy = aDocSize.Height; in GetExtent()
1445 RequestedSpace.Width,RequestedSpace.Height); in requestDockingAreaSpace()
1467 BorderSpace.Width,BorderSpace.Height); in setDockingAreaSpace()
1477 hrgn2 = CreateRectRgn(0,aRect.bottom-BorderSpace.Height,aRect.right,aRect.bottom); in setDockingAreaSpace()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx759 nPrtHeight = pLay->Prt().Height(); in lcl_CalcDownDist()
787 + pLay->Prt().Height() - pSect->Frm().Top() in lcl_CalcDownDist()
788 - pSect->Frm().Height(); in lcl_CalcDownDist()
812 nPrtHeight = pLay->Prt().Height(); in lcl_CalcDownDist()
866 nPrtHeight = pLay->Prt().Height(); in lcl_CalcDownDist()
893 + pLay->Prt().Height() - pSect->Frm().Top() in lcl_CalcDownDist()
894 - pSect->Frm().Height(); in lcl_CalcDownDist()
918 nPrtHeight = pLay->Prt().Height(); in lcl_CalcDownDist()
1385 nDiff += pUp->Prt().Height() - pFollow->GetRelPos().Y(); in SetAbsPos()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx251 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt()
281 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt()
317 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt()
481 aTmpSize.Height() = pAttrSet->GetSize().GetHeight(); in SwFont()
497 aTmpSize.Height() = pAttrSet->GetCJKSize().GetHeight(); in SwFont()
517 aTmpSize.Height() = pAttrSet->GetCTLSize().GetHeight(); in SwFont()
704 short nKernx = - short( Font::GetSize().Height() / 6 ); in _CheckKerning()
811 aTxtSize.Height() = in _GetTxtSize()
812 (long)CalcEscHeight( (sal_uInt16)aTxtSize.Height(), nAscent); in _GetTxtSize()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx869 KSHORT nOldHeight = pCurr->Height(); in NewFtnPortion()
875 pCurr->Height( nOldHeight ); in NewFtnPortion()
1157 pQuo->Height( rInf.GetTxtHeight() ); in FormatQuoVadis()
1200 pGlue->Height( 0 ); in FormatQuoVadis()
1307 if( pCurr && nRstHeight > pCurr->Height() ) in MakeDummyLine()
1310 nRstHeight = nRstHeight - pCurr->Height(); in MakeDummyLine()
1311 pLay->Height( nRstHeight ); in MakeDummyLine()
1381 (long)aSize.Height() / 2 ), in SwFtnSave()
1464 Height( rInf.GetTxtHeight() ); in Format()
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx178 return calculateSize( nWidth ).Height; in getHeightForWidth()
179 return maRequisition.Height; in getHeightForWidth()
205 awt::Size newSize( newArea.Width, newArea.Height ); in allocateArea()
269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiimoptdlg.cxx208 aWinSize.Height() = aCbFixed.GetPosPixel().Y() + aCbFixed.GetSizePixel().Height(); in ScImportOptionsDlg()
210 aWinSize.Height() += aDiffSize.Height(); in ScImportOptionsDlg()
/trunk/main/editeng/inc/editeng/
H A Dpaperinf.hxx57 rSize.Width() = rSize.Height(); in Swap()
58 rSize.Height() = lVal; in Swap()
64 if ( rSize.Height() > rSize.Width() ) in LandscapeSwap()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx159 aInfo.BottomInset = aDevSz.Height() - aOutSz.Height() - aOffset.Y(); in getInfo()
171 aInfo.Height = aDevSz.Height(); in getInfo()
175 aInfo.PixelPerMeterY = aTmpSz.Height()/10; in getInfo()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx85 nHorSBarHeight = (short)aHorSBar.GetSizePixel().Height(); in SvImpLBox()
282 aOutputSize.Height() -= nHorSBarHeight; in Clear()
827 (rPoint.Y() > aOutputSize.Height()) in GetEntry()
846 long nMax = aOutputSize.Height(); in MakePointVisible()
1182 Size aVerSize( nVerSBarWidth, rSize.Height() ); in PositionScrollBars()
1208 aVerSize.Height() -= nHorSBarHeight; in PositionScrollBars()
1210 aVerSize.Height() += 2 * nOverlap; in PositionScrollBars()
1215 Point aHorPos( -nOverlap, rSize.Height() - aHorSize.Height() + nOverlap ); in PositionScrollBars()
1224 rSize.Height() = aHorPos.Y(); in PositionScrollBars()
1263 nVisibleCount = aOSize.Height() / nEntryHeight; in AdjustScrollBars()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx158 if ( pInfo->aSize.Width() != 0 && pInfo->aSize.Height() != 0 ) in Initialize()
178 aPos.Y() += ( aParentSize.Height() - aSize.Height() ) / 2; in Initialize()
184 aPoint.Y() = aRect.Bottom() - aSize.Height(); in Initialize()
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx221 if( aSize.Height() < aGraphicSize.Height() ) in getPreview()
222 aSize.Height() = aGraphicSize.Height(); in getPreview()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx603 aPos.Y() < rRect.Top() || aPos.Y() + aTextSize.Height() > rRect.Bottom() ) in PaintCell()
1043 Size aOutSize(nMaxTextWidth + m_aHeader.GetSizePixel().Width() + 3*aSpace.Width(),aSpace.Height()); in DBG_NAME()
1433 …xel(Size(aTotalOutputSize.Width() - 2*aSpace.Width(),m_pFieldExpression->GetSizePixel().Height())); in Resize()
1446 pControls[i]->SetSizePixel(Size(nMaxTextWidth,pControls[i]->GetSizePixel().Height())); in Resize()
1451 …ze(aTotalOutputSize.Width() - aPos.X() - aSpace.Width(),pControlsLst[i]->GetSizePixel().Height())); in Resize()
1454 m_aFL.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL.GetSizePixel().Height())); in Resize()
1455 …m_aFL2.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL2.GetSizePixel().Height())… in Resize()
1456 …m_aFL3.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL3.GetSizePixel().Height())… in Resize()
1470 …m_aHelpWindow.SetSizePixel(Size(aTotalOutputSize.Width() - aHelpPos.X(),aTotalOutputSize.Height() … in Resize()
1529 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx106 if ( !aRetSize.Height() ) in ImplMapSize()
107 aRetSize.Height()++; in ImplMapSize()
239 …thmm( Point( aPoint100thmm.X, aPoint100thmm.Y ), Size( aSize100thmm.Width, aSize100thmm.Height ) ); in ImplWriteShape()
408 ImplMapSize( Size( aNewRect.Width, aNewRect.Height ) ) ) ); in ImplWriteShape()
428 ImplMapSize( Size( aNewRect.Width, aNewRect.Height ) ) ) ); in ImplWriteShape()
526 if( aNewRect.Height < 0 ) in ImplWriteShape()
774 …thmm( Point( aPoint100thmm.X, aPoint100thmm.Y ), Size( aSize100thmm.Width, aSize100thmm.Height ) ); in ImplWriteAdditionalText()
1291 const Size aOldS(mXShape->getSize().Width, mXShape->getSize().Height); in Init()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx120 const long nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2; in ImplConvolute3()
267 const long nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2; in ImplMedianFilter()
404 const long nHeight = pWriteAcc->Height(); in ImplSobelGrey()
532 const long nHeight = pWriteAcc->Height(); in ImplEmbossGrey()
654 const long nHeight = pWriteAcc->Height(); in ImplSolarize()
708 const long nHeight = pWriteAcc->Height(); in ImplSepia()
800 long nHeight = pReadAcc->Height(); in ImplMosaic()
960 const long nHeight = pWriteAcc->Height(); in ImplPopArt()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dconvert.hxx35 return ::com::sun::star::awt::Size( rVCLSize.Width(), rVCLSize.Height() ); in AWTSize()
40 return ::Size( rAWTSize.Width, rAWTSize.Height ); in VCLSize()
60 return ::Rectangle( ::Point( rAWTRect.X, rAWTRect.Y ), ::Size( rAWTRect.Width, rAWTRect.Height ) ); in VCLRectangle()
/trunk/main/chart2/source/tools/
H A DRelativeSizeHelper.cxx50 rOldReferenceSize.Height <= 0 ) in calculate()
55 …static_cast< double >( rNewReferenceSize.Height ) / static_cast< double >( rOldReferenceSize.Heigh… in calculate()
H A DRelativePositionHelper.cxx167 fYDelta -= static_cast< double >( aObjectSize.Height ) / 2.0; in getUpperLeftCornerOfAnchoredObject()
172 fYDelta -= aObjectSize.Height; in getUpperLeftCornerOfAnchoredObject()
231 fYDelta -= aUnrotatedObjectSize.Height/2; in getCenterOfAnchoredObject()
236 fYDelta += aUnrotatedObjectSize.Height/2; in getCenterOfAnchoredObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java385 localres &= ((chBounds.Y + chBounds.Height) <= bounds.Height); in _getCharacterBounds()
386 localres &= ((chBounds.Y + chBounds.Height) > 0); in _getCharacterBounds()
393 chBounds.Height); in _getCharacterBounds()
396 bounds.Height); in _getCharacterBounds()
467 int y = aRect.Y + (aRect.Height / 2); in _getIndexAtPoint()
472 y = aRect.Y + (aRect.Height / 2); in _getIndexAtPoint()
/trunk/main/migrationanalysis/src/wizard/
H A DTerminate.frm21 Height = 375
30 Height = 375
38 Height = 1455

Completed in 1590 milliseconds

1...<<11121314151617181920>>...70