Lines Matching refs:Fraction

127 	Fraction m_aScaleWidth;
128 Fraction m_aScaleHeight;
135 void SetSizeScale( const Fraction& aScaleWidth, const Fraction& aScaleHeight ) in SetSizeScale()
141 Fraction GetScaleWidth() const { return m_aScaleWidth; } in GetScaleWidth()
142 Fraction GetScaleHeight() const { return m_aScaleHeight; } in GetScaleHeight()
194 aLogicRect.SetSize( Size( Fraction( aLogicRect.GetWidth() ) * m_aScaleWidth, in impl_getScaledRect_nothrow()
195 Fraction( aLogicRect.GetHeight() ) * m_aScaleHeight ) ); in impl_getScaledRect_nothrow()
279 Size aScaledSize( static_cast< long >( m_aScaleWidth * Fraction( aVisArea.GetWidth() ) ), in notifyEvent()
280 static_cast< long >( m_aScaleHeight * Fraction( aVisArea.GetHeight() ) ) ); in notifyEvent()
566 Size aNewObjSize( Fraction( aNewLogicRect.GetWidth() ) / m_aScaleWidth, in changedPlacement()
567 Fraction( aNewLogicRect.GetHeight() ) / m_aScaleHeight ); in changedPlacement()
1822 Fraction aScaleWidth; in ImpSetVisAreaSize()
1823 Fraction aScaleHeight; in ImpSetVisAreaSize()
1841 Size aVisSize( (long)( Fraction( aRect.GetWidth() ) / aScaleWidth ), in ImpSetVisAreaSize()
1842 (long)( Fraction( aRect.GetHeight() ) / aScaleHeight ) ); in ImpSetVisAreaSize()
1858 aAcceptedVisArea.SetSize( Size( (long)( Fraction( long( aSz.Width ) ) * aScaleWidth ), in ImpSetVisAreaSize()
1859 (long)( Fraction( long( aSz.Height ) ) * aScaleHeight ) ) ); in ImpSetVisAreaSize()
1886 Fraction aScaleWidth; in ImpSetVisAreaSize()
1887 Fraction aScaleHeight; in ImpSetVisAreaSize()
1925 void SdrOle2Obj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize()
2264 sal_Bool SdrOle2Obj::CalculateNewScaling( Fraction& aScaleWidth, Fraction& aScaleHeight, Size& aObj… in CalculateNewScaling()
2275 aScaleWidth = Fraction(aSize.Width(), aObjAreaSize.Width() ); in CalculateNewScaling()
2276 aScaleHeight = Fraction(aSize.Height(), aObjAreaSize.Height() ); in CalculateNewScaling()
2296 Fraction aScaleWidth; in AddOwnLightClient()
2297 Fraction aScaleHeight; in AddOwnLightClient()