Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 1723) sorted by relevance

12345678910>>...69

/trunk/main/svtools/source/control/
H A Dscrwin.cxx119 aSz.Height() -= nTmp; in GetOutputSizePixel()
149 Scroll( 0, aDelta.Height() ); in IMPL_LINK()
154 EndScroll( aDelta.Width(), aDelta.Height() ); in IMPL_LINK()
174 Scroll( 0, aDelta.Height() ); in IMPL_LINK()
198 aOutPixSz.Height() -= nScrSize; in Resize()
203 if ( aOutPixSz.Height() < aTotPixSz.Height() && !bVVisible ) in Resize()
223 aPixOffset.Y() + aTotPixSz.Height() < aOutPixSz.Height() ) in Resize()
224 aPixDelta.Height() = in Resize()
225 aOutPixSz.Height() - ( aPixOffset.Y() + aTotPixSz.Height() ); in Resize()
226 if ( aPixDelta.Width() || aPixDelta.Height() ) in Resize()
[all …]
H A Dtaskbar.cxx114 long nOldHeight = GetSizePixel().Height(); in ImplNewHeight()
270 DrawLine( Point( nStatusX, nY ), Point( nStatusX, aSize.Height()-1 ) ); in Paint()
273 DrawLine( Point( nStatusX, nY ), Point( nStatusX, aSize.Height()-1 ) ); in Paint()
298 long nTaskHeight = aSize.Height() - (TASKBAR_OFFY*2); in Resize()
325 nTaskHeight = aButtonBarSize.Height(); in Resize()
327 aButtonBarSize.Height() = nTaskHeight; in Resize()
329 aTempPos.Y() += (aSize.Height()-aButtonBarSize.Height()-aTempPos.Y())/2; in Resize()
343 long nMaxHeight = aSize.Height()-(TASKBAR_OFFY*2); in Resize()
346 if ( nMaxHeight+2 > aStatusSize.Height() ) in Resize()
347 aStatusSize.Height() = nMaxHeight; in Resize()
[all …]
/trunk/main/svx/source/svdraw/
H A Dimpgrfll.cxx54 if( !rBmpSize.Width() && !rBmpSize.Height() ) in ImpCalcBmpFillSizes()
56 else if( !rBmpSize.Width() || !rBmpSize.Height() ) in ImpCalcBmpFillSizes()
61 if( !rBmpPerCent.Width() && !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()
63 else if( !rBmpPerCent.Width() || !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()
74 if( !aBmpPrefSize.Width() || !aBmpPrefSize.Height() ) in ImpCalcBmpFillSizes()
94 …Size.Width() = basegfx::fround( (double) rBmpSize.Height() * aBmpPrefSize.Width() / aBmpPrefSize.H… in ImpCalcBmpFillSizes()
96 …rBmpOutputSize.Height() = basegfx::fround( (double) rBmpSize.Width() * aBmpPrefSize.Height() / aBm… in ImpCalcBmpFillSizes()
102 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()
103 …idth() = basegfx::fround( (double) rBmpOutputSize.Height() * aBmpPrefSize.Width() / aBmpPrefSize.H… in ImpCalcBmpFillSizes()
108 …rBmpOutputSize.Height() = basegfx::fround( (double) rBmpOutputSize.Width() * aBmpPrefSize.Height()… in ImpCalcBmpFillSizes()
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx394 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawAlignedImage()
471 aTSSize.Height() = aSymbol.GetHeight(); in ImplDrawAlignedImage()
493 aRect.Bottom() -= ( aImageSize.Height() + nImageSep ); in ImplDrawAlignedImage()
501 if ( aTSSize.Height() < aTextSize.Height() ) in ImplDrawAlignedImage()
502 aTSSize.Height() = aTextSize.Height(); in ImplDrawAlignedImage()
506 long nDiff = (aImageSize.Height() - aTextSize.Height()) / 3; in ImplDrawAlignedImage()
513 … aMax.Height() = aTSSize.Height() > aImageSize.Height() ? aTSSize.Height() : aImageSize.Height(); in ImplDrawAlignedImage()
520 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
521 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
526 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtabpage.cxx78 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()
100 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()
101 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea()
102 … OSL_TRACE ("%s: requestedSize: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Height ); in allocateArea()
103 OSL_TRACE ("%s: parent: %d, %d", __FUNCTION__, parentSize.Width(), parentSize.Height() ); in allocateArea()
104 OSL_TRACE ("%s: window: %d, %d", __FUNCTION__, windowSize.Width(), windowSize.Height() ); in allocateArea()
[all …]
H A Dvclxtabcontrol.cxx317 setPosSize( area.X, area.Y, area.Width, area.Height, awt::PosSize::POSSIZE ); in allocateArea()
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()
352 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()
353 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea()
354 OSL_TRACE ("%s: minimum: %d, %d", __FUNCTION__, minimumSize.Width, minimumSize.Height ); in allocateArea()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx368 nTotalHeight = aSize100.Height() - pAttr->GetTopCrop() - pAttr->GetBottomCrop(); in ImplGetCropParams()
370 if( aSize100.Width() > 0 && aSize100.Height() > 0 && nTotalWidth > 0 && nTotalHeight > 0 ) in ImplGetCropParams()
380 fScale = (double) aSize100.Height() / nTotalHeight; in ImplGetCropParams()
382 nNewBottom = nNewTop + FRound( aSize100.Height() * fScale ) - 1; in ImplGetCropParams()
384 fScale = (double) rSz.Height() / aSize100.Height(); in ImplGetCropParams()
386 rSz.Height() = FRound( ( nNewBottom - nNewTop + 1 ) * fScale ); in ImplGetCropParams()
709 if( aSz.Height() < 0L ) in Draw()
711 aPt.Y() += aSz.Height() + 1; in Draw()
712 aSz.Height() = -aSz.Height(); in Draw()
780 rSz.Height() > 0L && in DrawWithPDFHandling()
[all …]
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.frm43 Height = 4905
55 Height = 4935
65 Height = 735
79 Height = 1485
92 Height = 1200
110 Height = 195
136 Height = 255
149 Height = 255
162 Height = 255
182 Height = 255
[all …]
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx111 aBmpSize.Height() = (long) ( (double) aBmpSize.Height() * (double) aScale ); in Paint()
115 if( aBmpSize.Height() < aSize.Height() ) in Paint()
116 aPt.Y() = ( aSize.Height() - aBmpSize.Height() ) / 2; in Paint()
726 aBmpSize.Height() = 0; in GetScale()
732 aBmpSize.Height() = Max( aBmpSize.Height(), aTempSize.Height() ); in GetScale()
736 aBmpSize.Height() += 10; in GetScale()
739 (double)aDisplaySize.Height() / (double)aBmpSize.Height() ) ); in GetScale()
758 aDiffSize.Height() = aWinSize.Height() - aSize.Height(); in Resize()
762 aDisplaySize.Height() += aDiffSize.Height(); in Resize()
767 aPt.Y() = aDiffSize.Height(); in Resize()
[all …]
/trunk/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx138 rfXCorrection = -aSize.Height*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Left()
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()
165 rfXCorrection = -aSize.Height*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left()
181 rfXCorrection = aSize.Height*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Right()
189 + aSize.Height*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Right()
199 +aSize.Height*rtl::math::cos( beta )/2.0; in lcl_correctRotation_Right()
207 rfXCorrection = aSize.Height*rtl::math::sin( 2*F_PI - fAnglePi )/2.0; in lcl_correctRotation_Right()
223 rfXCorrection = aSize.Height*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Top()
231 rfXCorrection = aSize.Height*rtl::math::cos( beta )/2.0; in lcl_correctRotation_Top()
[all …]
/trunk/main/vcl/source/window/
H A Darrange.cxx54 nResult = pSVData->maAppData.mnDefaultLayoutBorder = aBorder.Height(); in getDefaultBorder()
193 if( aResult.Height() < m_aMinSize.Height() ) in getOptimalSize()
194 aResult.Height() = m_aMinSize.Height(); in getOptimalSize()
196 aResult.Height() += getBorderValue( m_nTopBorder ) + getBorderValue( m_nBottomBorder ); in getOptimalSize()
210 aSize.Height() -= getBorderValue( m_nTopBorder ) + getBorderValue( m_nBottomBorder ); in setPosSize()
256 m_aManagedArea.setHeight( aArea.Height ); in setProperties()
302 aRet.Height() += nDistance; in getOptimalSize()
306 aRet.Height() += aElementSize.Height(); in getOptimalSize()
313 if( aRet.Height() < aElementSize.Height() ) in getOptimalSize()
314 aRet.Height() = aElementSize.Height(); in getOptimalSize()
[all …]
H A Dprintdlg.cxx169 aNewSize.Height() -= nTextHeight + 2; in Resize()
177 if( aOrigSize.Height() < 1 ) in Resize()
178 aOrigSize.Height() = aNewSize.Height(); in Resize()
179 if( aOrigSize.Width() > aOrigSize.Height() ) in Resize()
181 … aScaledSize = Size( aNewSize.Width(), aNewSize.Width() * aOrigSize.Height() / aOrigSize.Width() ); in Resize()
182 if( aScaledSize.Height() > aNewSize.Height() ) in Resize()
183 fScale = double(aNewSize.Height())/double(aScaledSize.Height()); in Resize()
187 …aScaledSize = Size( aNewSize.Height() * aOrigSize.Width() / aOrigSize.Height(), aNewSize.Height() … in Resize()
192 aScaledSize.Height() = long(aScaledSize.Height()*fScale); in Resize()
202 double fZoom = double(maOrigSize.Height())/double(aPreviewMMSize.Height()); in Resize()
[all …]
H A Dtabdlg.cxx69 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()
112 aTabOffset.Y() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
113 aDlgSize.Height() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
118 nViewOffY = aTabOffset.Y()+aTabSize.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()
[all …]
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx160 nMinHeight=19*aTxtSize.Height(); in ScFunctionDockWin()
163 Range aYRange(3*aTxtSize.Height()+aFuncList.GetPosPixel().Y(), in ScFunctionDockWin()
164 GetOutputSizePixel().Height()-2*aTxtSize.Height()); in ScFunctionDockWin()
352 aDiffSize.Height()-=aNewSize.Height(); in SetLeftRightSize()
360 Range aYRange(3*aTxtSize.Height()+aFuncList.GetPosPixel().Y(), 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 SetTopBottomSize()
409 aNewSize.Height()+=aDiffSize.Height(); in SetTopBottomSize()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx84 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()
206 rBoundingBox.Y + rBoundingBox.Height - nBBoxHeight, in PaintVerticalBitmapComposite()
216 = aBottomBoundingBox.Y + aBottomBoundingBox.Height - aBottomBitmapSize.Height; in PaintVerticalBitmapComposite()
[all …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx130 if (aPageSize.Width() > aPageSize.Height()) in SdPage()
420 aTempAttr.Put( SdrTextMinFrameHeightItem( rRect.GetSize().Height() ) ); in CreatePresObj()
884 aPageSize.Height() -= nUppBorder + GetLwrBorder(); in CreateDefaultPresObj()
886 const int Y = long(nUppBorder + aPageSize.Height() * 0.911); in CreateDefaultPresObj()
889 const int H = long(aPageSize.Height() * 0.069); in CreateDefaultPresObj()
924 aPageSize.Height() -= GetUppBorder() + GetLwrBorder(); in CreateDefaultPresObj()
928 const int NOTES_HEADER_FOOTER_HEIGHT = long(aPageSize.Height() * 0.05); in CreateDefaultPresObj()
935 const int Y2 = GetUppBorder() + long(aPageSize.Height() - NOTES_HEADER_FOOTER_HEIGHT ); in CreateDefaultPresObj()
989 aTitleSize.Height() -= GetUppBorder() + GetLwrBorder(); in GetTitleRect()
994 aTitlePos.Y() += long( aTitleSize.Height() * 0.0399 ); in GetTitleRect()
[all …]
/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx85 nTmp = pFrm->Frm().Height(); in lcl_CalcContentHeight()
90 - pFrm->Prt().Height(); in lcl_CalcContentHeight()
112 if (rFrm.Frm().Height() < nMinHeight) in lcl_LayoutFrmEnsureMinHeight()
114 rFrm.Grow(nMinHeight - rFrm.Frm().Height()); in lcl_LayoutFrmEnsureMinHeight()
210 if (nUL < aFrm.Height()) in FormatPrt()
211 nNewHeight = aFrm.Height() - nUL; in FormatPrt()
215 aPrt.Height(nNewHeight); in FormatPrt()
229 aPrt.Height( aFrm.Height()- nUL ); in FormatPrt()
264 nOldHeight = Prt().Height(); in FormatSize()
304 nRemaining += pFrm->Frm().Height(); in FormatSize()
[all …]
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx233 …tring( RTL_CONSTASCII_USTRINGPARAM( "PixelHeight" ) ), static_cast< sal_Int32 >( maSize.Height ) ); in GetFilterData()
234 if ( maResolution.Width && maResolution.Height ) in GetFilterData()
237 const double f100thmmPerPixelY = 100000.0 / maResolution.Height; in GetFilterData()
239 sal_Int32 nLogicalHeight= static_cast< sal_Int32 >( f100thmmPerPixelY * maSize.Height ); in GetFilterData()
250 pFilterOptions->WriteInt32( sLogicalHeight, static_cast< sal_Int32 >( maSize.Height ) ); in GetFilterData()
557 nRawFileSize *= maSize.Height; in GetRawFileSize()
676 maResolution.Height= aResolution.Height(); in ExportDialog()
682 static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Height ) + 0.5 ) ); in ExportDialog()
1142 …ixel( Size( mbPreview ? maDialogSize.Width() * 2 : maDialogSize.Width(), maDialogSize.Height() ) ); in setupLayout()
1201 double fSizePixelY = static_cast< double >( maSize.Height * nZoom ) / 100.0; in updatePreview()
[all …]
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx103 long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height(); in ImplCalcSize()
111 nMaxHeight += mpFixedLine->GetSizePixel().Height(); in ImplCalcSize()
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()
168 Point aPos( nOffX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls()
175 Point aPos( nOffLeftAlignX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls()
190 nOffY -= mpFixedLine->GetSizePixel().Height(); in ImplPosCtrls()
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx159 sal_uLong nY = (sal_uLong) ((double) aWinSize.Height() in CalcMinZoom()
160 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Height()); in CalcMinZoom()
427 long nH = aSize.Height() * GetZoom() / nZoom; in SetZoomIntegral()
429 maWinPos.Y() += (aSize.Height() - nH) / 2; in SetZoomIntegral()
454 nX = (sal_uLong) ((double) aWinSize.Height() in GetZoomForRect()
527 nX = (sal_uLong) ((double) aWinSize.Height() in SetZoomRect()
562 …aWinSize.Height() = (long) ((double) aWinSize.Height() * (double) ZOOM_MULTIPLICATOR / (double) nF… in SetZoomRect()
563 maWinPos.Y() += (rZoomRect.GetHeight() - aWinSize.Height()) / 2; in SetZoomRect()
599 if ( maWinPos.Y() > maViewSize.Height() - aWinSize.Height() ) in UpdateMapOrigin()
601 maWinPos.Y() = maViewSize.Height() - aWinSize.Height(); in UpdateMapOrigin()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx161 long lSize = GetDocSz().Height() + lBorder - aVisArea.GetHeight(); in SetVScrollMax()
204 lTmp = aDocSz.Height() + lGreenOffset; in DocSzChgd()
259 if( aSize.Width() < 0 || aSize.Height() < 0 ) in SetVisArea()
280 Abs(aOldSz.Height() - pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea()
487 aSize.Height()+ GetYScroll() > aVisSize.Height() )) in Scroll()
491 aSize.Height()= Min( aSize.Height(),aVisSize.Height()); in Scroll()
495 static_cast< sal_uInt16 >((aVisSize.Height()- aSize.Height())/ 2) ); in Scroll()
501 aDocSz.Height() + nBorder - in Scroll()
518 aDocSz.Height() + nBorder - in Scroll()
575 (aVisArea.GetHeight() > aDocSz.Height()) ) in GetPageScrollDownOffset()
[all …]
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx509 aOutSize.Height()-(2*aCtrlOffset.X()) ); in SetPosSizeCtrls()
516 aOutSize.Height()-(2*aCtrlOffset.X()) ); in SetPosSizeCtrls()
522 aOutSize.Height()-(2*aCtrlOffset.X()) ); in SetPosSizeCtrls()
530 aIconCtrlPos = Point ( aCtrlOffset.X(), aOutSize.Height() - in SetPosSizeCtrls()
531 aResetButtonSize.Height() - (2*aCtrlOffset.X()) - in SetPosSizeCtrls()
556 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls()
563 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls()
567 aNewPagePos = Point ( aCtrlOffset.X(), aNewIconCtrlSize.Height() + in SetPosSizeCtrls()
570 aOutSize.Height() - aOKBtn.GetSizePixel().Height() - in SetPosSizeCtrls()
571 aNewIconCtrlSize.Height() - (4*aCtrlOffset.X()) ); in SetPosSizeCtrls()
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx591 aNavSize.Height() = Max( aInfoSize.Height(), aNavSize.Height() ); in SFX_IMPL_CHILDWINDOWCONTEXT()
592 pNavigator->nListModeHeight = Max( aNavSize.Height(), pNavigator->nListModeHeight ); in SFX_IMPL_CHILDWINDOWCONTEXT()
598 sal_Bool bSmall = ( aInfoSize.Height() <= pNavigator->aInitSize.Height() + SCNAV_MINTOL ); in SFX_IMPL_CHILDWINDOWCONTEXT()
707 (aTbxCmd.GetPosPixel().Y() + aTbxCmd.GetSizePixel().Height()), in ScNavigatorDlg()
708 (aEdRow.GetPosPixel().Y() + aEdRow.GetSizePixel().Height()) ) in ScNavigatorDlg()
717 aInitSize.Height() = aLbEntries.GetPosPixel().Y(); in ScNavigatorDlg()
719 nInitListHeight = aLbEntries.GetSizePixel().Height(); in ScNavigatorDlg()
720 nListModeHeight = aInitSize.Height() in ScNavigatorDlg()
821 rNewSize.Height() = aInitSize.Height(); in Resizing()
824 if ( rNewSize.Height() < aMinOut.Height() ) in Resizing()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx170 aAvailableArea.Bottom()-aScrollBarSize.Height()+1), in PlaceHorizontalScrollBar()
172 aScrollBarSize.Height())); in PlaceHorizontalScrollBar()
205 aArea.Bottom()-mpHorizontalScrollBar->GetSizePixel().Height()+1), in PlaceFiller()
208 mpHorizontalScrollBar->GetSizePixel().Height())); in PlaceFiller()
266 mpVerticalScrollBar->SetVisibleSize (aWindowModelSize.Height()); in UpdateScrollBars()
269 mpContentWindow->GetSizePixel()).Height()); in UpdateScrollBars()
345 (long int) (mnVerticalPosition * aViewSize.Height())); in SetWindowOrigin()
408 aRemainingSpace.Bottom() -= mpHorizontalScrollBar->GetSizePixel().Height(); in DetermineScrollBarVisibilities()
427 aBrowserSize.Height() -= mpHorizontalScrollBar->GetSizePixel().Height(); in TestScrollBarVisibilities()
449 if (aPageSize.Height() > aWindowModelSize.Height()) in TestScrollBarVisibilities()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx53 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()
138 rAnm.aPosPix.Y() + rAnm.aSizePix.Height() - 1L ); in ImplGetPosSize()
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()
[all …]

12345678910>>...69