Home
last modified time | relevance | path

Searched refs:GetHeight (Results 76 – 100 of 487) sorted by relevance

12345678910>>...20

/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx128 double nHeightHalf = (double) aRect.GetHeight() / 2; in ImplFlipBoundingBox()
300 if ( nLenght > rObj.GetRect().GetHeight() ) in ImplWriteShape()
301 nLenght = rObj.GetRect().GetHeight(); in ImplWriteShape()
376 aCenter.Y() = rRect.Top() + ( rRect.GetHeight() / 2 ); in ImplWriteShape()
784 rObj.GetRect().GetHeight() ); in ImplWriteAdditionalText()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx814 long nAllSnapHgt=aAllSnapRect.GetHeight()-1; in MergeNotPersistAttrFromMarked()
847 nSnapHgt=aSnapRect2.GetHeight()-1; in MergeNotPersistAttrFromMarked()
849 nLogicHgt=aLogicRect2.GetHeight()-1; in MergeNotPersistAttrFromMarked()
867 if (nSnapHgt!=aSnapRect.GetHeight()-1) bSnapHgtDC=sal_True; in MergeNotPersistAttrFromMarked()
872 if (nLogicHgt!=aLogicRect.GetHeight()-1) bLogicHgtDC=sal_True; in MergeNotPersistAttrFromMarked()
874 if (!bLogicHgtDiff && aSnapRect.GetHeight()!=aLogicRect.GetHeight()) bLogicHgtDiff=sal_True; in MergeNotPersistAttrFromMarked()
H A Dsvdotext.cxx681 const long nH(std::max(long(0), (long)(aRect.GetHeight() - 1 - nDist))); in AdaptTextMinSize()
825 if (aAnkRect.GetHeight()<2) aAnkRect.Bottom()=aAnkRect.Top()+1; // Mindestgroesse 2 in TakeTextAnchorRect()
863 long nAnkHgt=aAnkRect.GetHeight(); in TakeTextRect()
968 if(aAnkRect.GetHeight() < aTextSiz.Height() && IsVerticalWriting()) in TakeTextRect()
990 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()
1713 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry()
H A Dsvdorect.cxx248 if (aRect.GetWidth()==aRect.GetHeight()) nResId+=2; // Quadrat in TakeObjNameSingul()
272 if (aRect.GetWidth()==aRect.GetHeight()) nResId+=2; // Quadrat in TakeObjNamePlural()
342 …long b = Max(aRect.GetWidth(),aRect.GetHeight())/2; // Wird aufgerundet, da GetWidth() eins draufa… in GetHdl()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx658 sal_Int16 nHeight = _Int16( map( Size( 0, aFont.GetHeight() ) ).Height() ); in Impl_writeText()
946 double YScale = static_cast<double>(originalPixelRect.GetHeight())/destRect.GetHeight(); in Impl_writeImage()
992 double pixYScale = static_cast<double>(szDestPixel.Height()) / originalPixelRect.GetHeight(); in Impl_writeImage()
1330 double YScale = (double)aNewRect.GetHeight()/aOldRect.GetHeight(); in Impl_writeFilling()
1500 Impl_writeEllipse( rRect.Center(), rRect.GetWidth() >> 1, rRect.GetHeight() >> 1 ); in Impl_writeActions()
/trunk/main/sd/source/ui/view/
H A Ddrviewsh.cxx169 if(nFreeSpaceY > rRect.GetHeight()) in MakeVisible()
170 nFreeSpaceY = rRect.GetHeight(); in MakeVisible()
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx143 if ( rItem.GetHeight() == rDefaultFontHeight.GetHeight() ) in WriteObject()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx931 if ( ATT_VAR_SIZE != rLSz.GetHeightSizeType() && rLSz.GetHeight() ) in TableHeight()
937 case ATT_FIX_SIZE: nHeight = -rLSz.GetHeight(); break; in TableHeight()
938 case ATT_MIN_SIZE: nHeight = rLSz.GetHeight(); break; in TableHeight()
2068 SwTwips nH = ((SvxFontHeightItem&)m_rExport.GetItem( RES_CHRATR_FONTSIZE )).GetHeight(); in CharEscapement()
2130 m_aStylesEnd.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2134 m_aStyles.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2138 m_aStyles.append((sal_Int32)(rFontSize.GetHeight() / 10 )); in CharFontSize()
2830 if( rSize.GetHeight() ) in FormatFrameSize()
2832 long nH = rSize.GetHeight(); in FormatFrameSize()
2844 m_aSectionBreaks.append((sal_Int32)rSize.GetHeight()); in FormatFrameSize()
[all …]
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx230 long nNewHeight = aTmpFont.GetHeight(); in SetShrinkScale()
1649 bNeedEdit = ( nHeight > aAreaParam.maClipRect.GetHeight() ); in DrawStrings()
1683 long nOutHeight = aAreaParam.maAlignRect.GetHeight(); in DrawStrings()
1982 …ong nWestern = static_cast<const SvxFontHeightItem&>(aAttribs.Get(EE_CHAR_FONTHEIGHT)).GetHeight(); in lcl_ScaleFonts()
1983 …ong nCJK = static_cast<const SvxFontHeightItem&>(aAttribs.Get(EE_CHAR_FONTHEIGHT_CJK)).GetHeight(); in lcl_ScaleFonts()
1984 …ong nCTL = static_cast<const SvxFontHeightItem&>(aAttribs.Get(EE_CHAR_FONTHEIGHT_CTL)).GetHeight(); in lcl_ScaleFonts()
2045 if ( nScaleSize <= rAlignRect.GetHeight() ) in ShrinkEditEngine()
2049 long nAvailable = rAlignRect.GetHeight() - nTopM - nBottomM; in ShrinkEditEngine()
2356 … aPaperSize.Width() = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM; in DrawEdit()
2365 … aPaperSize.Height() = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM + nExtraHeight; in DrawEdit()
[all …]
H A Dtabvwshh.cxx144 Fraction( nNewVal, aRect.GetHeight() ) ); in ExecuteObject()
220 nVal = aRect.GetHeight(); in GetObjectState()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx179 long nRectHeight = aRect.GetHeight(); in UserDraw()
180 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw()
533 int nRectHeight = aRect.GetHeight(); in UserDraw()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx155 m_aWindowSize.Height() = aFont.GetHeight()+10; in layout()
393 Size aSize( 15*aFont.GetHeight(), aFont.GetHeight()+14 ); in layout()
H A Dwmadaptor.cxx579 m_aWMWorkAreas[i].GetHeight(), in NetWMAdaptor()
1318 aPosSize.GetHeight() in setNetWMState()
1408 aPosSize.GetHeight() in setGnomeWMState()
1644 aTarget.GetHeight() in maximizeFrame()
1657 rGeom.nHeight : pFrame->maRestorePosSize.GetHeight() in maximizeFrame()
1690 pFrame->nHeight_ = aTarget.GetHeight(); in maximizeFrame()
2269 pFrame->maGeometry.nHeight = rScreens[i].GetHeight(); in showFullScreen()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx326 sal_uInt32 nTmp = pOldFSize->GetHeight(); // alten zum Vergleichen in Modify()
328 aNew.SetHeight( pFSize->GetHeight(), pOldFSize->GetProp(), in Modify()
330 if( nTmp != aNew.GetHeight() ) in Modify()
/trunk/main/xmloff/source/style/
H A DMarkerStyle.cxx118 … pViewBox->GetX() + pViewBox->GetWidth(), pViewBox->GetY() + pViewBox->GetHeight()); in importXML()
121 pViewBox->GetWidth(), pViewBox->GetHeight()); in importXML()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx465 …mpGraphics->Invert( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), nSalFlags, thi… in Invert()
601 …pGraphics->Invert( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), SAL_INVERT_TRAC… in InvertTracking()
603 …pGraphics->Invert( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), SAL_INVERT_50, … in InvertTracking()
611 …pGraphics->Invert( aRect.Left(), aRect.Top()+nBorder, nBorder, aRect.GetHeight()-(nBorder*2), SAL_… in InvertTracking()
612 …pGraphics->Invert( aRect.Right()-nBorder+1, aRect.Top()+nBorder, nBorder, aRect.GetHeight()-(nBord… in InvertTracking()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1349 rCheckHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()
1365 rRadioHeight = aNativeBounds.GetHeight(); in ImplGetNativeCheckAndRadioSize()
1487 aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in implPaint()
1509 aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in implPaint()
1526 aTmpPos.Y() += (aOuterCheckRect.GetHeight()-pEntry->maImage.GetSizePixel().Height())/2; in implPaint()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationMenuButton.cxx179 const long nBorderDistanceTop = ((aSymbolRect.GetHeight()*400)+500)/1000; in Paint()
182 const long nBorderDistanceBottom = ((aSymbolRect.GetHeight()*150)+500)/1000; in Paint()
/trunk/main/svtools/source/toolpanel/
H A Dtablayouter.cxx178 aTabBarSize.Height() = i_rDeckPlayground.GetHeight(); in Layout()
199 Size aTabBarSize = ( aPreferredSize.Height() < i_rDeckPlayground.GetHeight() ) in Layout()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx276 if( bNewOri ? aSz.GetHeight() > aSz.GetWidth() in ChgAllPageOrientation()
277 : aSz.GetHeight() < aSz.GetWidth() ) in ChgAllPageOrientation()
279 SwTwips aTmp = aSz.GetHeight(); in ChgAllPageOrientation()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx229 if( (aTempRect.GetWidth()!=1) && (aTempRect.GetHeight()!=1) ) in GetBoundingRect()
231 if( (aBoundingRect.GetWidth()==1) && (aBoundingRect.GetHeight()==1) ) in GetBoundingRect()
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx421 …rControlBoundRect.IsEmpty() && ( _rControlBoundRect.GetWidth() < _rControlBoundRect.GetHeight() ) ) in initializeControlModel()
430 …trolBoundRect.IsEmpty() && ( _rControlBoundRect.GetWidth() >= 3 * _rControlBoundRect.GetHeight() ); in initializeControlModel()
443 && !( _rControlBoundRect.GetWidth() > 4 * _rControlBoundRect.GetHeight() ) in initializeControlModel()
/trunk/main/tools/inc/tools/
H A Dgen.hxx425 long GetHeight() const;
619 inline long Rectangle::GetHeight() const in GetHeight() function in Rectangle
638 return Size( GetWidth(), GetHeight() ); in GetSize()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx492 nHeight = aScreenArea.GetHeight(); in findScreenBitmap()
577 nHeight = aScreenArea.GetHeight(); in determineProgressRatioValues()
653 long nProgressHeight = aNativeControlRegion.GetHeight(); in Paint()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1648 Point aPoint( aPt.X(), aPt.Y() + rBound.GetHeight()/2 ); in ImpEndCreate()
2864 if(aRect.GetWidth() > aRect.GetHeight()) in CreateDefaultShape()
2867 Point(aRect.Left() + ((aRect.GetWidth() - aRect.GetHeight()) / 2), aRect.Top()), in CreateDefaultShape()
2868 Size(aRect.GetHeight(), aRect.GetHeight())); in CreateDefaultShape()
2873 Point(aRect.Left(), aRect.Top() + ((aRect.GetHeight() - aRect.GetWidth()) / 2)), in CreateDefaultShape()
2940 sal_Int32 nHgt(aRect.GetHeight()); in CreateDefaultShape()
2991 aRect.TopLeft() - Point(aRect.GetWidth() / 2, aRect.GetHeight() / 2)); in CreateDefaultShape()

Completed in 287 milliseconds

12345678910>>...20