Home
last modified time | relevance | path

Searched refs:Height (Results 76 – 100 of 1739) sorted by relevance

12345678910>>...70

/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx400 Point aToolbarPos( aRelated.Width(), aRelated.Height()); in Resize()
410 Point aLBPos( aRelated.Width(), aRelated.Height() + aToolbarSize.Height() + aRelated.Height() ); in Resize()
412 aLBSize.Height() -= aToolbarSize.Height(); // Toolbar in Resize()
413 aLBSize.Height() -= (6*aRelated.Height()); // 6 * gap in Resize()
414 aLBSize.Height() -= aFixedTextSize.Height(); // fixed line in Resize()
415 aLBSize.Height() -= aHelpTextSize.Height(); // help text in Resize()
419 Size aFLSize( aLBSize.Width(),aFixedTextSize.Height() ); in Resize()
420 Point aFLPos( aRelated.Width(), aLBPos.Y() + aLBSize.Height() + aRelated.Height()); in Resize()
424 Point aFTPos( aRelated.Width(), aFLPos.Y() + aFLSize.Height() + aRelated.Height() ); in Resize()
525 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx359 aSpace.Height() = pOption->GetNumber(); in NewMarquee()
501 aTwipSz.Height() = aPropInfo.nHeight; in NewMarquee()
535 if( aTwipSz.Height() < MINFLY ) in NewMarquee()
536 aTwipSz.Height() = MINFLY; in NewMarquee()
606 Size aNewSz( nWidth, rOldRect.GetSize().Height() ); in ResizeDrawObject()
779 if( MINFLY==aTwipSz.Height() ) in OutHTML_DrawFrmFmtAsMarquee()
780 aTwipSz.Height() = 0; in OutHTML_DrawFrmFmtAsMarquee()
783 if( (aTwipSz.Width() || aTwipSz.Height()) && in OutHTML_DrawFrmFmtAsMarquee()
791 if( !aPixelSz.Height() && aTwipSz.Height() ) in OutHTML_DrawFrmFmtAsMarquee()
792 aPixelSz.Height() = 1; in OutHTML_DrawFrmFmtAsMarquee()
[all …]
/trunk/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx246 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
247 nOffset += pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
251 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
283 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
284 nOffset += pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
288 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
503 aObjSize.Height(); in _ImplAdjustVertRelPos()
539 aObjSize.Height(); in _ImplAdjustHoriRelPos()
604 nWidth -= pPrtFrm->Frm().Height(); in _GetHoriAlignmentValues()
609 nWidth -= pPrtFrm->Frm().Height(); in _GetHoriAlignmentValues()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx109 if( rBmpSize.Width() && rBmpSize.Height() && rDispSize.Width() && rDispSize.Height() ) in GetRect()
112 const double fGrfWH = (double) aBmpSize.Width() / aBmpSize.Height(); in GetRect()
113 const double fWinWH = (double) rDispSize.Width() / rDispSize.Height(); in GetRect()
117 aBmpSize.Width() = (long) ( rDispSize.Height() * fGrfWH ); in GetRect()
118 aBmpSize.Height()= rDispSize.Height(); in GetRect()
123 aBmpSize.Height()= (long) ( rDispSize.Width() / fGrfWH); in GetRect()
127 ( rDispSize.Height() - aBmpSize.Height() ) >> 1 ); in GetRect()
153 if( aSizePix.Width() > VECTORIZE_MAX_EXTENT || aSizePix.Height() > VECTORIZE_MAX_EXTENT ) in GetPreparedBitmap()
190 const long nHeight = pRAcc->Height(); in Calculate()
276 if( aRect.Bottom() > ( rMaxSize.Height() - 1L ) ) in AddTile()
[all …]
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleComponent.java109 while (!oObj.containsPoint(new Point(curX, bounds.Height - 1)) in _containsPoint()
118 + curX + "," + (bounds.Height - 1) + ") - OK"); in _containsPoint()
127 while (!oObj.containsPoint(new Point(0, curY)) && curY < bounds.Height) { in _containsPoint()
131 if (curY < bounds.Height) { in _containsPoint()
147 if (curY < bounds.Height) { in _containsPoint()
159 locRes &= !oObj.containsPoint(new Point(x, bounds.Height+bounds.Y)); in _containsPoint()
171 for (int y = -1; y <= bounds.Height; y++) { in _containsPoint()
214 + chBnd.Width + "," + chBnd.Height + "): " in _getAccessibleAtPoint()
302 && bounds.Width >0 && bounds.Height >0; in _getBounds()
306 + bounds.Width + "," + bounds.Height + ")" : "null")); in _getBounds()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx481 aPosAry.mnSrcHeight = rDevSize.Height(); in ImplDrawFrameDev()
485 aPosAry.mnDestHeight = rDevSize.Height(); in ImplDrawFrameDev()
2226 aOutSz.Height() = -aOutSz.Height(); in ImplDrawAlpha()
2227 aOutPt.Y() -= ( aOutSz.Height() - 1L ); in ImplDrawAlpha()
2244 …sMapMode() && rSrcSizePixel.Width() == aOutSz.Width() && rSrcSizePixel.Height() == aOutSz.Height()) in ImplDrawAlpha()
2411 if( aDestSz.Height() < 0L ) in ImplPrintTransparent()
2413 aDestSz.Height() = -aDestSz.Height(); in ImplPrintTransparent()
2414 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintTransparent()
2525 if( aDestSz.Height() < 0L ) in ImplPrintMask()
2527 aDestSz.Height() = -aDestSz.Height(); in ImplPrintMask()
[all …]
/trunk/main/vcl/source/window/
H A Dmenu.cxx625 long border = getMinSize().Height() - maImage.GetSizePixel().Height(); in SetImages()
2408 if ( aImgSz.Height() > aMaxImgSz.Height() ) in ImplCalcSize()
2409 aMaxImgSz.Height() = aImgSz.Height(); in ImplCalcSize()
2443 if ( aImgSz.Height() > aMaxImgSz.Height() ) in ImplCalcSize()
2444 aMaxImgSz.Height() = aImgSz.Height(); in ImplCalcSize()
2445 if ( aImgSz.Height() > pData->aSz.Height() ) in ImplCalcSize()
2446 pData->aSz.Height() = aImgSz.Height(); in ImplCalcSize()
2505 aSz.Height() += (long)pData->aSz.Height(); in ImplCalcSize()
2683 nTextOffsetY += (aOutSz.Height()-pData->aSz.Height()) / 2; in ImplPaint()
2948 Point aLogoPos( 0, aOutSz.Height() - aLogoSz.Height() ); in ImplPaint()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx394 aRect.Bottom() = pDataWin->GetOutputSizePixel().Height(); in ToggleSelection()
781 if ((rSize.Width() < 3) || (rSize.Height() < 3)) in Draw()
836 aRealSize.Height() -= 2; in Draw()
878 aRealPos.Y() += aHeaderSize.Height(); in Draw()
879 aRealSize.Height() -= aHeaderSize.Height(); in Draw()
1238 aDataWinSize.Height() = GetOutputSizePixel().Height() - GetTitleHeight(); in UpdateScrollbars()
1240 aDataWinSize.Height() -= nCornerSize; in UpdateScrollbars()
1245 aNewSize.Height() = GetOutputSizePixel().Height() - GetTitleHeight() - nCornerSize; in UpdateScrollbars()
1296 Size( nCornerSize, aDataWinSize.Height()) ); in UpdateScrollbars()
1298 long( aDataWinSize.Height() / GetDataRowHeight() ) ) in UpdateScrollbars()
[all …]
/trunk/main/sw/source/core/layout/
H A Dfly.cxx259 Prt().Height( Frm().Height() ); in InsertColumns()
758 aFrm.Height( aFrm.Height() - nDiffHeight ); in FrmSizeChg()
763 aPrt.Height( aPrt.Height() - nDiffHeight ); in FrmSizeChg()
1617 ( pFrm->GetUpper()->Prt().Height() != pFrm->Frm().Height() ) in CalcCntnt()
2147 if ( aAdjustedNewSize.Height() > aClipRect.Height() ) in ChgSize()
2614 aRet.Width() *= aRet.Height(); in CalcRel()
2619 aRet.Height() *= aRet.Width(); in CalcRel()
2620 aRet.Height() /= rSz.GetWidth(); in CalcRel()
2785 fScaleY = (double) aOrig.Height() / aOrgSize.Height(); in GetContour()
2811 if( !aClip.Height() ) in GetContour()
[all …]
H A Dssfrm.cxx60 { return Frm().Height() -Prt().Height() -Prt().Top(); } in GetBottomMargin()
68 { return Frm().Top() + Prt().Height() + Prt().Top(); } in GetPrtBottom()
88 SwTwips nDiff = Frm().Top() + Frm().Height() - nDeadline; in SetMaxBottom()
91 Frm().Height( Frm().Height() - nDiff ); in SetMaxBottom()
92 Prt().Height( Prt().Height() - nDiff ); in SetMaxBottom()
104 Prt().Height( Prt().Height() - nDiff ); in SetMinTop()
127 aFrm.Pos().Y() += pPrv->Frm().Height(); in MakeBelowPos()
143 aFrm.Pos().Y() -= Frm().Height(); in MakeUpperPos()
149 aFrm.Pos().Y() += pUp->Prt().Height() - aFrm.Height(); in MakeUpperPos()
191 Prt().Height( Frm().Height() - nTop - nBot ); in SetTopBottomMargins()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dbin.cxx114 return maRequisition.Height; in getHeightForWidth()
150 aChildArea.Height = SAL_MIN( rArea.Height, maChildRequisition.Height ); in allocateArea()
151 aChildArea.Height += (sal_Int32) SAL_MAX( in allocateArea()
152 0, (rArea.Height - maChildRequisition.Height) * fVerFill ); in allocateArea()
155 aChildArea.Y = rArea.Y + (sal_Int32)( (rArea.Height - aChildArea.Height) * fVerAlign ); in allocateArea()
190 maRequisition.Height = SAL_MAX( maRequisition.Height, mnMinHeight ); in getMinimumSize()
/trunk/main/sd/source/ui/view/
H A Ddrviews8.cxx496 if( !aBmpSize.Width() || !aBmpSize.Height() ) in ScannerEvent()
505 aPageSize.Height() -= pPage->GetUppBorder() + pPage->GetLwrBorder(); in ScannerEvent()
507 …if( ( ( aBmpSize.Height() > aPageSize.Height() ) || ( aBmpSize.Width() > aPageSize.Width() ) ) && … in ScannerEvent()
509 double fGrfWH = (double) aBmpSize.Width() / aBmpSize.Height(); in ScannerEvent()
510 double fWinWH = (double) aPageSize.Width() / aPageSize.Height(); in ScannerEvent()
514 aBmpSize.Width() = FRound( aPageSize.Height() * fGrfWH ); in ScannerEvent()
515 aBmpSize.Height()= aPageSize.Height(); in ScannerEvent()
520 aBmpSize.Height()= FRound( aPageSize.Width() / fGrfWH ); in ScannerEvent()
524 …t ( ( aPageSize.Width() - aBmpSize.Width() ) >> 1, ( aPageSize.Height() - aBmpSize.Height() ) >> 1… in ScannerEvent()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx90 Height( 0 ); in CalcSize()
105 pLay->Height( 0 ); in CalcSize()
112 Height( Height() + pLay->Height() ); in CalcSize()
120 if( nTmp > Height() ) in CalcSize()
124 GetRoot().Height( GetRoot().Height() + nAdd ); in CalcSize()
125 Height( nTmp ); in CalcSize()
1385 rMulti.Height( pCurr->Height() ); in PaintMultiPortion()
1509 const sal_uInt16 nAdjustment = ( pLay->Height() - pPor->Height() ) / 2 + in PaintMultiPortion()
1524 nAdjustment = ( pCurr->Height() - nRubyHeight - pPor->Height() ) / 2; in PaintMultiPortion()
1624 nOfst += pLay->Height(); in PaintMultiPortion()
[all …]
H A Dinftxt.cxx795 aSize.Width() = aSize.Height(); in CalcRect()
796 aSize.Height() = nTmp; in CalcRect()
914 nMaxWidth = rRect.Height(); in lcl_DrawSpecial()
931 aFontSize.Height() = ( 100 * pFnt->GetSize( nAct ).Height() ) / nFactor; in lcl_DrawSpecial()
955 nY += ( rRect.Height() - aFontSize.Height() ) / 2 + rInf.GetAscent(); in lcl_DrawSpecial()
1069 if( aSize.Height() > rPor.Height() ) in DrawRedArrow()
1070 aRect.Height( rPor.Height() ); in DrawRedArrow()
1075 if( aSize.Height() > rPor.Height() ) in DrawRedArrow()
1076 aRect.Height( rPor.Height() ); in DrawRedArrow()
1077 aRect.Pos().Y() -= aRect.Height() + 20; in DrawRedArrow()
[all …]
H A Dporglue.cxx73 return SwPosSize( (Width() / GetLen()) * rInf.GetLen(), Height() ); in GetTxtSize()
125 aBulletPor.Height( aBulletSize.Height() ); in Paint()
160 if( Height() < pVictim->Height() ) in Join()
161 Height( pVictim->Height() ); in Join()
176 Height( KSHORT(rRect.Height()) ); in SwFixPortion()
258 pNewPor->Height( pFly->Height() ); in AdjustRight()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx277 aTitleSize.Height() = (long) (aTitleSize.Height() / 2.5); in ImpXMLAutoLayoutInfo()
285 double fV = (double) aPartArea.Height() / aPageSize.Height(); in ImpXMLAutoLayoutInfo()
290 aSize.Height() = (long) (fH * aPageSize.Height()); in ImpXMLAutoLayoutInfo()
293 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in ImpXMLAutoLayoutInfo()
320 aTitleSize.Height() = (aClassicLPos.Y() + aClassicLSize.Height()) - aClassicTPos.Y(); in ImpXMLAutoLayoutInfo()
327 aTitleSize.Height() = long( aTitleSize.Height() * 0.167 ); in ImpXMLAutoLayoutInfo()
342 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.444 ); in ImpXMLAutoLayoutInfo()
349 mnGapY = (aPageSize.Height() - aPageInnerSize.Height()) / 2; in ImpXMLAutoLayoutInfo()
391 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.825 ); in ImpXMLAutoLayoutInfo()
398 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.630 ); in ImpXMLAutoLayoutInfo()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx183 if ( rBorderSpace.Height >= 0 ) in implts_setDockingAreaWindowSizes()
1607 rElementData.m_aFloatingData.m_aSize.Height() = aSize.Height; in implts_readWindowStateData()
1728 aSize.Height = rElementData.m_aFloatingData.m_aSize.Height(); in implts_writeWindowStateData()
2007 aSize.Height() = xBottomDockingAreaWindow->getPosSize().Height; in implts_getTopBottomDockingAreaSizes()
2547 nFreeRowColPixelPos = aDockingWinSize.Height() - aUIElementSize.Height(); in implts_findNextDockingPos()
2681 sal_Int32 nMaxReducation = ( rWinRect.Height - aMinSize.Height() ); in implts_calcWindowPosSizeOnSingleRowColumn()
2684 rWinRect.Height = rWinRect.Height + nDiff; in implts_calcWindowPosSizeOnSingleRowColumn()
2689 rWinRect.Height = aMinSize.Height(); in implts_calcWindowPosSizeOnSingleRowColumn()
3612 aDockingData.TrackingRectangle.Height = aFloatSize.Height(); in docking()
3627 aDockingData.TrackingRectangle.Height = aFloatSize.Height(); in docking()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx337 ( aOutSize.Height() - aGrfSize.Height() ) >> 1 ); in Paint()
377 aPreviewSize.Width() && aPreviewSize.Height() && in GraphicFilterDialog()
378 aGrfSize.Width() && aGrfSize.Height() ) in GraphicFilterDialog()
380 const double fGrfWH = (double) aGrfSize.Width() / aGrfSize.Height(); in GraphicFilterDialog()
381 const double fPreWH = (double) aPreviewSize.Width() / aPreviewSize.Height(); in GraphicFilterDialog()
385 aGrfSize.Width() = (long) ( aPreviewSize.Height() * fGrfWH ); in GraphicFilterDialog()
386 aGrfSize.Height()= aPreviewSize.Height(); in GraphicFilterDialog()
391 aGrfSize.Height()= (long) ( aPreviewSize.Width() / fGrfWH); in GraphicFilterDialog()
395 mfScaleY = (double) aGrfSize.Height() / maSizePixel.Height(); in GraphicFilterDialog()
460 maMtrHeight.SetLast( GetGraphicSizePixel().Height() ); in GraphicFilterMosaic()
/trunk/main/oox/source/drawingml/chart/
H A Dchartdrawingfragment.cxx56 maSize.Height = rAttribs.getHyper( XML_cy, 0 ); in importExt()
92 aAnchorRect.Y = static_cast< sal_Int64 >( maFrom.mfY * rChartRect.Height + 0.5 ); in calcAnchorRectEmu()
103 …aAnchorRect.Height = static_cast< sal_Int64 >( maTo.mfY * rChartRect.Height + 0.5 ) - aAnchorRect.… in calcAnchorRectEmu()
104 if( aAnchorRect.Height < 0 ) in calcAnchorRectEmu()
106 aAnchorRect.Y += aAnchorRect.Height; in calcAnchorRectEmu()
107 aAnchorRect.Height *= -1; in calcAnchorRectEmu()
130 maChartRectEmu.Height = convertHmmToEmu( rChartSize.Height ); in ChartDrawingFragment()
215 …mu.X >= 0) && (aShapeRectEmu.Y >= 0) && (aShapeRectEmu.Width >= 0) && (aShapeRectEmu.Height >= 0) ) in onEndElement()
222 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Height, 0, SAL_MAX_INT32 ) ); in onEndElement()
/trunk/main/svtools/source/control/
H A Dheadbar.cxx411 nTestHeight += aTxtSize.Height(); in ImplDrawItem()
415 aImageSize.Height() = 0; in ImplDrawItem()
485 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
496 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
549 nImagePosY -= aTxtSize.Height(); in ImplDrawItem()
592 if ( aTxtSize.Height() ) in ImplDrawItem()
1078 mnDY = aSize.Height(); in Resize()
1610 nImageHeight += aSize.Height(); in CalcWindowSizePixel()
1621 aSize.Height() = nMaxImageSize; in CalcWindowSizePixel()
1625 aSize.Height() += 4; in CalcWindowSizePixel()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx338 pVScroll->SetPageSize( aOutSize.Height() / 2 ); in InitScrollBars()
359 long nY = aScrollPos.Height() + aOrg.Y(); in DoScroll()
576 aSize.Height() -= aSize.Height() % aGridSize_.Height(); in IMPL_LINK()
581 aPos.Y() = (aOutSize.Height()>>1) - (aSize.Height()>>1); in IMPL_LINK()
585 aPos.Y() -= aPos.Y() % aGridSize_.Height(); in IMPL_LINK()
593 aPos.Y() -= aPos.Y() % aGridSize_.Height(); in IMPL_LINK()
727 aPoint.Y() -= aSize.Height() / 2; in CreateDefaultObject()
1310 aPaperSz.Height() -= (TMARGPRN+BMARGPRN); in Print()
1317 double nPaperSzHeight = aPaperSz.Height(); in Print()
1319 double nBmpSzHeight = aBmpSz.Height(); in Print()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx646 if (rWindowSize.Width()<=0 || rWindowSize.Height()<=0) in Rearrange()
990 mnTopBorder + maMinimalSize.Height() + mnBottomBorder, in GetValidVerticalSizeRange()
1037 (rWindowSize.Height() - mnTopBorder - mnBottomBorder in GetTargetSize()
1050 if (aTargetSize.Height() < maMinimalSize.Height()) in GetTargetSize()
1051 aTargetSize.setHeight(maMinimalSize.Height()); in GetTargetSize()
1052 else if (aTargetSize.Height() > maMaximalSize.Height()) in GetTargetSize()
1053 aTargetSize.setHeight(maMaximalSize.Height()); in GetTargetSize()
1113 + nRow * maPageObjectSize.Height() in GetPageObjectBox()
1167 + nRowCount * maPageObjectSize.Height(); in GetTotalBoundingBox()
1323 / (maPageObjectSize.Height() + mnVerticalGap); in CalculateMaxRowAndColumnCount()
[all …]
/trunk/main/vcl/source/control/
H A Dilstbox.cxx679 aCurSize.Height() = 0x7fffff; in ImplUpdateEntryMetrics()
1866 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry()
2164 aSz.Height() = nMaxLines * mnMaxHeight; in CalcSize()
2555 aInnerSz.Height() -= nSBWidth; in ImplResizeControls()
2984 Point aPtImg( nBorder, ( ( aOutSz.Height() - aImgSz.Height() ) / 2 ) ); in DrawEntry()
3003 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry()
3229 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3246 if ( aFloatSz.Height() > nMaxHeight ) in CalcFloatSize()
3247 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3252 if( !mnDDLineCount && ( aFloatSz.Height() < aParentSz.Height() ) ) in CalcFloatSize()
[all …]
/trunk/main/fpicker/source/office/
H A Diodlg.cxx691 nDelta = aSize.Height(); in Init_Impl()
724 aPos.Y() += aSize.Height(); in Init_Impl()
2728 aNewSize.Height() = aDlgSize.Height() - _pImp->_nFixDeltaHeight; in Resize()
2730 if ( aOldSize.Height() ) in Resize()
2731 nDeltaY = _pImp->_aDlgSize.Height() - aOldSize.Height(); in Resize()
2824 aNewSize.Height() -= ( _pImp->_a6Size.Height() / 2 ); in Resize()
3253 aSize.Height() = aDefSiz.Height(); in AddControl()
3264 aNewControlSize.Height() = GetOutputSizePixel().Height() - 18; in AddControl()
3324 pNewDlgSize->Height() += aNewControlSize.Height(); in AddControl()
3331 aNewControlRange.Height() += aNewControlSize.Height(); in AddControl()
[all …]
/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx119 if (aNewSize.Width()<=0 || aNewSize.Height()<=0) in Resize()
122 const bool bNewLayoutHorizontal(aNewSize.Width() > aNewSize.Height()); in Resize()
125 …Horizontal ? mpSplitter->GetOutputSizePixel().Width() : mpSplitter->GetOutputSizePixel().Height()); in Resize()
136 if (nSplitPos > aNewSize.Height()/2) in Resize()
137 nSplitPos = aNewSize.Height()/2; in Resize()
149 Size(nSplitPos - nFrameLen, aNewSize.Height() - nFrameLen2) ); in Resize()
153 Size( nSplitSize, aNewSize.Height() ) ); in Resize()
158 Size( aNewSize.Width() - ( nFrameLen2 << 1 ) - nSplitSize, aNewSize.Height() ) ) ); in Resize()
162 … Size( aNewSize.Width() - nSplitSize - nSplitPos - nFrameLen, aNewSize.Height() - nFrameLen2 ) ); in Resize()
177 Size( aNewSize.Width(), aNewSize.Height() - ( nFrameLen2 << 1 ) - nSplitSize ) )); in Resize()
[all …]

Completed in 244 milliseconds

12345678910>>...70