Home
last modified time | relevance | path

Searched refs:Width (Results 26 – 50 of 1801) sorted by relevance

12345678910>>...73

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx176 aOrigSize.Width() = aNewSize.Width(); in Resize()
188 if( aScaledSize.Width() > aNewSize.Width() ) in Resize()
257 aOrigSize.Width() = aLogicSize.Width(); in Paint()
989 aJobPageSize.Width() = aTabSize.Width(); in PrintDialog()
1173 if( i_rCheckSize.Width() > o_rMaxSize.Width() ) in updateMaxSize()
1174 o_rMaxSize.Width() = i_rCheckSize.Width(); in updateMaxSize()
1748 if( aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI()
1750 aCurSize.Width() += aMaxSize.Width() - aTabSize.Width(); in setupOptionalUI()
1752 aTabSize.Width() = aMaxSize.Width(); in setupOptionalUI()
1784 if( aHCImgSize.Width() > aImgSize.Width() ) in checkControlDependencies()
[all …]
H A Dmsgbox.cxx301 if ( aImageSize.Width() ) in ImplPosControls()
303 aImageSize.Width() += 4; in ImplPosControls()
347 aPageSize.Width() = aImageSize.Width(); in ImplPosControls()
361 if ( aImageSize.Width() ) in ImplPosControls()
362 aPageSize.Width() += IMPL_SEP_MSGBOX_IMAGE; in ImplPosControls()
364 aPageSize.Width() += aFixedSize.Width()+1; in ImplPosControls()
368 aPageSize.Width() = IMPL_MINSIZE_MSGBOX_WIDTH; in ImplPosControls()
369 if ( aPageSize.Width() < nTitleWidth ) in ImplPosControls()
370 aPageSize.Width() = nTitleWidth; in ImplPosControls()
378 aMinCheckboxSize.Width() += 80; in ImplPosControls()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx52 mbHMirr ( maSz.Width() < 0L ), in ImplAnimView()
60 maDispPt.X() = maPt.X() + maSz.Width() + 1L; in ImplAnimView()
61 maDispSz.Width() = -maSz.Width(); in ImplAnimView()
62 maSzPix.Width() = -maSzPix.Width(); in ImplAnimView()
67 maDispSz.Width() = maSz.Width(); in ImplAnimView()
142 if( rAnmSize.Width() > 1L ) in ImplGetPosSize()
143 fFactX = (double) ( maSzPix.Width() - 1L ) / ( rAnmSize.Width() - 1L ); in ImplGetPosSize()
159 rSizePix.Width() = aPt2.X() - rPosPix.X() + 1L; in ImplGetPosSize()
164 rPosPix.X() = maSzPix.Width() - 1L - aPt2.X(); in ImplGetPosSize()
228 aBmpSizePix.Width() = -aSizePix.Width(); in ImplDraw()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx905 aCurrentSlideOuterBox.Width, in LayoutStandardMode()
921 aBox.Width - aNextSlideOuterBox.Width - nGap, in LayoutStandardMode()
923 aNextSlideOuterBox.Width, in LayoutStandardMode()
959 aBox.Width - aNotesViewOuterSize.Width - nGap, in LayoutNotesMode()
961 aNotesViewOuterSize.Width, in LayoutNotesMode()
997 aNextSlideOuterBox.Width, in LayoutNotesMode()
1015 aWindowBox.Width - 2*nGap, in LayoutSlideSorterMode()
1029 const double nWidth = ::std::min(aWindowBox.Width - 2*nGap, aWindowBox.Width/nGoldenRatio); in LayoutHelpMode()
1032 (aWindowBox.Width - nWidth)/2, in LayoutHelpMode()
1341 aSize.Width = mxParentWindow->getPosSize().Width; in ProvideBackgroundBitmap()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx485 aNewSz.Width = Width; in init()
492 aNewSz.Width = aTmp.Width(); in init()
509 aNewSz.Width = aSz.Width; in init()
769 aNewSz.Width = aTmpSz.Width; in SetControlSize()
787 aNewSz.Width = aTmpSz.Width; in SetControlSize()
799 aNewSz.Width = aTmpSz.Width(); in SetControlSize()
802 if( aNewSz.Width ) in SetControlSize()
806 aSz.Width = aNewSz.Width; in SetControlSize()
975 aTmpSz.Width = rSize.Width(); in InsertControl()
1891 aSz.Width() = aNewSz.Width(); in InsertInput()
[all …]
H A Dhtmlfly.cxx626 aTwipSpc.Width() = in OutFrmFmtOptions()
647 if( !aPixelSpc.Width() && aTwipSpc.Width() ) in OutFrmFmtOptions()
648 aPixelSpc.Width() = 1; in OutFrmFmtOptions()
652 if( aPixelSpc.Width() ) in OutFrmFmtOptions()
669 aTwipSpc.Width() *= -2; in OutFrmFmtOptions()
674 aTwipSpc.Width() = 0; in OutFrmFmtOptions()
709 aTwipSz.Width() = 0; in OutFrmFmtOptions()
720 if( !aPixelSz.Width() && aTwipSz.Width() ) in OutFrmFmtOptions()
1109 if( !aPixelBorder.Width() && aTwipBorder.Width() ) in OutHTML_Image()
1271 if( !aPixelSz.Width() && rSize.Width() ) in OutHTML_BulletImage()
[all …]
H A Dhtmlplug.cxx138 Size aTwipSz( bPrcWidth || USHRT_MAX==rPixSize.Width() ? 0 : rPixSize.Width(), in SetFixSize()
151 aTwipSz.Width() = rTwipDfltSize.Width(); in SetFixSize()
163 aTwipSz.Width() = rTwipDfltSize.Width(); in SetFixSize()
165 else if( USHRT_MAX==rPixSize.Width() ) in SetFixSize()
167 aTwipSz.Width() = rTwipDfltSize.Width(); in SetFixSize()
169 if( aTwipSz.Width() < MINFLY ) in SetFixSize()
171 aTwipSz.Width() = MINFLY; in SetFixSize()
354 if( USHRT_MAX==aSize.Width() ) in InsertEmbed()
368 if( USHRT_MAX==aSpace.Width() ) in InsertEmbed()
395 if( USHRT_MAX==aSpace.Width() ) in InsertEmbed()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx207 mpVerticalScrollBar->GetSizePixel().Width(), in PlaceFiller()
240 mpContentWindow->GetSizePixel()).Width()); in UpdateScrollBars()
344 (long int) (mnHorizontalPosition * aViewSize.Width()), in SetWindowOrigin()
429 aBrowserSize.Width() -= mpVerticalScrollBar->GetSizePixel().Width(); in TestScrollBarVisibilities()
446 if (aPageSize.Width() > aWindowModelSize.Width()) in TestScrollBarVisibilities()
516 return mpVerticalScrollBar->GetSizePixel().Width(); in GetVerticalScrollBarWidth()
547 if (aWindowSize.Width() > maScrollBorder.Width() * 3 in CalcAutoScrollOffset()
551 if (rMouseWindowPosition.X() < maScrollBorder.Width() in CalcAutoScrollOffset()
558 if (rMouseWindowPosition.X() >= (aWindowSize.Width() - maScrollBorder.Width()) in CalcAutoScrollOffset()
563 + maScrollBorder.Width())); in CalcAutoScrollOffset()
[all …]
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx121 rSize.Width() += aViewSize.Width(); in ImplCalcSize()
125 rSize.Width() += aViewSize.Width(); in ImplCalcSize()
148 nBtnWidth += aBtnSize.Width(); in ImplPosCtrls()
170 nOffX += aBtnSize.Width(); in ImplPosCtrls()
177 nOffLeftAlignX += aBtnSize.Width(); in ImplPosCtrls()
235 …nViewOffX = aDlgSize.Width()-mpViewWindow->GetSizePixel().Width()-WIZARDDIALOG_VIEW_DLGOFFSE… in ImplPosCtrls()
249 int iPixelCoordinate = aLocSize.Width(); in LogicalCoordinateToPixel()
301 aDlgSize.Width() -= nOffX; in ImplPosTabPage()
306 aDlgSize.Width() -= aViewSize.Width()+WIZARDDIALOG_VIEW_DLGOFFSET_X; in ImplPosTabPage()
417 if ( aPageSize.Width() > aDlgSize.Width() ) in StateChanged()
[all …]
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx554 aNewPageSize = Size ( aOutSize.Width() - aNewIconCtrlSize.Width() - in SetPosSizeCtrls()
561 aNewPageSize = Size ( aOutSize.Width() - aNewIconCtrlSize.Width() - in SetPosSizeCtrls()
590 nXOffset = aNewIconCtrlSize.Width()+(2*aCtrlOffset.X()); in SetPosSizeCtrls()
600 aHelpBtn.SetPosSizePixel ( Point( aOutSize.Width()-aResetButtonSize.Width()- in SetPosSizeCtrls()
609 aCancelBtn.SetPosSizePixel ( Point( aOutSize.Width()-aCancelButtonSize.Width()- in SetPosSizeCtrls()
610 aResetButtonSize.Width()-aHelpButtonSize.Width()- in SetPosSizeCtrls()
617 aOKBtn.SetPosSizePixel ( Point( aOutSize.Width()-aOKButtonSize.Width()- in SetPosSizeCtrls()
618 aCancelButtonSize.Width()-aResetButtonSize.Width()- in SetPosSizeCtrls()
619 aHelpButtonSize.Width()-(4*aCtrlOffset.X())- nXOffset, in SetPosSizeCtrls()
643 aNewPageSize = Size ( aOutSize.Width() - maIconCtrl.GetSizePixel().Width() - in SetPosSizePages()
[all …]
H A Dabout.cxx87 aSize.Width() = nTextWidth; in lcl_layoutFixedText()
103 aSize.Width() = nTextWidth; in lcl_layoutEdit()
184 long nDlgMargin = a6Size.Width() * 2; in Adjust()
267 Point aOKPnt( aDlgSize.Width() / 2 - aOkBtnSz.Width() / 2 , maBtnOK.GetPosPixel().Y() ); in ReadmeDialog()
404 aSmaller.Width() = (long) (aSmaller.Width() * 0.75); in ApplyStyleSettings()
431 long nCol1 = aMainLogoSz.Width(); in LayoutControls()
432 long nCol2 = aAppLogoSiz.Width() ? aAppLogoSiz.Width() : aDlgSize.Width(); in LayoutControls()
435 long nDlgMargin = a6Size.Width() * 2; in LayoutControls()
440 aDlgSize.Width() = nCol1 + a6Size.Width() + nCol2; in LayoutControls()
442 Point aPos( nCol1 + a6Size.Width(), nY ); in LayoutControls()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java174 new Integer(pos.Width), in create()
177 new Integer((imageSize.Width + gap.Width) * cols + gap.Width) in create()
195 (imageSize.Width + gap.Width) * cols - gap.Width + (selectionGap.Width * 2) : in create()
196 imageSize.Width + (selectionGap.Width * 2); in create()
240 new Integer(pos.Width + 1), in create()
245 new Integer(cols * (imageSize.Width + gap.Width) + gap.Width - 2) in create()
257 new Integer(pos.Width), in create()
269 …new Integer(pos.Width + (imageSize.Width + gap.Width) * cols + gap.Width - btnSize.intValue() + 1), in create()
286 … new Integer(cols * (imageSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create()
313 m_imageWidth = new Integer(imageSize.Width); in create()
[all …]
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx335 nOldWidth = aSize.Width(); in ActivatePage()
449 long nWidth = aOrigSize.Width() - in IMPL_LINK()
489 / 100 >= aPageSize.Width() ) ) in IMPL_LINK()
495 nLeft = aOrigSize.Width() - in IMPL_LINK()
503 nRight = aOrigSize.Width() - in IMPL_LINK()
567 long nWidth = aOrigSize.Width() - in IMPL_LINK()
668 if((nL + nR) < - aOrigSize.Width()) in GraphicHasChanged()
792 Rectangle aRect(Point((aWinSize.Width() - aFrameSize.Width())/2, in Paint()
811 if(!aFrameSize.Width()) in SetFrameSize()
812 aFrameSize.Width() = 1; in SetFrameSize()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx282 ( Abs(aOldSz.Width() - pWrtShell->VisArea().Width()) > 2 || in SetVisArea()
489 aSize.Width() + GetXScroll() > aVisSize.Width() || in Scroll()
493 aSize.Width() = Min( aSize.Width(), aVisSize.Width() ); in Scroll()
497 static_cast< sal_uInt16 >((aVisSize.Width() - aSize.Width()) / 2), in Scroll()
914 pVLineal->GetSizePixel().Width() : 0; in ViewResizePixel()
933 if(!aSize.Width()) in ViewResizePixel()
934 aSize.Width() = pVLineal->GetSizePixel().Width(); in ViewResizePixel()
945 aSize.Width() -= nVBSzWidth; in ViewResizePixel()
967 aSize.Width() -= nVBSzWidth; in ViewResizePixel()
990 long nSubSize = (aImgSz.Width() * nCnt ); in ViewResizePixel()
[all …]
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx418 aFrmRect.Width( aFrmRect.Width() - nDiff ); in CheckClip()
438 if ( aFrmRect.Width() != aOldSize.Width() && in CheckClip()
441 if ( (aOldSize.Width() - aFrmRect.Width()) > in CheckClip()
445 aFrmRect.Width( aOldSize.Width() ); in CheckClip()
449 if( aFrmRect.Width() != aOldSize.Width() ) in CheckClip()
458 aFrmRect.Width( aFrmRect.Height() * aOldSize.Width() / in CheckClip()
489 const long nPrtWidthDiff = Frm().Width() - Prt().Width(); in CheckClip()
491 Frm().Width ( Max( long(MINLAY), aFrmRect.Width() ) ); in CheckClip()
497 Prt().Width ( Frm().Width() - nPrtWidthDiff ); in CheckClip()
514 Prt().Width ( Frm().Width() - nPrtWidthDiff ); in CheckClip()
[all …]
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx600 if( aPt.X() < aSize.Width() / 3 ) in GetApproxLogPtFromPixPt()
602 else if( aPt.X() < aSize.Width() * 2 / 3 ) in GetApproxLogPtFromPixPt()
851 aDiff.X() = aFontSize.Width(); in Paint()
867 aDiff.X() = aFontSize.Width() * 2; in Paint()
1094 nLeft = aRectSize.Width() * j / nLines + 1; in implCalFocusRect()
1650 …if(rBitmapEx.GetSizePixel().Width() >= rSize.Width() && rBitmapEx.GetSizePixel().Height() >= rSize… in formatBitmapExToSize()
1663 for(sal_Int32 x(0); x < rSize.Width(); x += aBitmapSize.Width()) in formatBitmapExToSize()
2038 …aVD.GetBitmap(bStart ? Point() : Point(aBmpSize.Width() / 2, 0 ), Size(aBmpSize.Width() / 2, aBmpS… in Append()
2063 …aVD.GetBitmap(bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), Size( aBmpSize.Width() / 2, aBm… in Modify()
2328 aPos.X() -= maSymbolSize.Width() / 2; in Paint()
[all …]
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx65 if(rSizePixel.Width() && rSizePixel.Height()) in createPreviewBitmapEx()
85 const double fScaleX((double)rSizePixel.Width() / (double)aCurrentSizePixel.Width()); in createPreviewBitmapEx()
114 if( aBmpSize.Width() && aBmpSize.Height() ) in CreateThumb()
119 aBmpEx.GetPrefSize().Width() > 0 && in CreateThumb()
124 if( aLogSize.Width() > 0 && aLogSize.Height() > 0 ) in CreateThumb()
141 if( ( aBmpSize.Width() <= S_THUMB ) && ( aBmpSize.Height() <= S_THUMB ) ) in CreateThumb()
148 const float fFactor = (float) aBmpSize.Width() / aBmpSize.Height(); in CreateThumb()
153 (double) aNewSize.Width() / aBmpSize.Width(), in CreateThumb()
169 aSize.Width() = (sal_Int32)( S_THUMB * fFactor ); in CreateThumb()
590 if(aDiscreteSize.Width() && aDiscreteSize.Height()) in CreateThumb()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A DVertSplitView.cxx147 if( ( aSplitPos.X() + aSplitSize.Width() ) > ( aPlaygroundSize.Width() )) in Resize()
148 aSplitPos.X() = aPlaygroundSize.Width() - aSplitSize.Width(); in Resize()
151 aSplitPos.X() = aPlaygroundPos.X() + sal_Int32(aPlaygroundSize.Width() * 0.3); in Resize()
161 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aSplitSize.Width(), aPlaygroundSize.Height() ) ); in Resize()
167 aSplitSize.Width() = aPlaygroundSize.Width(); in Resize()
177 Size aTreeViewSize( aPlaygroundSize.Width() ,aSplitPos.Y()); in Resize()
183 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aPlaygroundSize.Width(), aSplitSize.Height() ) ); in Resize()
191 m_pRight->SetPosSizePixel( aSplitPos.X() + aSplitSize.Width(), aPlaygroundPos.Y(), in Resize()
192 aPlaygroundSize.Width() - aSplitSize.Width() - aSplitPos.X(), aPlaygroundSize.Height()); in Resize()
195 … aPlaygroundSize.Width() , aPlaygroundSize.Height() - aSplitSize.Height() - aSplitPos.Y()); in Resize()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx359 if( aGrfSize.Width() > aBound.Width() ) in Insert()
361 aGrfSize.Width() = aBound.Width(); in Insert()
469 aArea.Width( aSize.Width() ); in InsertObject()
566 if ( aSz.Width() > aBound.Width() ) in InsertOleObject()
569 aSz.Height() = aSz.Height() * aBound.Width() / aSz.Width(); in InsertOleObject()
570 aSz.Width() = aBound.Width(); in InsertOleObject()
715 aSz.Width = aSize.Width(); in CalcAndSetScale()
820 if( !( _aVisArea.Width() - nX <= aObjArea.Width() && in CalcAndSetScale()
821 _aVisArea.Width() + nX >= aObjArea.Width() && in CalcAndSetScale()
857 aScaleWidth = Fraction( aObjArea.Width(), _aVisArea.Width() ); in CalcAndSetScale()
[all …]
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx72 if ( rSize.Width() == 0 || rSize.Height() == 0 ) in Draw()
107 aInnerRect.Top() = aInnerCenter.Y() - (aInnerSize.Width()>>1); in Draw()
108 aInnerRect.Bottom()= aInnerCenter.Y() + (aInnerSize.Width()>>1); in Draw()
137 aSize3.Width() = aSize.Width() >> 1; in ImpDrawArrow()
141 aSize4.Width() = aSize.Width() >> 2; in ImpDrawArrow()
151 aTempRect.Left() = aCenter.X() - aSize4.Width(); in ImpDrawArrow()
152 aTempRect.Right() = aCenter.X() + aSize4.Width(); in ImpDrawArrow()
158 Point aPos1( aCenter.X()-aSize3.Width(), aCenter.Y() ); in ImpDrawArrow()
159 Point aPos2( aCenter.X()+aSize3.Width(), aCenter.Y() ); in ImpDrawArrow()
167 pOut->DrawLine( Point( aCenter.X() - aSize3.Width(), aPos1.Y()+1 ), in ImpDrawArrow()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx52 if( !aDeviceInfo.Width ) in GetDeviceInfo()
82 if ( rUser.maLogicalSize.Width > aIter->maLogicalSize.Width ) in ImpAddEntity()
83 aIter->maLogicalSize.Width = rUser.maLogicalSize.Width; in ImpAddEntity()
119 if ( aSize100thMM.Width && aSize100thMM.Height ) in ImpAddGraphicEntity()
123 if ( aCropSize.Width && aCropSize.Height ) in ImpAddGraphicEntity()
125 …st< sal_Int32 >( static_cast< double >( aSize100thMM.Width * aLogicalSize.Width ) / aCropSize.Widt… in ImpAddGraphicEntity()
173 if ( !aSize.Width || !aSize.Height ) in ImpAddFillBitmapEntity()
176 if ( aSize100thMM.Width && aSize100thMM.Height ) in ImpAddFillBitmapEntity()
184 …aLogicalSize.Width = sal::static_int_cast< sal_Int32 >( ( static_cast< double >( aLogicalSize.Widt… in ImpAddFillBitmapEntity()
265 if ( !aSize100thMM.Width && !aSize100thMM.Height ) in GetOriginalSize()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx142 rOrig.Width( rCMS.bRealWidth && rPor.Width() ? rPor.Width() : 1 ); in lcl_GetCharRectInsideField()
476 nX = nX + pPor->Width(); in GetEndCharRect()
572 nX += pPor->Width(); in _GetCharRect()
953 pOrig->Width( nTmp - nX ); in _GetCharRect()
973 KSHORT nAddX = pTmp->Width(); in _GetCharRect()
1050 nX += pPor->Width(); in _GetCharRect()
1062 pOrig->Width( pPor->Width() ); in _GetCharRect()
1091 nTmp = pPor->Width(); in _GetCharRect()
1111 pOrig->Width( nTmp ); in _GetCharRect()
1332 KSHORT nWidth = pPor->Width(); in GetCrsrOfst()
[all …]
H A Dtxttab.cxx249 nLeftMarginTabPos += pPor->Width(); in NewTabPortion()
415 nMinimumTabWidth = aInf.GetTxtSize().Width(); in PreFormat()
478 Width( 0 ); in PreFormat()
502 const KSHORT nRight = Min( GetTabPos(), rInf.Width() ); in PostFormat()
509 nPorWidth = nPorWidth + pPor->Width(); in PostFormat()
540 if( nNewWidth > rInf.Width() - nRight ) in PostFormat()
541 nNewWidth = nPorWidth - (rInf.Width() - nRight); in PostFormat()
565 return rInf.Width() <= rInf.X(); in PostFormat()
611 if( rInf.OnWin() && pPortion && !pPortion->Width() ) in Paint()
634 KSHORT nChar = Width() / nCharWidth; in Paint()
[all …]
H A Dinftxt.cxx498 nMinSize = aSize.Width(); in GetTxtSize()
787 aSize.Width() += nAdd; in CalcRect()
794 long nTmp = aSize.Width(); in CalcRect()
795 aSize.Width() = aSize.Height(); in CalcRect()
824 aPoint.A() -= aSize.Width(); in CalcRect()
910 nMaxWidth = rRect.Width(); in lcl_DrawSpecial()
932 aFontSize.Width() = ( 100 * pFnt->GetSize( nAct).Width() ) / nFactor; in lcl_DrawSpecial()
954 nX += ( rRect.Width() - aFontSize.Width() ) / 2; in lcl_DrawSpecial()
971 sal_uInt16 nOldWidth = rPor.Width(); in lcl_DrawSpecial()
972 ((SwLinePortion&)rPor).Width( (sal_uInt16)aFontSize.Width() ); in lcl_DrawSpecial()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.cxx142 splitDiff = rArea.Width - maAllocation.Width; in allocateArea()
151 int width = mbHorizontal ? rArea.Width : rArea.Height; in allocateArea()
154 setPosSize( rArea.X, rArea.Y, rArea.Width, rArea.Height, PosSize::POSSIZE ); in allocateArea()
158 mpSplitter->SetPosSizePixel( 0, splitPos, rArea.Width, splitLen, PosSize::POSSIZE ); in allocateArea()
159 mpSplitter->SetDragRectPixel( ::Rectangle( 0, 0, rArea.Width, rArea.Height ) ); in allocateArea()
165 awt::Rectangle childRect( 0, 0, rArea.Width, rArea.Height ); in allocateArea()
168 childRect.Width = leftWidth - 2; in allocateArea()
175 awt::Rectangle childRect( 0, 0, rArea.Width, rArea.Height ); in allocateArea()
180 childRect.Width = rightWidth; in allocateArea()
204 size.Width += childSize.Width; in getMinimumSize()
[all …]

Completed in 158 milliseconds

12345678910>>...73