Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/view/
H A Dipclient.cxx109 …Fraction m_aScaleWidth; // scaling that was applied to the object … member in SfxInPlaceClient_Impl
466 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_aScaleWidth, in getPlacement()
483 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_aScaleWidth, in getClipRectangle()
546 Size aNewObjSize( Fraction( aNewLogicRect.GetWidth() ) / m_aScaleWidth, in changedPlacement()
654 m_pImp->m_aScaleWidth = m_pImp->m_aScaleHeight = Fraction(1,1); in SfxInPlaceClient()
793 aRealObjArea.SetSize( Size( Fraction( aRealObjArea.GetWidth() ) * m_pImp->m_aScaleWidth, in GetScaledObjArea()
801 if ( m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight != rScaleHeight ) in SetSizeScale()
803 m_pImp->m_aScaleWidth = rScaleWidth; in SetSizeScale()
817 …if( rArea != m_pImp->m_aObjArea || m_pImp->m_aScaleWidth != rScaleWidth || m_pImp->m_aScaleHeight … in SetObjAreaAndScale()
820 m_pImp->m_aScaleWidth = rScaleWidth; in SetObjAreaAndScale()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdoole2.cxx127 Fraction m_aScaleWidth; member in SdrLightEmbeddedClient_Impl
137 m_aScaleWidth = aScaleWidth; in SetSizeScale()
141 Fraction GetScaleWidth() const { return m_aScaleWidth; } in GetScaleWidth()
194 aLogicRect.SetSize( Size( Fraction( aLogicRect.GetWidth() ) * m_aScaleWidth, in impl_getScaledRect_nothrow()
279 … Size aScaledSize( static_cast< long >( m_aScaleWidth * Fraction( aVisArea.GetWidth() ) ), in notifyEvent()
566 Size aNewObjSize( Fraction( aNewLogicRect.GetWidth() ) / m_aScaleWidth, in changedPlacement()