Home
last modified time | relevance | path

Searched refs:Height (Results 51 – 75 of 1739) sorted by relevance

12345678910>>...70

/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleComponent.java104 bounds.Height + ")"); in _containsPoint()
111 "," + (bounds.Height - 1) + ") - OK"); in _containsPoint()
122 (curY < bounds.Height)) { in _containsPoint()
127 if (curY < bounds.Height) { in _containsPoint()
141 (curY < bounds.Height)) { in _containsPoint()
146 if (curY < bounds.Height) { in _containsPoint()
184 for (int y = -1; y <= bounds.Height; y++) { in _containsPoint()
237 chBnd.Height + "): " + in _getAccessibleAtPoint()
260 int curY = chBnd.Height / 2; in _getAccessibleAtPoint()
490 result &= (size.Height == bounds.Height); in _getSize()
[all …]
/aoo42x/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx52 int penSize=(pSize.Width()+pSize.Height())/2; in contractRectangle()
77 Y[1] += pSize.Height(); in drawLineHQ()
80 if (Y[0] < Y[1]) Y[1]+=pSize.Height(); in drawLineHQ()
81 else Y[0]+=pSize.Height(); in drawLineHQ()
97 L2I_ARY( dest.X(), dest.Y()+pSize.Height())}; in drawLineHQ()
126 int penSize=(pSize.Width()+pSize.Height())/2; in drawLine()
141 int penSize=(pSize.Width()+pSize.Height())/2; in drawRectangle()
160 int penSize=(pSize.Width()+pSize.Height())/2; in drawEllipse()
175 int penSize=(pSize.Width()+pSize.Height())/2; in drawArc()
210 int penSize=(pSize.Width()+pSize.Height())/2; in drawRoundRectangle()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphLineSpacing.java75 lineSpacing.Height = 5000; in testParagraphLineSpacingFix()
104 assertEquals("assert first paragraph line spacing is fix",5001,paraLineSpacing_assert_odt.Height); in testParagraphLineSpacingFix()
111 assertEquals("assert first paragraph line spacing is fix",5001,paraLineSpacing_assert_doc.Height); in testParagraphLineSpacingFix()
134 lineSpacing.Height = 5000; in testParagraphLineSpacingLeading()
195 lineSpacing.Height = 5000; in testParagraphLineSpacingMinimum()
256 lineSpacing.Height = 150; in testParagraphLineSpacingProp()
286 assertEquals("assert line spacing height is 150",150,paraLineSpacing_assert_odt.Height); in testParagraphLineSpacingProp()
294 assertEquals("assert line spacing height is 150",150,paraLineSpacing_assert_doc.Height); in testParagraphLineSpacingProp()
316 lineSpacing.Height = 100; in testParagraphLineSpacingSingle()
374 lineSpacing.Height = 200; in testParagraphLineSpacingDouble()
[all …]
/aoo42x/main/vcl/source/window/
H A Dtoolbox.cxx503 y += aTopLineSz.Height(); in ImplDrawGradientBackground()
511 y += aLineSz.Height(); in ImplDrawGradientBackground()
845 aSize.Height() += nMax; in ImplCalcSize()
866 if ( aSize.Height() ) in ImplCalcSize()
1148 nSize = aSize.Height(); in ImplLineSizing()
2040 if ( it->maImage.GetSizePixel().Height() > it->maItemSize.Height() ) in ImplCalcItem()
2041 it->maItemSize.Height() = it->maImage.GetSizePixel().Height(); in ImplCalcItem()
4759 mnDY = aSize.Height(); in Resize()
5220 aDockSize.Height() = ImplCalcSize( this, mnLines, TB_CALCMODE_HORZ ).Height(); in Docking()
5343 if ( (mnLastResizeDY != rSize.Height()) && (mnDY != rSize.Height()) ) in Resizing()
[all …]
/aoo42x/main/reportdesign/source/ui/dlg/
H A DCondition.cxx90 const Size aButtonSize( LogicToPixel( Size( 12, 0 ), MAP_APPFONT ).Width(),aSize.Height()); in Resize()
93 m_pSubEdit->SetPosSizePixel(Point(0,0),Size(aButtonPos.X() ,aSize.Height())); in Resize()
178 aSize.Height() += 4; in OColorPopup()
193 aSize.Height() -= 4; in Resize()
303 …m_aActions.SetPosSizePixel( 0, aToolbarPos.Y() + ( aPreviewSize.Height() - aToolbarSize.Height() )… in Condition()
402 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
474 aBorderRect.Top() -= aRelatedControls.Height(); in impl_getToolBarBorderRect()
476 aBorderRect.Bottom() += aRelatedControls.Height(); in impl_getToolBarBorderRect()
503 aButtonPos.Move( 0, aButtonSize.Height() + aRelatedControls.Height() ); in impl_layoutAll()
568 m_aCondLHS.SetPosSizePixel( aLHSPos.X(), aLHSPos.Y(), aLHSSize.Width(), aLHSSize.Height() ); in impl_layoutOperands()
[all …]
/aoo42x/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx330 aSz.Width() = aSz.Height() = 567; in Insert()
365 if( aGrfSize.Height() > aBound.Height() ) in Insert()
367 aGrfSize.Height() = aBound.Height(); in Insert()
470 aArea.Height( aSize.Height() ); in InsertObject()
569 aSz.Height() = aSz.Height() * aBound.Width() / aSz.Width(); in InsertOleObject()
716 aSz.Height = aSize.Height(); in CalcAndSetScale()
822 _aVisArea.Height()- nY <= aObjArea.Height()&& in CalcAndSetScale()
823 _aVisArea.Height()+ nY >= aObjArea.Height() )) in CalcAndSetScale()
858 aScaleHeight = Fraction( aObjArea.Height(), _aVisArea.Height()); in CalcAndSetScale()
891 aArea.Height( _aVisArea.Height() ); in CalcAndSetScale()
[all …]
/aoo42x/main/cui/source/dialogs/
H A Dabout.cxx185 long nCtrlMargin = a6Size.Height() * 2; in Adjust()
186 maText.SetPosPixel( Point(a6Size.Width(), a6Size.Height()) ); in Adjust()
405 aSmaller.Height() = (long) (aSmaller.Height() * 0.75); in ApplyStyleSettings()
436 long nCtrlMargin = a6Size.Height() * 2; in LayoutControls()
438 long nY = aAppLogoSiz.Height() + a6Size.Height(); in LayoutControls()
446 nY += aSize.Height() + a6Size.Height(); in LayoutControls()
451 nY += aSize.Height() + a6Size.Height(); in LayoutControls()
456 nY += aSize.Height() + a6Size.Height(); in LayoutControls()
461 nY += aSize.Height(); in LayoutControls()
463 nY = std::max( nY, aMainLogoSz.Height() ); in LayoutControls()
[all …]
/aoo42x/main/vcl/source/control/
H A Dlstbox.cxx481 if ( nTextHeight > aSize.Height() ) in Draw()
688 long nBottom = aOutSz.Height(); in Resize()
1370 aSz.Height() = mpImplLB->CalcSize( 1 ).Height(); in CalcMinimumSize()
1406 aSz.Height() = aBound.GetHeight(); in CalcMinimumSize()
1432 aSz.Height() -= nTop+nBottom; in CalcAdjustedSize()
1443 aSz.Height() = mnDDHeight; in CalcAdjustedSize()
1445 aSz.Height() += nTop+nBottom; in CalcAdjustedSize()
1465 aSz.Height() = mpImplLB->CalcSize( nLines ).Height(); in CalcSize()
1467 aSz.Height() = mnDDHeight; in CalcSize()
1470 aSz.Height() = aMinSz.Height(); in CalcSize()
[all …]
/aoo42x/main/svtools/source/graphic/
H A Dgrfmgr2.cxx525 const long nH = rBmpSzPix.Height(); in ImplCreateOutput()
632 nEndY = aOutSzPix.Height() - 1L; in ImplCreateOutput()
734 if( aNewSize.Width() && aNewSize.Height() && rSz.Width() && rSz.Height() ) in ImplCreateOutput()
2260 … const int nNumTilesInCacheY( (nTileCacheSize1D + rSizePixel.Height()-1) / rSizePixel.Height() ); in ImplDrawTiled()
2318 if( aOutOffset.Height() < 0 ) in ImplDrawTiled()
2319 … nInvisibleTilesY = (aOutOffset.Height() - rSizePixel.Height() + 1) / rSizePixel.Height(); in ImplDrawTiled()
2321 nInvisibleTilesY = aOutOffset.Height() / rSizePixel.Height(); in ImplDrawTiled()
2417 rCropLeftTop.Height() < 0 || in ImplTransformBitmap()
2423 sal_Int32 nPadTop( rCropLeftTop.Height() < 0 ? -rCropLeftTop.Height() : 0 ); in ImplTransformBitmap()
2425 …sal_Int32 nPadTotalHeight( aBmpSize.Height() + nPadTop + (rCropRightBottom.Height() < 0 ? -rCropRi… in ImplTransformBitmap()
[all …]
/aoo42x/main/sw/source/core/layout/
H A Dcalcmove.cxx728 Frm().Height( 0 ); Prt().Height( 0 ); in MakeAll()
763 Frm().Height( pAttrs->GetSize().Height() ); in MakeAll()
778 nTmp += pCnt->Frm().Height(); in MakeAll()
782 - pCnt->Prt().Height(); in MakeAll()
792 ( pFrm->Frm().Height() < pFrm->Prt().Height() ) in MakeAll()
800 ASSERT( !(pFrm->Frm().Height() < pFrm->Prt().Height()), in MakeAll()
802 nTmp += pFrm->Frm().Height() - pFrm->Prt().Height(); in MakeAll()
836 Prt().Height( Frm().Height() - (nTop + nBottom) ); in MakeAll()
1838 pNxt->Frm().Height( pNxt->GetUpper()->Prt().Height() ); in MakeNxt()
1853 pNxt->Frm().Height( pNxt->GetUpper()->Prt().Height() ); in MakeNxt()
[all …]
H A Dwsfrm.cxx855 if ( Frm().Height() ) in Paste()
1455 if ( !pViewShell || pViewShell->VisArea().Height() >= pUp->Frm().Height() ) in AdjustNeighbourhood()
1463 pBody->Frm().Height(Max( 0L, pBody->Frm().Height() - nChg )); in AdjustNeighbourhood()
1486 pUp->Frm().Height() + nDiff < pViewShell->VisArea().Height() ) in AdjustNeighbourhood()
1490 nChg = pViewShell->VisArea().Height() - pUp->Frm().Height(); in AdjustNeighbourhood()
2806 const bool bHeightChgd = rOldSize.Height() != Prt().Height(); in ChgLowersProp()
3045 pLowerFrm->Frm().Height( Prt().Height() ); in ChgLowersProp()
3091 ( Prt().Height() - rOldSize.Height() ); in ChgLowersProp()
3123 * Prt().Height() ) / rOldSize.Height(); in ChgLowersProp()
3158 if ( rOldSize.Height() < Prt().SSize().Height() || in ChgLowersProp()
[all …]
/aoo42x/main/sd/source/ui/view/
H A Dsdview3.cxx732 Fraction aScaleHeight( aPickObjSize.Height(), aObjSize.Height() ); in InsertData()
853 maDropPos.Y() -= ( aSize.Height() >> 1 ); in InsertData()
973 aSz.Height = aTmp.Height(); in InsertData()
991 aSize.Height() = 10000; in InsertData()
994 aSz.Height = aSize.Height(); in InsertData()
1004 maDropPos.Y() -= Min( aSize.Height(), aMaxSize.Height() ) >> 1; in InsertData()
1151 if ( aSz.Width != aTmp.Width() || aSz.Height != aTmp.Height() ) in InsertData()
1154 aSz.Height = aTmp.Height(); in InsertData()
1159 aSize = Size( aSz.Width, aSz.Height ); in InsertData()
1165 aSz.Height = aSize.Height(); in InsertData()
[all …]
/aoo42x/main/sw/source/core/text/
H A Ditrform2.cxx159 + pPage->Prt().Height() - Y(); in GetFrmRstHeight()
161 return pCurr->Height(); in GetFrmRstHeight()
357 if( pCurr->Height() < pPor->Height() ) in InsertPortion()
358 pCurr->Height( pPor->Height() ); in InsertPortion()
778 pPor->Height( pLast->Height() ); in CalcAscent()
826 pPor->Height( pLast->Height() ); in CalcAscent()
1465 if( !pCurr->Height() ) in NewPortion()
1468 pCurr->Height( pPor->Height() ); in NewPortion()
1472 ASSERT( !pPor || pPor->Height(), in NewPortion()
1584 pCurr->Height() > pPorTmp->Height()))) in FormatLine()
[all …]
H A Dporrst.cxx64 Height( rPortion.Height() ); in SwTmpEndPortion()
116 Height( pRoot->Height() ); in Format()
137 Height( rPortion.Height() ); in SwKernPortion()
149 Height( rPortion.Height() ); in SwKernPortion()
202 Height( rPortion.Height() ); in SwArrowPortion()
211 Height( (sal_uInt16)(rInf.GetTxtFrm()->Prt().Height()) ); in SwArrowPortion()
274 Prt().SSize().Height() + 1; in EmptyHeight()
313 sal_Bool bFirstFlyCheck = 0 != Prt().Height(); in FormatEmpty()
560 Height( pRoot->Height() ); in Format()
/aoo42x/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx44 return rBox.Y + rBox.Height - 1; in Bottom()
52 sal_Int32 Height (const sal_Int32 nTop, const sal_Int32 nBottom) in Height() function
121 rBox.Y + rBox.Height); in ConvertRectangle()
149 return awt::Rectangle(nLeft,nTop, Width(nLeft,nRight), Height(nTop,nBottom)); in Intersection()
192 && rBox1.Y+rBox1.Height <= rBox2.Y+rBox2.Height; in IsInside()
202 if (rBox1.Width<=0 || rBox1.Height<=0) in Union()
204 else if (rBox2.Width<=0 || rBox2.Height<=0) in Union()
242 || rBox1.Y+rBox1.Height <= rBox2.Y in AreRectanglesDisjoint()
244 || rBox1.Y >= rBox2.Y+rBox2.Height; in AreRectanglesDisjoint()
260 aPoints[0][1] = geometry::RealPoint2D(rBox.X, rBox.Y+rBox.Height); in CreatePolygon()
[all …]
H A DPresenterSlidePreview.cxx217 rEvent.UpdateRect.Height)); in windowPaint()
278 OUString::createFromAscii("Height")) >>= aSlideSize.Height; in SetSlide()
312 awt::Size(aWindowBox.Width, aWindowBox.Height), in Paint()
324 (aWindowBox.Height - aPreviewSize.Height)/2, in Paint()
326 aPreviewSize.Height); in Paint()
333 mnSlideAspectRatio,awt::Size(aWindowBox.Width, aWindowBox.Height))); in Paint()
336 (aWindowBox.Height - aPreviewSize.Height)/2, in Paint()
338 aPreviewSize.Height); in Paint()
347 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in Paint()
392 awt::Size(aWindowBox.Width, aWindowBox.Height))); in Resize()
[all …]
H A DPresenterSlideShowView.cxx416 0, aWindowBox.Height-1, 0); in getTransformation()
839 0,aBitmapSize.Height,0), in PaintOuterWindow()
1026 if (aWindowBox.Height > 0) in Resize()
1034 aViewWindowBox.Height = aWindowBox.Height; in Resize()
1044 aViewWindowBox.Y = (aWindowBox.Height - aViewWindowBox.Height) / 2; in Resize()
1050 aViewWindowBox.Height, in Resize()
1094 if (aWindowBox.Height == aViewWindowBox.Height && aWindowBox.Width == aViewWindowBox.Width) in CreateBackgroundPolygons()
1099 else if (aWindowBox.Height == aViewWindowBox.Height) in CreateBackgroundPolygons()
1107 aWindowBox.Height), in CreateBackgroundPolygons()
1114 aWindowBox.Height), in CreateBackgroundPolygons()
[all …]
/aoo42x/main/svx/source/svdraw/
H A Dsvdotxed.cxx159 aAnkSiz.Width()--; aAnkSiz.Height()--; // weil GetSize() ein draufaddiert in TakeTextEditArea()
164 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
182 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()
192 nMinHgt = aAnkSiz.Height(); in TakeTextEditArea()
220 aPaperMax.Height()=nMaxHgt; in TakeTextEditArea()
227 aPaperMin.Height()=nMinHgt; in TakeTextEditArea()
251 long nYFree=aAnkSiz.Height()-aPaperMin.Height(); in TakeTextEditArea()
254 else { pViewMin->Top()+=nYFree/2; pViewMin->Bottom()=pViewMin->Top()+aPaperMin.Height(); } in TakeTextEditArea()
262 aPaperMin.Height() = 0; // #33102# in TakeTextEditArea()
271 aPaperMin.Height() = 0; in TakeTextEditArea()
H A Dsvdomedia.cxx153 if( aSize.Height() != 0 && aSize.Width() != 0 ) in AdjustToMaxRect()
160 ( aSize.Height() > aMaxSize.Height() ) || in AdjustToMaxRect()
162 aSize.Height() && aMaxSize.Height() ) in AdjustToMaxRect()
165 (float)aSize.Height(); in AdjustToMaxRect()
167 (float)aMaxSize.Height(); in AdjustToMaxRect()
172 aSize.Width() = (long)(aMaxSize.Height() * fGrfWH); in AdjustToMaxRect()
173 aSize.Height()= aMaxSize.Height(); in AdjustToMaxRect()
178 aSize.Height()= (long)(aMaxSize.Width() / fGrfWH); in AdjustToMaxRect()
188 aPos.Y() -= aSize.Height() / 2; in AdjustToMaxRect()
/aoo42x/main/sd/source/ui/func/
H A Dfuinsert.cxx328 aSz.Height = aRect.GetHeight(); in DoExecute()
343 Size aSize( aSz.Width, aSz.Height ); in DoExecute()
349 aSize.Height() = 10000; in DoExecute()
352 aSz.Height = aTmp.Height(); in DoExecute()
365 aPos.Y() -= aSize.Height() / 2; in DoExecute()
417 aVisualSize.Height = aTmp.Height(); in DoExecute()
575 aSize.Height() = 10000; in DoExecute()
578 aSz.Height = aTmp.Height(); in DoExecute()
652 (aPageSize.Height() - aSize.Height()) / 2); in DoExecute()
774 if( aPrefSize.Width() && aPrefSize.Height() ) in DoExecute()
[all …]
/aoo42x/main/oox/source/xls/
H A Ddrawingbase.cxx130 maSize.Height = rAttribs.getHyper( XML_cy, 0 ); in importExt()
199 EmuSize aPageSize( lclHmmToEmu( rPageSizeHmm.Width ), lclHmmToEmu( rPageSizeHmm.Height ) ); in calcAnchorRectEmu()
207 if( maPos.isValid() && (maPos.X < aPageSize.Width) && (maPos.Y < aPageSize.Height) ) in calcAnchorRectEmu()
216 if( (aPoint.X < aPageSize.Width) && (aPoint.Y < aPageSize.Height) ) in calcAnchorRectEmu()
234 … aAnchorRect.Height = ::std::min< sal_Int64 >( maSize.Height, aPageSize.Height - aAnchorRect.Y ); in calcAnchorRectEmu()
253 aAnchorRect.Height = aPageSize.Height - aAnchorRect.Y; in calcAnchorRectEmu()
255 … aAnchorRect.Height = ::std::min< sal_Int64 >( aPoint.Y - aAnchorRect.Y + 1, aAnchorRect.Height ); in calcAnchorRectEmu()
275 …clEmuToHmm( aAnchorRect.Y ), lclEmuToHmm( aAnchorRect.Width ), lclEmuToHmm( aAnchorRect.Height ) ); in calcAnchorRectHmm()
305 EmuSize aEmuSize( lclHmmToEmu( aCellSize.Width ), lclHmmToEmu( aCellSize.Height ) ); in calcCellAnchorEmu()
309 …aEmuPoint.Y += static_cast< sal_Int64 >( aEmuSize.Height * getLimitedValue< double >( static_cast<… in calcCellAnchorEmu()
/aoo42x/main/uui/source/
H A Dmasterpasscrtdlg.cxx103 long nLabelHeight = aFTMasterPasswordWarning.GetSizePixel().Height(); in MasterPasswordCreateDialog()
120 aNewDlgSize.Height() += nDelta; in MasterPasswordCreateDialog()
124 aNewWarningSize.Height() = nNewLabelHeight; in MasterPasswordCreateDialog()
143 if ( aSize.Height() > aMinSize.Height() ) in CalculateTextHeight()
146 nDelta = aSize.Height() - aMinSize.Height(); in CalculateTextHeight()
163 if ( aSize.Height() > aMinSize.Height() ) in CalculateTextHeight()
166 long nTemp = aSize.Height() - aMinSize.Height(); in CalculateTextHeight()
182 aDlgSize.Height() -= nDelta; in CalculateTextHeight()
/aoo42x/main/chart2/source/view/main/
H A DChartView.cxx2090 aRemainingSpace.Height-=2*nYDistance; in getAvailablePosAndSizeForDiagram()
2105 …rOutAvailableDiagramSize.Height = static_cast<sal_Int32>(aRelativeSize.Secondary*rPageSize.Height); in getAvailablePosAndSizeForDiagram()
2132 if( rOutPos.Y + rOutAvailableDiagramSize.Height > rPageSize.Height ) in getAvailablePosAndSizeForDiagram()
2133 rOutAvailableDiagramSize.Height = rPageSize.Height - rOutPos.Y; in getAvailablePosAndSizeForDiagram()
2173 … , rDiagramPlusAxesRect.Y + rDiagramPlusAxesRect.Height - aTitleSize.Height/2 ); in changePositionOfAxisTitle()
2179 sal_Int32 nMaxY = rPageSize.Height - aTitleSize.Height/2; in changePositionOfAxisTitle()
2182 sal_Int32 nMinY = aTitleSize.Height/2; in changePositionOfAxisTitle()
2266 … , rRemainingSpace.Y + rRemainingSpace.Height - aTitleSize.Height/2 - nYDistance ); in lcl_createTitle()
2288 rRemainingSpace.Height -= ( aTitleSize.Height + nYDistance ); in lcl_createTitle()
2291 rRemainingSpace.Height -= ( aTitleSize.Height + nYDistance ); in lcl_createTitle()
[all …]
/aoo42x/main/sw/source/ui/table/
H A Dchartins.cxx94 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in SwGetChartDialogPos()
97 aRet.Y() = aObjAbs.Bottom() + aSpace.Height(); in SwGetChartDialogPos()
100 else if ( aObjAbs.Top() - aDesktop.Top() >= rDialogSize.Height() + aSpace.Height() ) in SwGetChartDialogPos()
103 aRet.Y() = aObjAbs.Top() - rDialogSize.Height() - aSpace.Height(); in SwGetChartDialogPos()
121 aRet.Y() = aObjAbs.Top() + ( aObjAbs.GetHeight() - rDialogSize.Height() ) / 2; in SwGetChartDialogPos()
126 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height(); in SwGetChartDialogPos()
138 if ( aRet.Y() + rDialogSize.Height() - 1 > aDesktop.Bottom() ) in SwGetChartDialogPos()
139 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height() + 1; in SwGetChartDialogPos()
232 Size aDialogSize( aDialogAWTSize.Width, aDialogAWTSize.Height ); in SwInsertChart()
233 if ( aDialogSize.Width() > 0 && aDialogSize.Height() > 0 ) in SwInsertChart()
/aoo42x/main/svtools/source/contnr/
H A Dimivctl1.cxx573 aVirtOutputSize.Height() < aRealOutputSize.Height() ) in ResetVirtSize()
1534 aSize.Height() += 2; in AdjustScrollBars()
2305 if( aOptSize.Height() > aTextSize.Height() ) in CalcTextRect()
2306 aTextSize.Height() = aOptSize.Height(); in CalcTextRect()
2715 sal_Bool bVer = aDocSize.Height() > aVisSize.Height(); in HandleScrollCommand()
2999 aMinSize.Height() += aTextSize.Height(); in GetMinGrid()
3015 if( aSize.Height() < aMinSize.Height() ) in SetGrid()
3016 aSize.Height() = aMinSize.Height(); in SetGrid()
3027 nGridDY = aSize.Height(); in SetGrid()
4631 if( aSize.Height() < 0 ) in GetGridCount()
[all …]

Completed in 220 milliseconds

12345678910>>...70