Home
last modified time | relevance | path

Searched refs:GetHeight (Results 51 – 75 of 487) sorted by relevance

12345678910>>...20

/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx71 fHRatio = aDeviceRect.GetHeight() / aViewWin.H; in SetViewWindow()
197 long nNewH = rRect.GetHeight(); in SetDeviceWindow()
199 long nOldH = aDeviceRect.GetHeight(); in SetDeviceWindow()
H A Dview3d.cxx900 aRect.SetSize(Size(500, aRect.GetHeight())); in ConvertMarkedObjTo3D()
901 if(aRect.GetHeight() <= 1) in ConvertMarkedObjTo3D()
912 double fH = (double)aRect.GetHeight(); in ConvertMarkedObjTo3D()
1015 InitScene(pScene, (double)aRect.GetWidth(), (double)aRect.GetHeight(), aBoundVol.getDepth()); in ConvertMarkedObjTo3D()
1603 aRect.SetSize(Size(500, aRect.GetHeight())); in End3DCreation()
1604 if(aRect.GetHeight() <= 1) in End3DCreation()
1858 double fH = aAllBoundRect.GetHeight(); in MergeScenes()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx173 const long nRectHeight = aRect.GetHeight(); in UserDraw()
301 long nRectHeight = aRect.GetHeight(); in UserDraw()
302 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw()
424 long nRectHeight = aRect.GetHeight(); in UserDraw()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx998 nStandardHeight = (sal_Int32)rFontHeightStandard.GetHeight(); in Reset()
1006 nTitleHeight = (sal_Int32)rFontHeightTitle.GetHeight(); in Reset()
1018 nListHeight = (sal_Int32)rFontHeightList.GetHeight(); in Reset()
1028 nLabelHeight = (sal_Int32)rFontHeightLabel.GetHeight(); in Reset()
1037 nIndexHeight = (sal_Int32)rFontHeightIndex.GetHeight(); in Reset()
1754 sal_uLong nOutHPix = aPage.GetHeight(); in SwMarkPreview()
1765 …rtArea.SetSize(Size(nWidth / 2 - (nLBorder + nRBorder) / 2 + nKorr, aLeftPagePrtArea.GetHeight())); in SwMarkPreview()
1809 aPageSeparator.SetSize(Size(2, aPageSeparator.GetHeight())); in Paint()
1864 nStep = aTextLine.GetHeight() + 2; in PaintPage()
1865 nLines = (sal_uInt16)(rRect.GetHeight() / (aTextLine.GetHeight() + 2)) - 1; in PaintPage()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx134 rTwoRect.mnSrcHeight = aCropRect.GetHeight(); in ImplAdjustTwoRect()
1239 aPosAry.mnSrcHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()
1244 aPosAry.mnDestHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()
2096 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend()
2285 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha()
2286 const long nDstWidth = aDstRect.GetWidth(), nDstHeight = aDstRect.GetHeight(); in ImplDrawAlpha()
2394 …if( !rBmp.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.H… in ImplPrintTransparent()
2440 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent()
2508 …if( !rMask.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.… in ImplPrintMask()
2541 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx167 Frm().Height( rFrmSize.GetHeightSizeType() == ATT_VAR_SIZE ? MINFLY : rFrmSize.GetHeight() ); in SwFlyFrm()
746 nDiffHeight -= rFrmSize.GetHeight(); in FrmSizeChg()
977 if ( rOld.GetWidth() && rOld.GetHeight() ) in _UpdateAttr()
981 Fraction aScaleY( rOld.GetHeight(), rOld.GetHeight() ); in _UpdateAttr()
1093 if ( rSz.GetHeight() != Frm().Height() || in _UpdateAttr()
1098 Fraction aScaleY( Frm().Height(), rSz.GetHeight() ); in _UpdateAttr()
2029 SwTwips nFmtHeight = bVert ? rFmtSize.GetWidth() : rFmtSize.GetHeight(); in _Shrink()
2615 aRet.Width() /= rSz.GetHeight(); in CalcRel()
H A Dpagedesc.cxx398 nMaxHeight( rCpy.GetHeight() ), in SwPageFtnInfo()
421 nMaxHeight = rCpy.GetHeight(); in operator =()
443 return ( nMaxHeight == rCmp.GetHeight() && in operator ==()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1194 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1198 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1207 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1212 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1221 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1226 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx551 Size(nRubyHeight, aRect.GetHeight()) : in DrawPage()
555 Size(nBaseHeight, aRect.GetHeight()) : in DrawPage()
561 sal_Int32 nLines = (m_bVertical ? aRect.GetWidth(): aRect.GetHeight()) / nLineHeight; in DrawPage()
574 sal_Int16 nYStart = static_cast< sal_Int16 >(aRect.GetHeight() / 2 - nLineHeight * nLines /2); in DrawPage()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java154 aLine.GetHeight()); in PaintLineHighlight()
161 aLine.GetHeight()); in PaintLineHighlight()
181 aLine.GetBottom() - (aLine.GetHeight()-nHeight)/2 - aMetrics.getDescent()); in PaintLineNumber()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1125 nMaxSize = pThis->maOutDockRect.GetHeight() - 20; in ImplLineSizing()
1921 if( aRect.GetHeight() > nMinHeight ) in ImplCalcItem()
1922 nMinHeight = aRect.GetHeight(); in ImplCalcItem()
1944 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1945 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
1956 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1957 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
1968 if( aRect.GetHeight() > mnWinHeight ) in ImplCalcItem()
1969 mnWinHeight = aRect.GetHeight(); in ImplCalcItem()
3380 nY += (maNextToolRect.GetHeight()-6)/2-6; in ImplDrawNext()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx207 if ( ( nParaStart + pTmpPortion->GetHeight() ) < GetVisDocTop() ) in DrawSelection()
635 aAnchorPoint.Y() = aOutArea.Top() + (aOutArea.GetHeight()-1) / 2; in CalcAnchorPoint()
715 long nMaxHeight = !IsVertical() ? aOutArea.GetHeight() : aOutArea.GetWidth(); in ShowCursor()
716 if ( aEditCursor.GetHeight() > nMaxHeight ) in ShowCursor()
786 long nH = aOutArea.GetHeight() / 4; in ShowCursor()
787 if ( ( nH > aEditCursor.GetHeight() ) && ( Abs( nDiffY ) < nH ) ) in ShowCursor()
1870 nScrollY = GetOutputArea().GetHeight() / SCRLRANGE; in dragOver()
1872 nScrollY = -( GetOutputArea().GetHeight() / SCRLRANGE ); in dragOver()
1890 if ( nRel < ( pPPortion->GetHeight() / 2 ) ) in dragOver()
H A Deditdoc2.cxx395 nHeight += pTmpPortion->GetHeight(); in GetYOffset()
406 nY += GetObject(nPortion)->GetHeight(); // sollte auch bei !bVisible richtig sein! in FindParagraph()
490 rItem.SetHeight( OutputDevice::LogicToLogic( rItem.GetHeight(), eSourceUnit, eDestUnit ) ); in ConvertItem()
H A Dimpedit2.cxx1507 aTopLeft.Y() -= pView->GetVisArea().GetHeight() *9/10; in PageUp()
3140 nY += pPortion->GetHeight(); in PaMtoEditCursor()
3325 nY += GetParaPortions()[nPortion]->GetHeight(); in CalcTextHeight()
3406 return pLine->GetHeight(); in GetLineHeight()
3420 nHeight = pPPortion->GetHeight(); in GetParaHeight()
3858 aRange.Min() += pL->GetHeight(); in GetInvalidYOffsets()
3881 aRange.Max() += pL->GetHeight(); in GetInvalidYOffsets()
3922 nY += pTmpLine->GetHeight(); in GetPaM()
4440 nY += pTmpLine->GetHeight(); in GetEditCursor()
4450 nY -= pLine->GetHeight(); in GetEditCursor()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1488 nRealScreenHeight = rScreens[i].GetHeight(); in Center()
1505 pFrame->maGeometry.nHeight = aRect.GetHeight(); in Center()
1610 nHeight = aPosSize.GetHeight(); in SetPosSize()
1619 maGeometry.nHeight = aPosSize.GetHeight(); in SetPosSize()
1729 && aPosSize.GetHeight() <= aScreenSize.Height() ) in SetWindowState()
1836 pState->mnHeight = aPosSize.GetHeight(); in GetWindowState()
1848 pState->mnMaximizedHeight = aPosSize.GetHeight(); in GetWindowState()
1984 values.height = rPosSize.GetHeight(); in SetPosSize()
2042 pHints->min_height = rPosSize.GetHeight(); in SetPosSize()
2044 pHints->max_height = rPosSize.GetHeight(); in SetPosSize()
[all …]
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx77 sal_uInt16 GetHeight( ViewShell *pSh, const OutputDevice& rOut );
295 long GetHeight() const { return aSub[nActual].GetSize().Height(); } in GetHeight() function in SwFont
316 inline long GetHeight( const sal_uInt8 nWhich ) const in GetHeight() function in SwFont
365 inline sal_uInt16 GetHeight( ViewShell *pSh, const OutputDevice& rOut ) in GetHeight() function in SwFont
366 { return aSub[nActual].GetHeight( pSh, rOut ); } in GetHeight()
/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx95 double GetHeight (void) const;
442 (*iBlock)->maLeft.GetHeight(), in CheckFontSize()
443 (*iBlock)->maRight.GetHeight()); in CheckFontSize()
681 double LineDescriptorList::GetHeight (void) const in GetHeight() function in sdext::presenter::__anone6988fc90311::LineDescriptorList
/trunk/main/sw/source/core/text/
H A Datrstck.cxx732 rFnt.SetSize(Size(0,((SvxFontHeightItem&)rItem).GetHeight() ), SW_LATIN ); in FontChg()
798 rFnt.SetSize(Size( 0, ((SvxFontHeightItem&)rItem).GetHeight()), SW_CJK); in FontChg()
817 rFnt.SetSize(Size(0, ((SvxFontHeightItem&)rItem).GetHeight() ), SW_CTL); in FontChg()
959 nHeight = aFont.GetHeight( pShell, rOut ); in GetDefaultAscentAndHeight()
/trunk/main/starmath/source/
H A Dnode.cxx947 rHeight = rRect.GetHeight() - rVerOffset; in GetHeightVerOffset()
965 aPos.Y() -= rExtra.GetHeight(); in GetExtraPos()
1394 aPos.Y() = pLeft->GetTop() - nDelta - pRight->GetHeight(); in Arrange()
1505 nDelta = aPos.Y() + pSubSup->GetHeight() - nDelimLine; in Arrange()
1645 bScale = pBody->GetHeight() > 0 && in Arrange()
1666 : pBody->GetHeight(); in Arrange()
1745 nBodyHeight = aRefRect.GetHeight(); in Arrange()
1749 long nHeight = bScale ? aRefRect.GetHeight() : GetFont().GetSize().Height(); in Arrange()
2405 DBG_ASSERT(aTmp.GetHeight() > 0 && aTmp.GetWidth() > 0, in Draw()
2767 long nDenom = SmRect(aTmpDev, NULL, GetText(), nTmpBorderWidth).GetHeight(); in AdaptToY()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx226 fOriginY = fOriginY * pCustomShape->GetLogicRect().GetHeight(); in Transformation2D()
550 double fYScale = (double)aBoundRect.GetHeight() / (double)aSnapRect.GetHeight(); in Create3DObject()
553 …oundRect.Top() - aSnapRect.Top() ) * (double)aBmpSize.Height() / (double)aSnapRect.GetHeight() ) ); in Create3DObject()
628 fOriginY = fOriginY * aSnapRect.GetHeight(); in Create3DObject()
/trunk/main/vcl/source/control/
H A Dslider.cxx234 maThumbRect.Top() = mnThumbPixPos - aThumbBounds.GetHeight()/2; in ImplUpdateRects()
235 maThumbRect.Bottom() = maThumbRect.Top() + aThumbBounds.GetHeight() - 1; in ImplUpdateRects()
429 nRectSize = aRect.GetHeight(); in ImplDraw()
464 nRectSize = aRect.GetHeight(); in ImplDraw()
/trunk/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx195 sal_Int8 GetHeight() const { return nHeight; } in GetHeight() function in XMLTextColumnSepContext_Impl
470 if( pColumnSep->GetHeight() ) in EndElement()
472 aAny <<= pColumnSep->GetHeight(); in EndElement()
/trunk/main/editeng/inc/editeng/
H A Dfhgtitem.hxx79 SetHeightValue( rSize.GetHeight() ); in operator =()
90 sal_uInt32 GetHeight() const { return nHeight; } in GetHeight() function in SvxFontHeightItem
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx540 case ATTR_FONT_HEIGHT: return &rField.GetHeight(); in GetItem()
636 && (rField1.GetHeight() == rField2.GetHeight()) in IsEqualData()
695 rItemSet.Put( rField.GetHeight() ); in FillToItemSet()
709 rItemSet.Put( rField.GetHeight(), ATTR_CJK_FONT_HEIGHT ); in FillToItemSet()
724 rItemSet.Put( rField.GetHeight(), ATTR_CTL_FONT_HEIGHT ); in FillToItemSet()
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx271 aSlider.Top() += (aControlRect.GetHeight() - nSliderHeight)/2 - 1; in Paint()
327 aImagePoint.Y() += (aControlRect.GetHeight() - nButtonHeight)/2; in Paint()
333 aImagePoint.Y() += (aControlRect.GetHeight() - nIncDecHeight)/2; in Paint()

Completed in 233 milliseconds

12345678910>>...20