Searched refs:rScaleHeight (Results 1 – 2 of 2) sorted by relevance
799 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale() argument801 if ( m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetSizeScale()804 m_pImp->m_aScaleHeight = rScaleHeight; in SetSizeScale()815 …bjAreaAndScale( const Rectangle& rArea, const Fraction& rScaleWidth, const Fraction& rScaleHeight ) in SetObjAreaAndScale() argument817 …Imp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetObjAreaAndScale()821 m_pImp->m_aScaleHeight = rScaleHeight; in SetObjAreaAndScale()
83 void SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight );
Completed in 17 milliseconds