Lines Matching refs:Height
310 for(sal_Int32 y(0L); y < pReadAccess->Height(); y++) in ImpCreateShadowObjectClone()
512 if ( aR.Width || aR.Height ) in GetTextBounds()
514 rTextBound = Rectangle( Point( aR.X, aR.Y ), Size( aR.Width, aR.Height ) ); in GetTextBounds()
740 aViewBox.Height= pDefCustomShape->nCoordHeight; in MergeDefaultAttributes()
1177 && ( aViewBox.Height == pDefCustomShape->nCoordHeight ) ) in IsDefaultGeometry()
1813 if ( rSiz.Width() || rSiz.Height() ) in Move()
2622 Size aSiz(rR.GetSize()); aSiz.Width()--; aSiz.Height()--; in AdjustTextFrameWidthAndHeight()
2626 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in AdjustTextFrameWidthAndHeight()
2639 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in AdjustTextFrameWidthAndHeight()
2641 aSiz.Height()=nMaxHgt; in AdjustTextFrameWidthAndHeight()
2646 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()
2649 if ( aSiz.Height() < 2 ) in AdjustTextFrameWidthAndHeight()
2650 aSiz.Height() = 2; // Mindestgroesse 2 in AdjustTextFrameWidthAndHeight()
2659 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2683 nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2873 aAnkSiz.Width()--; aAnkSiz.Height()--; // weil GetSize() ein draufaddiert in TakeTextEditArea()
2878 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
2891 if ( nMaxHgt == 0 || nMaxHgt > aMaxSiz.Height() ) in TakeTextEditArea()
2892 nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()
2898 nMaxHgt = aAnkSiz.Height(); in TakeTextEditArea()
2908 aPaperMax.Height()=nMaxHgt; in TakeTextEditArea()
2911 aPaperMin.Height()=nMinHgt; in TakeTextEditArea()
2924 long nYFree = aAnkSiz.Height() - aPaperMin.Height(); in TakeTextEditArea()
2929 else { pViewMin->Top() += nYFree / 2; pViewMin->Bottom() = pViewMin->Top() + aPaperMin.Height(); } in TakeTextEditArea()
2935 aPaperMin.Height() = 0; // #33102# in TakeTextEditArea()
2942 aPaperMin.Height() = 0; in TakeTextEditArea()
3072 if(aAnkRect.GetHeight() < aTextSiz.Height() && IsVerticalWriting()) in TakeTextRect()
3094 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()