Lines Matching refs:Fraction

109Fraction                        m_aScaleWidth;          // scaling that was applied to the object …
110 Fraction m_aScaleHeight;
466 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_aScaleWidth, in getPlacement()
467 Fraction( aRealObjArea.GetHeight() ) * m_aScaleHeight ) ); in getPlacement()
483 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_aScaleWidth, in getClipRectangle()
484 Fraction( aRealObjArea.GetHeight() ) * m_aScaleHeight ) ); in getClipRectangle()
546 Size aNewObjSize( Fraction( aNewLogicRect.GetWidth() ) / m_aScaleWidth, in changedPlacement()
547 Fraction( aNewLogicRect.GetHeight() ) / m_aScaleHeight ); in changedPlacement()
654 m_pImp->m_aScaleWidth = m_pImp->m_aScaleHeight = Fraction(1,1); in SfxInPlaceClient()
793 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_pImp->m_aScaleWidth, in GetScaledObjArea()
794 Fraction( aRealObjArea.GetHeight() ) * m_pImp->m_aScaleHeight ) ); in GetScaledObjArea()
799 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale()
815 …Client::SetObjAreaAndScale( const Rectangle& rArea, const Fraction& rScaleWidth, const Fraction& r… in SetObjAreaAndScale()
833 const Fraction& SfxInPlaceClient::GetScaleWidth() const in GetScaleWidth()
839 const Fraction& SfxInPlaceClient::GetScaleHeight() const in GetScaleHeight()
851 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_pImp->m_aScaleWidth, in Invalidate()
852 Fraction( aRealObjArea.GetHeight() ) * m_pImp->m_aScaleHeight ) ); in Invalidate()
1017 … m_pImp->m_aScaleWidth = Fraction( aScaledArea.GetWidth(), aNewSize.Width() ); in DoVerb()
1018 … m_pImp->m_aScaleHeight = Fraction( aScaledArea.GetHeight(), aNewSize.Height() ); in DoVerb()