Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2759 Rectangle aOldTextRect( aRect ); // <- initial text rectangle in ImpCalculateTextFrame() local
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()

Completed in 23 milliseconds