Lines Matching refs:m_aScaleHeight
110 Fraction m_aScaleHeight; member in SfxInPlaceClient_Impl
467 Fraction( aRealObjArea.GetHeight() ) * m_aScaleHeight ) ); in getPlacement()
484 Fraction( aRealObjArea.GetHeight() ) * m_aScaleHeight ) ); in getClipRectangle()
547 Fraction( aNewLogicRect.GetHeight() ) / m_aScaleHeight ); in changedPlacement()
654 m_pImp->m_aScaleWidth = m_pImp->m_aScaleHeight = Fraction(1,1); in SfxInPlaceClient()
794 Fraction( aRealObjArea.GetHeight() ) * m_pImp->m_aScaleHeight ) ); in GetScaledObjArea()
801 if ( m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetSizeScale()
804 m_pImp->m_aScaleHeight = rScaleHeight; in SetSizeScale()
817 …_pImp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeigh… in SetObjAreaAndScale()
821 m_pImp->m_aScaleHeight = rScaleHeight; in SetObjAreaAndScale()
841 return m_pImp->m_aScaleHeight; in GetScaleHeight()
852 Fraction( aRealObjArea.GetHeight() ) * m_pImp->m_aScaleHeight ) ); in Invalidate()
1018 … m_pImp->m_aScaleHeight = Fraction( aScaledArea.GetHeight(), aNewSize.Height() ); in DoVerb()