Searched refs:rScaleHeight (Results 1 – 2 of 2) sorted by relevance
765 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale() argument767 if ( m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetSizeScale()770 m_pImp->m_aScaleHeight = rScaleHeight; in SetSizeScale()781 …bjAreaAndScale( const Rectangle& rArea, const Fraction& rScaleWidth, const Fraction& rScaleHeight ) in SetObjAreaAndScale() argument783 …Imp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetObjAreaAndScale()787 m_pImp->m_aScaleHeight = rScaleHeight; in SetObjAreaAndScale()
83 void SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight );