Searched refs:aNewTextRect (Results 1 – 1 of 1) sorted by relevance
2762 GetTextBounds( aNewTextRect ); // it depends to the current logical shape size in ImpCalculateTextFrame()2767 if ( ( aAdjustedTextRect != aNewTextRect ) && ( aOldTextRect != aAdjustedTextRect ) ) in ImpCalculateTextFrame()2770 double fXScale = (double)aOldTextRect.GetWidth() / (double)aNewTextRect.GetWidth(); in ImpCalculateTextFrame()2771 double fYScale = (double)aOldTextRect.GetHeight() / (double)aNewTextRect.GetHeight(); in ImpCalculateTextFrame()2772 double fRightDiff = (double)( aAdjustedTextRect.Right() - aNewTextRect.Right() ) * fXScale; in ImpCalculateTextFrame()2787 Rectangle aNewTextRect = ImpCalculateTextFrame( bHgt, bWdt ); in NbcAdjustTextFrameWidthAndHeight() local2788 sal_Bool bRet = !aNewTextRect.IsEmpty() && ( aNewTextRect != aRect ); in NbcAdjustTextFrameWidthAndHeight()2794 aRect = aNewTextRect; in NbcAdjustTextFrameWidthAndHeight()2817 Rectangle aNewTextRect = ImpCalculateTextFrame( bHgt, bWdt ); in AdjustTextFrameWidthAndHeight() local2818 sal_Bool bRet = !aNewTextRect.IsEmpty() && ( aNewTextRect != aRect ); in AdjustTextFrameWidthAndHeight()[all …]
Completed in 46 milliseconds