Home
last modified time | relevance | path

Searched refs:rScaleHeight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dipclient.cxx765 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale() argument
767 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() argument
783 …Imp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetObjAreaAndScale()
787 m_pImp->m_aScaleHeight = rScaleHeight; in SetObjAreaAndScale()
/trunk/main/sfx2/inc/sfx2/
H A Dipclient.hxx83 void SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight );