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

Completed in 16 milliseconds