Home
last modified time | relevance | path

Searched refs:aAdjustedTextRect (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdoashp.cxx2764 …Rectangle aAdjustedTextRect( aNewTextRect ); // <- new text rectangle i… in ImpCalculateTextFrame() local
2765 …if ( AdjustTextFrameWidthAndHeight( aAdjustedTextRect, bHgt, bWdt ) ) // that the new text re… in ImpCalculateTextFrame()
2767 if ( ( aAdjustedTextRect != aNewTextRect ) && ( aOldTextRect != aAdjustedTextRect ) ) in ImpCalculateTextFrame()
2772 … double fRightDiff = (double)( aAdjustedTextRect.Right() - aNewTextRect.Right() ) * fXScale; in ImpCalculateTextFrame()
2773 … double fLeftDiff = (double)( aAdjustedTextRect.Left() - aNewTextRect.Left() ) * fXScale; in ImpCalculateTextFrame()
2774 … double fTopDiff = (double)( aAdjustedTextRect.Top() - aNewTextRect.Top() ) * fYScale; in ImpCalculateTextFrame()
2775 … double fBottomDiff= (double)( aAdjustedTextRect.Bottom()- aNewTextRect.Bottom()) * fYScale; in ImpCalculateTextFrame()