/aoo4110/main/svx/source/svdraw/ |
H A D | impgrfll.cxx | 55 if( !rBmpSize.Width() && !rBmpSize.Height() ) in ImpCalcBmpFillSizes() 57 else if( !rBmpSize.Width() || !rBmpSize.Height() ) in ImpCalcBmpFillSizes() 62 if( !rBmpPerCent.Width() && !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes() 95 …Size.Width() = basegfx::fround( (double) rBmpSize.Height() * aBmpPrefSize.Width() / aBmpPrefSize.H… in ImpCalcBmpFillSizes() 97 …rBmpOutputSize.Height() = basegfx::fround( (double) rBmpSize.Width() * aBmpPrefSize.Height() / aBm… in ImpCalcBmpFillSizes() 103 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes() 104 …idth() = basegfx::fround( (double) rBmpOutputSize.Height() * aBmpPrefSize.Width() / aBmpPrefSize.H… in ImpCalcBmpFillSizes() 109 …rBmpOutputSize.Height() = basegfx::fround( (double) rBmpOutputSize.Width() * aBmpPrefSize.Height()… in ImpCalcBmpFillSizes() 122 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes() 202 if( rBmpOffPerCent.Height() ) in ImpCalcBmpFillSizes() [all …]
|
/aoo4110/main/svtools/source/control/ |
H A D | scrwin.cxx | 203 if ( aOutPixSz.Height() < aTotPixSz.Height() && !bVVisible ) in Resize() 223 aPixOffset.Y() + aTotPixSz.Height() < aOutPixSz.Height() ) in Resize() 225 aOutPixSz.Height() - ( aPixOffset.Y() + aTotPixSz.Height() ); in Resize() 244 ? (aOutPixSz.Height()-aTotPixSz.Height()) / 2 in Resize() 358 aWill.Height() = in SetVisibleSize() 359 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize() 361 if ( aWill.Height() < aWish.GetSize().Height() ) in SetVisibleSize() 365 aWill.Height() = in SetVisibleSize() 366 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize() 501 aNewPixOffset.Y() = - ( aTotPixSz.Height() - aOutPixSz.Height() ); in Scroll() [all …]
|
H A D | taskbar.cxx | 329 aTempPos.Y() += (aSize.Height()-aButtonBarSize.Height()-aTempPos.Y())/2; in Resize() 347 aStatusSize.Height() = nMaxHeight; in Resize() 365 aPos.Y() += (aSize.Height()-aStatusSize.Height()-aPos.Y())/2; in Resize() 387 aToolSize.Height() = pTempTaskToolBox->CalcWindowSizePixel().Height(); in Resize() 389 nTaskHeight = aToolSize.Height(); in Resize() 391 aToolSize.Height() = nTaskHeight; in Resize() 392 aToolPos.Y() += (aSize.Height()-aToolSize.Height()-aToolPos.Y())/2; in Resize() 536 aSize.Height() = pTempButtonBar->CalcWindowSizePixel().Height()+(TASKBAR_OFFY*2); in CalcWindowSizePixel() 541 aSize.Height() = nTempHeight; in CalcWindowSizePixel() 547 aSize.Height() = nTempHeight; in CalcWindowSizePixel() [all …]
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxtabpage.cxx | 78 requestedSize.Height = getHeightForWidth( area.Width ); in allocateArea() 80 if ( currentSize.Width > 0 && currentSize.Height > 0 in allocateArea() 83 if ( currentSize.Width > 0 && currentSize.Height > 0 in allocateArea() 84 && requestedSize.Height > currentSize.Height ) in allocateArea() 85 requestedSize.Height = currentSize.Height; in allocateArea() 101 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea() 109 || requestedSize.Height > parentSize.Height ()) in allocateArea() 114 parent->SetSizePixel ( Size (requestedSize.Width, requestedSize.Height) ); in allocateArea() 130 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea() 131 setPosSize( 0, 0, 0, requestedSize.Height, awt::PosSize::HEIGHT ); in allocateArea() [all …]
|
H A D | vclxtabcontrol.cxx | 320 awt::Size requestedSize (area.Width, area.Height); in allocateArea() 326 if (requestedSize.Height < minimumSize.Height) in allocateArea() 327 requestedSize.Height = minimumSize.Height; in allocateArea() 332 pageBasedSize.Height = pageSize.Height (); in allocateArea() 341 if (requestedSize.Height < pageBasedSize.Height) in allocateArea() 342 requestedSize.Height = pageBasedSize.Height + hc; in allocateArea() 372 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea() 378 || pageBasedSize.Height > parentSize.Height ()) in allocateArea() 415 childRect.Height = page_rect.Bottom() - childRect.Y; in allocateArea() 446 childrenSize.Height = SAL_MAX( childSize.Height, childrenSize.Height ); in getMinimumSize() [all …]
|
/aoo4110/main/vcl/source/control/ |
H A D | button.cxx | 504 aTSSize.Height() = aTextSize.Height(); in ImplDrawAlignedImage() 515 … aMax.Height() = aTSSize.Height() > aImageSize.Height() ? aTSSize.Height() : aImageSize.Height(); in ImplDrawAlignedImage() 1857 aSize.Height() = std::max( aSize.Height(), long( textSize.Height() * 1.15 ) ); in CalcMinimumSize() 3175 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize() 3177 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize() 3209 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize() 3210 aSize.Height() = aTextSize.Height(); in CalcMinimumSize() 3420 aSize.Height() = rImageSize.Height(); in ImplDraw() 4084 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize() 4086 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize() [all …]
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 377 fScale = (double) rSz.Height() / aSize100.Height(); in ImplGetCropParams() 702 if( aSz.Height() < 0L ) in Draw() 704 aPt.Y() += aSz.Height() + 1; in Draw() 705 aSz.Height() = -aSz.Height(); in Draw() 1010 …(double)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height(… in GetTransformedGraphic() 1016 …(long)((double)rDestSize.Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / a… in GetTransformedGraphic() 1021 …Origin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSize.Height() - aCropLeftTop.Heig… in GetTransformedGraphic() 1086 aCropLeftTop.Height() = basegfx::fround(aCropLeftTop.Height() * fFactorY); in GetTransformedGraphic() 1096 aSrcSizePixel.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic() 1136 aNewSize.Height() += aCropRightBottom.Height() < 0 ? -aCropRightBottom.Height() : 0; in GetTransformedGraphic() [all …]
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 43 Height = 4905 55 Height = 4935 65 Height = 735 195 Height = 4935 283 Height = 4905 295 Height = 4905 607 Height = 4905 868 Height = 4905 1256 Height = 570 1312 Height = 255 [all …]
|
/aoo4110/main/chart2/source/view/main/ |
H A D | LabelPositionHelper.cxx | 146 -aSize.Height *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left() 156 -aSize.Height*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left() 189 + aSize.Height*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Right() 235 - aSize.Height*rtl::math::sin( beta ); in lcl_correctRotation_Top() 244 -aSize.Height *rtl::math::cos( beta ); in lcl_correctRotation_Top() 277 +aSize.Height*rtl::math::sin( beta ); in lcl_correctRotation_Bottom() 285 rfYCorrection = aSize.Height*rtl::math::sin( beta ) in lcl_correctRotation_Bottom() 314 rfYCorrection = -aSize.Height*rtl::math::sin( beta ) in lcl_correctRotation_Left_Top() 320 rfXCorrection = -aSize.Height*rtl::math::cos( beta ) in lcl_correctRotation_Left_Top() 410 rfYCorrection = aSize.Height*rtl::math::sin( beta ) in lcl_correctRotation_Right_Bottom() [all …]
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 115 if( aBmpSize.Height() < aSize.Height() ) in Paint() 116 aPt.Y() = ( aSize.Height() - aBmpSize.Height() ) / 2; in Paint() 732 aBmpSize.Height() = Max( aBmpSize.Height(), aTempSize.Height() ); in GetScale() 758 aDiffSize.Height() = aWinSize.Height() - aSize.Height(); in Resize() 762 aDisplaySize.Height() += aDiffSize.Height(); in Resize() 1082 aMaxSizeLog.Height() = Max( aMaxSizeLog.Height(), aTmpSizeLog.Height() ); in CreateAnimObj() 1085 aMaxSizePix.Height() = Max( aMaxSizePix.Height(), aTmpSizePix.Height() ); in CreateAnimObj() 1117 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj() 1131 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj() 1145 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj() [all …]
|
/aoo4110/main/vcl/source/window/ |
H A D | arrange.cxx | 193 if( aResult.Height() < m_aMinSize.Height() ) in getOptimalSize() 194 aResult.Height() = m_aMinSize.Height(); in getOptimalSize() 306 aRet.Height() += aElementSize.Height(); in getOptimalSize() 313 if( aRet.Height() < aElementSize.Height() ) in getOptimalSize() 314 aRet.Height() = aElementSize.Height(); in getOptimalSize() 577 if( aElementSize.Height() > aRet.Height() ) in getOptimalSize() 578 aRet.Height() = aElementSize.Height(); in getOptimalSize() 579 if( aRet.Height() != 0 ) in getOptimalSize() 708 if( aSize.Height() > aElementSize.Height() ) in getOptimalSize() 709 aElementSize.Height() = aSize.Height(); in getOptimalSize() [all …]
|
H A D | printdlg.cxx | 178 aOrigSize.Height() = aNewSize.Height(); in Resize() 182 if( aScaledSize.Height() > aNewSize.Height() ) in Resize() 259 aOrigSize.Height() = aLogicSize.Height(); in Paint() 1176 o_rMaxSize.Height() = i_rCheckSize.Height(); in updateMaxSize() 1743 if( aMaxSize.Height() > aTabSize.Height() ) in setupOptionalUI() 1745 aCurSize.Height() += aMaxSize.Height() - aTabSize.Height(); in setupOptionalUI() 1746 aTabSize.Height() = aMaxSize.Height(); in setupOptionalUI() 1786 if( aHCImgSize.Height() > aImgSize.Height() ) in checkControlDependencies() 1787 aImgSize.Height() = aHCImgSize.Height(); in checkControlDependencies() 2071 aDlgSize.Height() += aCurSize.Height() - aTabSize.Height(); in updateNupFromPages() [all …]
|
H A D | tabdlg.cxx | 69 if ( nTxtHeight > aCtrlSize.Height() ) in ImplPosControls() 70 aCtrlSize.Height() = nTxtHeight; in ImplPosControls() 75 long nHeight = pChild->GetSizePixel().Height(); in ImplPosControls() 94 aTabSize.Height() + IMPL_DIALOG_OFFSET*2 + nOffY ); in ImplPosControls() 113 aDlgSize.Height() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls() 121 aDlgSize.Height() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls() 127 nViewHeight = aTabSize.Height(); in ImplPosControls() 136 nViewHeight = aTabSize.Height(); in ImplPosControls() 155 long nY = aDlgSize.Height(); in ImplPosControls() 178 nY += aCtrlSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls() [all …]
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterUIPainter.cxx | 84 rBoundingBox.Height); in PaintHorizontalBitmapComposite() 91 = aLeftBoundingBox.Y + (aLeftBoundingBox.Height - aLeftBitmapSize.Height) / 2; in PaintHorizontalBitmapComposite() 102 rBoundingBox.Height); in PaintHorizontalBitmapComposite() 110 = aRightBoundingBox.Y + (aRightBoundingBox.Height - aRightBitmapSize.Height) / 2; in PaintHorizontalBitmapComposite() 121 rBoundingBox.Height); in PaintHorizontalBitmapComposite() 131 = aCenterBoundingBox.Y + (aCenterBoundingBox.Height-aCenterBitmapSize.Height) / 2; in PaintHorizontalBitmapComposite() 189 ::std::min(aTopBitmapSize.Height, rBoundingBox.Height)); in PaintVerticalBitmapComposite() 203 const sal_Int32 nBBoxHeight (::std::min(aBottomBitmapSize.Height, rBoundingBox.Height)); in PaintVerticalBitmapComposite() 216 = aBottomBoundingBox.Y + aBottomBoundingBox.Height - aBottomBitmapSize.Height; in PaintVerticalBitmapComposite() 227 rBoundingBox.Height - aTopBitmapSize.Height - aBottomBitmapSize.Height); in PaintVerticalBitmapComposite() [all …]
|
/aoo4110/main/sc/source/ui/formdlg/ |
H A D | dwfunctr.cxx | 164 GetOutputSizePixel().Height()-2*aTxtSize.Height()); in ScFunctionDockWin() 352 aDiffSize.Height()-=aNewSize.Height(); in SetLeftRightSize() 361 GetOutputSizePixel().Height()-2*aTxtSize.Height()); in SetLeftRightSize() 368 if(aOldSize.Height()!=aNewSize.Height()) in SetLeftRightSize() 373 aNewSize.Height()+=aDiffSize.Height(); in SetLeftRightSize() 403 aDiffSize.Height()-=aNewSize.Height(); in SetTopBottonSize() 409 aNewSize.Height()+=aDiffSize.Height(); in SetTopBottonSize() 473 if((sal_uLong)aNewSize.Height()<nMinHeight) aNewSize.Height()=nMinHeight; in SetMyHeightLeRi() 488 aFDTopLeft.Y()=aNewSize.Height()-aFDSize.Height()-4; in SetMyHeightLeRi() 569 aFDSize.Height()=aNewSize.Height()-aFDTopLeft.Y()-aCBTopLeft.Y(); in SetMyHeightToBo() [all …]
|
/aoo4110/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 85 nTmp = pFrm->Frm().Height(); in lcl_CalcContentHeight() 90 - pFrm->Prt().Height(); in lcl_CalcContentHeight() 112 if (rFrm.Frm().Height() < nMinHeight) in lcl_LayoutFrmEnsureMinHeight() 210 if (nUL < aFrm.Height()) in FormatPrt() 215 aPrt.Height(nNewHeight); in FormatPrt() 229 aPrt.Height( aFrm.Height()- nUL ); in FormatPrt() 395 Prt().SSize().Height() = Frm().Height() - nBorder; in FormatSize() 408 if ( Frm().Height() != pAttrs->GetSize().Height() ) in FormatSize() 470 nMaxEat = aFrm.Height() - aPrt.Top() - aPrt.Height() - pAttrs->CalcBottomLine(); in GrowFrm() 504 aPrt.Height(aPrt.Height() - nEat); in GrowFrm() [all …]
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1008 aTitleSize.Height() = long( aTitleSize.Height() * 0.167 ); in GetTitleRect() 1046 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect() 1241 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles() 1263 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles() 1283 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles() 1291 aLayoutSize.Height() = long (aLayoutSize.Height() * 0.477); in CalcAutoLayoutRectangles() 1335 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles() 1351 aSize.Height() = rRectangle[0].GetSize().Height(); in CalcAutoLayoutRectangles() 3120 if( aSize.Height() > aPartArea.Height() ) in CalculateHandoutAreas() 3123 aSize.Height() = aPartArea.Height(); in CalculateHandoutAreas() [all …]
|
/aoo4110/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 112 rSize.Height() += nMaxHeight; in ImplCalcSize() 119 rSize.Height() += aViewSize.Height(); in ImplCalcSize() 123 rSize.Height() += aViewSize.Height(); in ImplCalcSize() 136 long nOffY = aDlgSize.Height(); in ImplPosCtrls() 145 long nBtnHeight = aBtnSize.Height(); in ImplPosCtrls() 190 nOffY -= mpFixedLine->GetSizePixel().Height(); in ImplPosCtrls() 286 aDlgSize.Height() -= nMaxHeight; in ImplPosTabPage() 295 aDlgSize.Height() -= aViewSize.Height()+WIZARDDIALOG_VIEW_DLGOFFSET_Y; in ImplPosTabPage() 304 aDlgSize.Height() -= aViewSize.Height()+WIZARDDIALOG_VIEW_DLGOFFSET_Y; in ImplPosTabPage() 419 if ( aPageSize.Height() > aDlgSize.Height() ) in StateChanged() [all …]
|
/aoo4110/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 557 nRawFileSize *= maSize.Height; in GetRawFileSize() 676 maResolution.Height= aResolution.Height(); in ExportDialog() 1250 …aSize.Height() = maSize.Height > aFixedBitmapSize.Height() ? maSize.Height : aFixedBitmapSize.Hei… in updatePreview() 1255 …aSize.Height() = maSize.Height < aFixedBitmapSize.Height() ? maSize.Height : aFixedBitmapSize.Hei… in updatePreview() 1264 if ( aSize.Height() < maSize.Height ) in updatePreview() 1278 if ( aSize.Height() > aFixedBitmapSize.Height() ) in updatePreview() 1279 aSize.Height() = aFixedBitmapSize.Height(); in updatePreview() 1283 if ( aSize.Height() < aFixedBitmapSize.Height() ) in updatePreview() 1284 aPoint.Y() += ( aFixedBitmapSize.Height() - aSize.Height() ) / 2; in updatePreview() 1452 maSize.Height = aDest.Height(); in IMPL_LINK() [all …]
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdwindow.cxx | 633 …aWinSize.Height() = (long) ((double) aWinSize.Height() * (double) ZOOM_MULTIPLICATOR / (double) nF… in SetZoomRect() 678 if ( maWinPos.Y() > maViewSize.Height() - aWinSize.Height() ) in UpdateMapOrigin() 680 maWinPos.Y() = maViewSize.Height() - aWinSize.Height(); in UpdateMapOrigin() 688 if ( aWinSize.Height() > maViewSize.Height() || maWinPos.Y() < 0 ) in UpdateMapOrigin() 690 maWinPos.Y() = maViewSize.Height() / 2 - aWinSize.Height() / 2; in UpdateMapOrigin() 729 if (aPix.Height() == 0) in UpdateMapMode() 734 aPix.Height() -= 8; in UpdateMapMode() 740 maWinPos.Y() = aPix.Height(); in UpdateMapMode() 825 if ( aWinSize.Height() > maViewSize.Height() ) in GetVisibleHeight() 826 aWinSize.Height() = maViewSize.Height(); in GetVisibleHeight() [all …]
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 283 Abs(aOldSz.Height() - pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea() 490 aSize.Height()+ GetYScroll() > aVisSize.Height() )) in Scroll() 494 aSize.Height()= Min( aSize.Height(),aVisSize.Height()); in Scroll() 498 static_cast< sal_uInt16 >((aVisSize.Height()- aSize.Height())/ 2) ); in Scroll() 946 if(!aSize.Height()) in ViewResizePixel() 947 aSize.Height() = pHLineal->GetSizePixel().Height(); in ViewResizePixel() 994 aSize.Height() -= nSubSize; in ViewResizePixel() 1002 aPos.Y() += aSize.Height(); in ViewResizePixel() 1006 aPos.Y() += aImgSz.Height(); in ViewResizePixel() 1010 aPos.Y() += aImgSz.Height(); in ViewResizePixel() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impanmvw.cxx | 53 mbVMirr ( maSz.Height() < 0L ) in ImplAnimView() 73 maDispPt.Y() = maPt.Y() + maSz.Height() + 1L; in ImplAnimView() 74 maDispSz.Height() = -maSz.Height(); in ImplAnimView() 75 maSzPix.Height() = -maSzPix.Height(); in ImplAnimView() 80 maDispSz.Height() = maSz.Height(); in ImplAnimView() 148 if( rAnmSize.Height() > 1L ) in ImplGetPosSize() 149 fFactY = (double) ( maSzPix.Height() - 1L ) / ( rAnmSize.Height() - 1L ); in ImplGetPosSize() 160 rSizePix.Height() = aPt2.Y() - rPosPix.Y() + 1L; in ImplGetPosSize() 168 rPosPix.Y() = maSzPix.Height() - 1L - aPt2.Y(); in ImplGetPosSize() 240 aBmpSizePix.Height() = -aSizePix.Height(); in ImplDraw() [all …]
|
/aoo4110/main/cui/source/dialogs/ |
H A D | iconcdlg.cxx | 556 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls() 563 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls() 570 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls() 576 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls() 594 aOutSize.Height()-aResetButtonSize.Height()- in SetPosSizeCtrls() 603 aOutSize.Height()-aHelpButtonSize.Height()- in SetPosSizeCtrls() 612 aOutSize.Height()-aCancelButtonSize.Height()- in SetPosSizeCtrls() 645 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizePages() 652 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizePages() 659 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizePages() [all …]
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsScrollBarManager.cxx | 170 aAvailableArea.Bottom()-aScrollBarSize.Height()+1), in PlaceHorizontalScrollBar() 172 aScrollBarSize.Height())); in PlaceHorizontalScrollBar() 208 mpHorizontalScrollBar->GetSizePixel().Height())); in PlaceFiller() 269 mpContentWindow->GetSizePixel()).Height()); in UpdateScrollBars() 427 aBrowserSize.Height() -= mpHorizontalScrollBar->GetSizePixel().Height(); in TestScrollBarVisibilities() 449 if (aPageSize.Height() > aWindowModelSize.Height()) in TestScrollBarVisibilities() 567 if (aWindowSize.Height() > maScrollBorder.Height() * 3 in CalcAutoScrollOffset() 568 && aWindowSize.Height() < aViewPixelArea.GetHeight()) in CalcAutoScrollOffset() 577 if (rMouseWindowPosition.Y() >= (aWindowSize.Height() - maScrollBorder.Height()) in CalcAutoScrollOffset() 582 + maScrollBorder.Height())); in CalcAutoScrollOffset() [all …]
|
/aoo4110/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 591 aNavSize.Height() = Max( aInfoSize.Height(), aNavSize.Height() ); in SFX_IMPL_CHILDWINDOWCONTEXT() 598 sal_Bool bSmall = ( aInfoSize.Height() <= pNavigator->aInitSize.Height() + SCNAV_MINTOL ); in SFX_IMPL_CHILDWINDOWCONTEXT() 821 rNewSize.Height() = aInitSize.Height(); in Resizing() 824 if ( rNewSize.Height() < aMinOut.Height() ) in Resizing() 825 rNewSize.Height() = aMinOut.Height(); in Resizing() 912 if(aNewSize.Height()<0) aNewSize.Height()=0; in DoResize() 1280 aSize.Height() = nListModeHeight; in ShowList() 1291 aSize.Height() = aInitSize.Height(); in ShowList() 1308 aFloating.Height() = aSize.Height(); in ShowList() 1342 aSize.Height() = aInitSize.Height(); in ShowScenarios() [all …]
|