Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/view/
H A Dipclient.cxx110 Fraction m_aScaleHeight; member in SfxInPlaceClient_Impl
444 Fraction( aRealObjArea.GetHeight() ) * m_aScaleHeight ) ); in getPlacement()
459 Fraction( aRealObjArea.GetHeight() ) * m_aScaleHeight ) ); in getClipRectangle()
515 Fraction( aNewLogicRect.GetHeight() ) / m_aScaleHeight ); in changedPlacement()
620 m_pImp->m_aScaleWidth = m_pImp->m_aScaleHeight = Fraction(1,1); in SfxInPlaceClient()
760 Fraction( aRealObjArea.GetHeight() ) * m_pImp->m_aScaleHeight ) ); in GetScaledObjArea()
767 if ( m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetSizeScale()
770 m_pImp->m_aScaleHeight = rScaleHeight; in SetSizeScale()
783 …_pImp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeigh… in SetObjAreaAndScale()
787 m_pImp->m_aScaleHeight = rScaleHeight; in SetObjAreaAndScale()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx126 Fraction m_aScaleHeight; member in SdrLightEmbeddedClient_Impl
136 m_aScaleHeight = aScaleHeight; in SetSizeScale()
140 Fraction GetScaleHeight() const { return m_aScaleHeight; } in GetScaleHeight()
193 Fraction( aLogicRect.GetHeight() ) * m_aScaleHeight ) ); in impl_getScaledRect_nothrow()
278 … static_cast< long >( m_aScaleHeight * Fraction( aVisArea.GetHeight() ) ) ); in notifyEvent()
535 Fraction( aNewLogicRect.GetHeight() ) / m_aScaleHeight ); in changedPlacement()