Home
last modified time | relevance | path

Searched refs:aScaleWidth (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx137 m_aScaleWidth = aScaleWidth; in SetSizeScale()
1822 Fraction aScaleWidth; in ImpSetVisAreaSize() local
1826 aScaleWidth = pClient->GetScaleWidth(); in ImpSetVisAreaSize()
1831 aScaleWidth = mpImpl->pLightClient->GetScaleWidth(); in ImpSetVisAreaSize()
1841 Size aVisSize( (long)( Fraction( aRect.GetWidth() ) / aScaleWidth ), in ImpSetVisAreaSize()
1886 Fraction aScaleWidth; in ImpSetVisAreaSize() local
1898 mpImpl->pLightClient->SetSizeScale( aScaleWidth, aScaleHeight ); in ImpSetVisAreaSize()
2275 aScaleWidth = Fraction(aSize.Width(), aObjAreaSize.Width() ); in CalculateNewScaling()
2280 Kuerzen(aScaleWidth, 10); in CalculateNewScaling()
2296 Fraction aScaleWidth; in AddOwnLightClient() local
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx100 Fraction aScaleWidth (aDrawSize.Width(), aOleSize.Width() ); in ConnectObject() local
102 aScaleWidth.ReduceInaccurate(10); // kompatibel zum SdrOle2Obj in ConnectObject()
104 pClient->SetSizeScale(aScaleWidth,aScaleHeight); in ConnectObject()
171 Fraction aScaleWidth (aDrawSize.Width(), aOleSize.Width() ); in ActivateObject() local
173 aScaleWidth.ReduceInaccurate(10); // kompatibel zum SdrOle2Obj in ActivateObject()
175 pClient->SetSizeScale(aScaleWidth,aScaleHeight); in ActivateObject()
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx967 Fraction aScaleWidth (aDrawSize.Width(), aObjAreaSize.Width() ); in ActivateObject() local
969 aScaleWidth.ReduceInaccurate(10); // kompatibel zum SdrOle2Obj in ActivateObject()
971 pSdClient->SetSizeScale(aScaleWidth, aScaleHeight); in ActivateObject()
H A Dsdview4.cxx240 Fraction aScaleWidth(aPickObjSize.Width(), aObjSize.Width()); in InsertGraphic() local
242 pNewGrafObj->NbcResize(aObjRect.TopLeft(), aScaleWidth, aScaleHeight); in InsertGraphic()
H A Dsdview.cxx1017 Fraction aScaleWidth (aDrawSize.Width(), aObjAreaSize.Width() ); in DoConnect() local
1019 aScaleWidth.ReduceInaccurate(10); // kompatibel zum SdrOle2Obj in DoConnect()
1021 pSdClient->SetSizeScale(aScaleWidth, aScaleHeight); in DoConnect()
H A Dsdview3.cxx731 Fraction aScaleWidth( aPickObjSize.Width(), aObjSize.Width() ); in InsertData() local
733 pNewObj->NbcResize( aObjRect.TopLeft(), aScaleWidth, aScaleHeight ); in InsertData()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx799 Fraction aScaleWidth( 1, 1 ); in CalcAndSetScale() local
857 aScaleWidth = Fraction( aObjArea.Width(), _aVisArea.Width() ); in CalcAndSetScale()
900 pCli->SetObjAreaAndScale( aArea.SVRect(), aScaleWidth, aScaleHeight ); in CalcAndSetScale()
/trunk/main/svx/inc/svx/
H A Dsvdoole2.hxx187 sal_Bool CalculateNewScaling( Fraction& aScaleWidth, Fraction& aScaleHeight, Size& aObjAreaSize );
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1412 Fraction aScaleWidth( aOldObjSize.Width(), aNewSize.Width() ); in Paste() local
1414 pNewObj->NbcResize( aNewRect.TopLeft(), aScaleWidth, aScaleHeight); in Paste()

Completed in 71 milliseconds